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

22 lines 856 B
/** * Direct Context Injection Example * Demonstrates the new Enhanced Context Manager capabilities * for automatically discovering and injecting high-relevance markdown files */ /** * Example: Using Direct Context Injection with Enhanced Context Manager */ export declare function demonstrateDirectContextInjection(projectPath: string): Promise<void>; /** * Example: Using specific file injection */ export declare function demonstrateSpecificFileInjection(projectPath: string, filePaths: string[]): Promise<void>; /** * Example: Context cleanup and management */ export declare function demonstrateContextManagement(projectPath: string): Promise<void>; /** * Run all demonstrations */ export declare function runAllDirectContextInjectionExamples(projectPath: string): Promise<void>; //# sourceMappingURL=directContextInjectionExample.d.ts.map