UNPKG

@versatil/sdlc-framework

Version:

🚀 AI-Native SDLC framework with 11-MCP ecosystem, RAG memory, OPERA orchestration, and 6 specialized agents achieving ZERO CONTEXT LOSS. Features complete CI/CD pipeline with 7 GitHub workflows (MCP testing, security scanning, performance benchmarking),

14 lines (13 loc) • 597 B
export declare class VERSATILLogger { private component?; private static instance; constructor(component?: string); static getInstance(component?: string): VERSATILLogger; info(message: string, context?: any, component?: string): void; error(message: string, context?: any, component?: string): void; warn(message: string, context?: any, component?: string): void; warning(message: string, context?: any, component?: string): void; debug(message: string, context?: any, component?: string): void; private formatMessage; } export declare const log: Console;