UNPKG

ccguard

Version:

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

15 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResetCommand = void 0; exports.ResetCommand = { name: 'reset', description: 'Reset session statistics', execute: async (guardManager) => { await guardManager.resetStats(); return { decision: 'block', reason: 'Session statistics have been reset.', }; } }; //# sourceMappingURL=ResetCommand.js.map