UNPKG

ccguard

Version:

Automated enforcement of net-negative LOC, complexity constraints, and quality standards for Claude code

15 lines 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnableCommand = void 0; exports.EnableCommand = { name: 'on', description: 'Enable CCGuard net negative LOC enforcement', execute: async (guardManager) => { await guardManager.enable(); return { decision: 'block', reason: 'CCGuard is now ENABLED. Net negative LOC enforcement is active.', }; } }; //# sourceMappingURL=EnableCommand.js.map