@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
16 lines • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LAYERS = exports.LAYER_CLI = exports.LAYER_SHARED = exports.LAYER_INFRASTRUCTURE = exports.LAYER_APPLICATION = exports.LAYER_DOMAIN = void 0;
exports.LAYER_DOMAIN = "domain";
exports.LAYER_APPLICATION = "application";
exports.LAYER_INFRASTRUCTURE = "infrastructure";
exports.LAYER_SHARED = "shared";
exports.LAYER_CLI = "cli";
exports.LAYERS = [
exports.LAYER_DOMAIN,
exports.LAYER_APPLICATION,
exports.LAYER_INFRASTRUCTURE,
exports.LAYER_SHARED,
exports.LAYER_CLI,
];
//# sourceMappingURL=layers.js.map