adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
14 lines • 381 B
TypeScript
/**
* Prompts CLI Command
*
* Command-line interface for managing and testing the enhanced prompt engineering system.
*
* @version 1.0.0
* @author Requirements Gathering Agent Team
* @created 2024
*
* @filepath src/commands/prompts.ts
*/
import type { CommandModule } from 'yargs';
export declare const promptsCommand: CommandModule;
//# sourceMappingURL=prompts.d.ts.map