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

15 lines 455 B
export declare const LAYER_PATHS: { readonly DOMAIN: "/domain/"; readonly APPLICATION: "/application/"; readonly INFRASTRUCTURE: "/infrastructure/"; readonly SHARED: "/shared/"; }; export declare const CLI_PATHS: { readonly DIST_CLI_INDEX: "../dist/cli/index.js"; }; export declare const IMPORT_PATTERNS: { readonly ES_IMPORT: RegExp; readonly REQUIRE: RegExp; readonly QUOTE: RegExp; }; //# sourceMappingURL=paths.d.ts.map