UNPKG

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

23 lines 735 B
#!/usr/bin/env node /** * Command Line Interface for Requirements Gathering Agent * * Provides comprehensive CLI functionality for project documentation generation * with support for multiple AI providers and PMBOK compliance validation. * * @version 2.1.3 * @author Requirements Gathering Agent Team * @created 2024 * @updated June 2025 * * Key Features: * - Full CLI argument parsing and validation * - Multi-provider AI configuration support * - Interactive document generation workflows * - PMBOK validation and compliance checking * - Comprehensive error handling and user feedback * * @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\cli.ts */ export {}; //# sourceMappingURL=cli.d.ts.map