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 @@
# strict_state_management — v1
**Why this iteration:** Lifted verbatim from `conductor/product-guidelines.md` §"Code Standards & Architecture" (line 37). This is the baseline encoding — the imperative-bullet-with-rationale style currently in production.
Future variants will test alternative encodings (rationale-first, before/after) against this baseline.
**Source:** `conductor/product-guidelines.md:37`
---
From `conductor/product-guidelines.md` §"Code Standards & Architecture":
- **Strict State Management:** There must be a rigorous separation between the Main GUI rendering thread and daemon execution threads. The UI should *never* hang during AI communication or script execution. Use lock-protected queues and events for synchronization.