UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

13 lines (12 loc) 380 B
/** * Relative path to the shared coder context file initialized in project roots. * * @private internal utility of `ptbk coder` */ export declare const AGENTS_FILE_PATH = "AGENTS.md"; /** * Returns the default coder `AGENTS.md` boilerplate instructions. * * @private internal utility of `ptbk coder` */ export declare function getDefaultCoderAgentsFileContent(): string;