@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
18 lines (17 loc) • 906 B
TypeScript
import type { Command as Program } from 'commander';
import type { $side_effect } from '../../utils/organization/$side_effect';
/**
* Initializes `make` command for Promptbook CLI utilities
*
* Note: `$` is used to indicate that this function is not a pure function - it registers a command in the CLI
*
* @private internal function of `promptbookCli`
*/
export declare function $initializeMakeCommand(program: Program): $side_effect;
/** Note: [🟡] Code for CLI command [make](src/cli/cli-commands/make.ts) should never be published outside of `@promptbook/cli` */
/**
* TODO: [🥃][main] !!3 Allow `ptbk make` without configuring any llm tools
* TODO: [0] DRY Javascript and typescript - Maybe make ONLY typescript and for javascript just remove types
* Note: [💞] Ignore a discrepancy between file name and entity name
* TODO: [🖇] What about symlinks? Maybe flag --follow-symlinks
*/