feat(directives): add rule-statement header to 49-56 of 66 v1.md files

This commit is contained in:
ed
2026-07-03 09:45:49 -04:00
parent 8cf4b57a74
commit 17e3a37b41
8 changed files with 16 additions and 0 deletions
@@ -1,2 +1,4 @@
# Main GUI rendering thread and daemon execution threads must be rigorously separated
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.