UNPKG

@promptbook/remote-server

Version:

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

15 lines (14 loc) 509 B
/** * Relative path to the Promptbook Coder quick-reference file initialized in project roots. * * @private internal utility of `ptbk coder` */ export declare const AGENT_CODING_FILE_PATH = "AGENT_CODING.md"; /** * Returns the default coder `AGENT_CODING.md` quick-reference content. * * @private internal utility of `ptbk coder` */ export declare function getDefaultCoderAgentCodingFileContent({ packageJsonScripts, }: { readonly packageJsonScripts: Readonly<Record<string, string>>; }): string;