agentic-sx Phase 2: branch — one branch = one agent (TDD)
space handle (repo + relations Datalog db); spawn! = branch-from-briefing with a genesis spawn commit at the fork point; commit! verb snapshots a full worktree VALUE into a typed agent-commit and CAS-advances the branch (no shared index — multi-agent safe). Topology: fork-point via merge-base, agents from refs, typed edges sub-agent-of/reviews/merges. Session merges always record a two-parent session-merge commit (no-ff); conflicts commit nothing and conclude via merge-resolve!. 53/53 (118/118 total). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ if [ ! -x "$SX_SERVER" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SUITES=(schema)
|
||||
SUITES=(schema branch)
|
||||
|
||||
OUT_JSON="lib/agentic/scoreboard.json"
|
||||
OUT_MD="lib/agentic/scoreboard.md"
|
||||
|
||||
Reference in New Issue
Block a user