UNPKG

@promptbook/remote-client

Version:

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

8 lines (7 loc) 370 B
import type { InitializationStatus } from './boilerplateTemplates'; /** * Ensures one coder markdown file exists with the provided default boilerplate. * * @private function of `initializeCoderProjectConfiguration` */ export declare function ensureCoderMarkdownFile(projectPath: string, relativeFilePath: string, fileContent: string): Promise<InitializationStatus>;