UNPKG

@promptbook/remote-server

Version:

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

7 lines (6 loc) 213 B
/** * Normalizes one project-relative path for human-readable CLI output and markdown. * * @private internal utility of `ptbk coder` */ export declare function formatDisplayPath(relativePath: string): string;