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

12 lines 471 B
import type { ProjectContext } from '../../ai/types.js'; /** * Implementation Guides Template generates comprehensive implementation guide overview * covering all aspects of the development and deployment process. */ export declare class ImplementationGuidesTemplate { /** * Build the markdown content for Implementation Guides Overview */ generateContent(context: ProjectContext): string; } //# sourceMappingURL=implementationGuidesTemplate.d.ts.map