@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 • 431 B
TypeScript
export declare const LAYER_DOMAIN = "domain";
export declare const LAYER_APPLICATION = "application";
export declare const LAYER_INFRASTRUCTURE = "infrastructure";
export declare const LAYER_SHARED = "shared";
export declare const LAYER_CLI = "cli";
export declare const LAYERS: readonly ["domain", "application", "infrastructure", "shared", "cli"];
export type Layer = (typeof LAYERS)[number];
//# sourceMappingURL=layers.d.ts.map