mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
Superpowers plan/spec files are local execution artifacts, and this repo already ignores docs/superpowers/. Remove the previously tracked plan files from the index so future quality-gate work does not mix local planning output into product commits. Constraint: Local Superpowers files should remain available on disk but not be versioned. Rejected: Add another ignore rule | docs/superpowers/ is already ignored, and the problem was tracked files bypassing ignore rules. Confidence: high Scope-risk: narrow Directive: Keep generated quality reports and Superpowers planning artifacts out of repository commits. Tested: git diff --check --cached Tested: git ls-files -ci --exclude-standard Not-tested: runtime gates because this is repository hygiene only.