Expand description
Deterministic collapse controller for speculative swarm branches.
Phase 0 focuses on low-latency, mechanical regulation:
- sample active worktrees on an interval
- compute a coherence score vector per branch
- kill low-coherence branches deterministically
- promote one branch as the current integration candidate
Structsยง
- Branch
Evaluation - Full evaluation output for one branch.
- Branch
Observation - Branch observation produced by any execution backend.
- Branch
Runtime State - Runtime state for a currently active branch/worktree.
- Coherence
Score - Multi-dimensional coherence score for a branch.
- Collapse
Controller - First-class regulator that samples branch health and applies deterministic collapse policy.
- Collapse
Policy - Deterministic policy knobs for collapse behavior.
- Collapse
Tick - One collapse sampling tick output.
- Kill
Decision - Deterministic kill decision.