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 • 546 B
TypeScript
import type { ProjectContext } from '../../ai/types';
/**
* Company Values Template - A structured format for generating formal Company Values documents.
* This template provides instructional guidance for the AI to create professional, actionable core values.
*/
export declare class CompanyValuesTemplate {
private context;
constructor(context: ProjectContext);
/**
* Generate the instructional template for Company Values document
*/
generateContent(): string;
}
//# sourceMappingURL=CompanyValuesTemplate.d.ts.map