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 @@
# use_batched_test_runner
## v1
**Why this iteration:** Lifted from `conductor/tier2/agents/tier2-autonomous.md:119-121` + `conductor/tier2/commands/tier-2-auto-execute.md:39-40` + `conductor/tier2/commands/tier-2-auto-execute.md:53-55` — the Tier 2 sandbox explicitly forbids `uv run pytest` directly because the batched runner provides tier filtering, xdist parallelization, and a summary table that `live_gui` tests depend on.
**Source:** `conductor/tier2/agents/tier2-autonomous.md:119-121,127` + `conductor/tier2/commands/tier-2-auto-execute.md:39-40,53-55`
---
**Lifted:** 2026-07-03 scavenge sweep batch 4/5: tracks + commands + styleguides + todos