refactor(directives): strip metadata header from v1.md (45-51 of 51; meta extracted to meta.md)

This commit is contained in:
ed
2026-07-02 23:47:20 -04:00
parent 5b0f932c4b
commit 559db09ce4
14 changed files with 71 additions and 64 deletions
@@ -0,0 +1,10 @@
# verbose_commit_message_ban
## v1
**Why this iteration:** Lifted verbatim from `AGENTS.md` §"Process Anti-Patterns" #7 (lines 170-173). This is the baseline encoding — the symptom-rule-pair style currently in production.
Future variants will test alternative encodings (rule-only, tabular) against this baseline.
**Source:** `AGENTS.md:170-173`
---
**Lifted:** 2026-07-02 (Phase 1 harvest by Tier 3 worker; user directive 2026-07-02 moved the header into this meta file)
@@ -1,12 +1,3 @@
# verbose_commit_message_ban — v1
**Why this iteration:** Lifted verbatim from `AGENTS.md` §"Process Anti-Patterns" #7 (lines 170-173). This is the baseline encoding — the symptom-rule-pair style currently in production.
Future variants will test alternative encodings (rule-only, tabular) against this baseline.
**Source:** `AGENTS.md:170-173`
---
### 7. The Verbose-Commit-Message Pattern (kill it)
**Symptom:** Your commit message is 50 lines. It contains the root cause analysis, the alternatives you considered, the side effects you considered, the cross-references, the "what this doesn't fix", the "what to verify", and a personal essay. The commit message is longer than the diff it describes.