π
cc-enslaver
code-qualityA Claude Code plugin and LLM-agnostic rule pack that enforces systematic thinking, verified citations, and root-cause analysis β eliminating reactive, lazy AI behavior. v0.22 adds two write-time content detectors as rules 10 and 11: rule 10 (no non-essential hardcoding) denies Edit/Write of code that inlines a credential (secret-named literal, PEM private-key header, AWS access-key literal, credentials in a connection URL); rule 11 (no non-essential path dependency) denies code baking in a machine-specific user-home absolute path or shell home variable. Both mirror the rule-09 PreToolUse content-detector mechanism, share its adjacent why-comment escape hatch, exempt prose-doc and lockfile targets, and add no Stop layer. English is the i18n skeleton and source of truth (rules/ + prompts/ at the root, default injection); Chinese is a first-class translation (rules/zh/ + prompts/zh/, CC_ENSLAVER_LANG=zh), with drift CI-blocked by i18n_check.py + test_i18n_sync.py.