cyberneticlibrary

Validate workflow write-category boundaries

write-boundary-demoworkflowsetup L30
krambuhl/agents
What it does

Validate concurrent write safety patterns

Best for

Validating concurrent append safety and single-writer assembly patterns

Inputs
  • · { interventionLogPath, appendCount, whiteboardAgentTypes, whiteboardTopic, whiteboardOutPath }
Outputs
  • · { category_1_append, whiteboard_fanout, category_3_assemble }
Requires
  • · multi-agent workflow execution
  • · parallel task coordination
  • · workflow phase tracking
  • · griot CLI
Preconditions
  • · JSONL logging infrastructure
  • · griot CLI available
  • · agent system with explicit phase tracking
Failure modes
  • · agent failure / null slot
  • · failed results filtered silently
  • · caught exception → null
Trust signals
  • · parallel barrier for race detection
  • · named phase tracking
  • · null-filtering for fault tolerance