UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 328 B
import type { InitializationStatus } from './boilerplateTemplates'; /** * Ensures `package.json` contains the standalone Promptbook coder helper scripts. * * @private function of `initializeCoderProjectConfiguration` */ export declare function ensureCoderPackageJsonFile(projectPath: string): Promise<InitializationStatus>;