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

This commit is contained in:
ed
2026-07-02 23:47:12 -04:00
parent 68352ee206
commit 5b0f932c4b
18 changed files with 91 additions and 82 deletions
@@ -1,11 +1,2 @@
# prefer_targeted_tier_runs — v1
**Why this iteration:** Lifted verbatim from `conductor/workflow.md` §"Tier 2 Autonomous Sandbox" §"Conventions" #3 (line 387). This is the baseline encoding — the imperative-rule-with-rationale style currently in production.
Future variants will test alternative encodings (rule-only, before/after) against this baseline.
**Source:** `conductor/workflow.md:387`
---
From `conductor/workflow.md` §"Tier 2 Autonomous Sandbox" §"Conventions" #3:
3. **Prefer targeted tier runs** (added 2026-06-27 per user directive). Do NOT run the full 11-tier batch for every verification. Run only the tiers relevant to the current task (e.g., `--tier tier3` or `--filter test_<specific_file>`). The full batch is for the USER to run after merge review, not for Tier 2's per-task verification. Running the full batch every time wastes 20+ minutes and the output is too large to be useful in context.