artdag: Phase 3 Plan — topological batches + parallelism cap + dirty plan + 18 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m0s

plan.sx schedules a dag into Kahn-wave batches (parallel-safe), splits waves
wider than a cap into sub-batches, and plans incrementally over the dirty
closure only (out-of-set deps treated as satisfied cache hits). plan 18/18,
total 54/54.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 11:56:13 +00:00
parent b9afe671ae
commit 9a0f3d872c
6 changed files with 243 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
{
"suites": {
"dag": {"pass": 20, "fail": 0},
"analyze": {"pass": 16, "fail": 0}
"analyze": {"pass": 16, "fail": 0},
"plan": {"pass": 18, "fail": 0}
},
"total_pass": 36,
"total_pass": 54,
"total_fail": 0,
"total": 36
"total": 54
}