UNPKG

@samiyev/guardian

Version:

Research-backed code quality guardian for AI-assisted development. Detects hardcodes, secrets, circular deps, framework leaks, entity exposure, and 9 architecture violations. Enforces Clean Architecture/DDD principles. Works with GitHub Copilot, Cursor, W

8 lines 418 B
export declare const VERSION: string; export * from "./domain"; export * from "./application"; export * from "./infrastructure"; export * from "./shared"; export { analyzeProject } from "./api"; export type { AnalyzeProjectRequest, AnalyzeProjectResponse, ArchitectureViolation, HardcodeViolation, CircularDependencyViolation, FrameworkLeakViolation, ProjectMetrics, } from "./api"; //# sourceMappingURL=index.d.ts.map