feat(directives): scavenge sweep 4/5 (tracks + commands + styleguides + todos): 18 batch-4 directives + concurrent worker batches

This commit is contained in:
ed
2026-07-04 02:00:42 -04:00
parent e8d3578f2e
commit 79124774ec
82 changed files with 2430 additions and 0 deletions
@@ -0,0 +1,10 @@
# timeline_is_immutable
## v1
**Why this iteration:** Lifted from `conductor/tier2/agents/tier2-autonomous.md:92-115` — the "TIMELINE-IS-IMMUTABLE PRINCIPLE" section (added 2026-06-27 after the `cruft_elimination_20260627` track corruption). When an agent fucks up a commit, the right answer is a forward commit with a clear message; `git revert`/`git reset`/`git stash` make the user's review harder, not easier, and stashing throws away the user's in-progress edits silently.
**Source:** `conductor/tier2/agents/tier2-autonomous.md:92-115`
---
**Lifted:** 2026-07-03 scavenge sweep batch 4/5: tracks + commands + styleguides + todos