Files
manual_slop/conductor/directives/strict_state_management/v1.md
T

338 B

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.