UNPKG

ccguard

Version:

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

17 lines 622 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RebaselineCommand = void 0; exports.RebaselineCommand = { name: 'rebaseline', aliases: ['reinit'], description: 'Reinitialize the baseline to the current project state', execute: async (guardManager) => { // This command will be handled specially in the hook processor // to force a baseline reinitialization return { decision: 'block', reason: 'REBASELINE_COMMAND', // Special marker for the hook processor }; } }; //# sourceMappingURL=RebaselineCommand.js.map