@promptbook/remote-client
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 314 B
TypeScript
import type { InitializationStatus } from './boilerplateTemplates';
/**
* Ensures `.gitignore` contains the standalone Promptbook temp entry.
*
* @private function of `initializeCoderProjectConfiguration`
*/
export declare function ensureCoderGitignoreFile(projectPath: string): Promise<InitializationStatus>;