Files
portal/tools
Дмитрий 0a52b3d8a0 feat(enforce): override-limit hook (Phase 2 #6) — pure module + tests
Adds tools/enforce-override-limit.mjs as PreToolUse hook implementing
hard-block on 6th+ usage of same override-phrase within one calendar day
(threshold 5 per-phrase). Bypass via «лимит снят» in current prompt
(one-shot, counter not reset).

Pure exports: countTodayUsage, findPhrasesInPrompt, shouldBlock,
buildBlockOutput, VOCAB, THRESHOLD, BYPASS_PHRASE.

Closes brain-retro #9 candidate 6 (logic only — hook registration in Task 2).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 11:07:58 +03:00
..