Files
rose-ash/lib/artdag/scoreboard.json
giles b9afe671ae
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 57s
artdag: Phase 2 Analyze on Datalog + 16 tests
analyze.sx projects DAG edges to (edge in out) facts and runs recursive
reachable rules for deps-of/dependents-of/reachable-from/ancestors-of, plus
dirty-closure (dirty(Y):-edge(X,Y),dirty(X)) for incremental recompute. Keystone:
changing a mid node dirties only it + downstream. analyze 16/16, total 36/36.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-07 11:53:29 +00:00

10 lines
151 B
JSON

{
"suites": {
"dag": {"pass": 20, "fail": 0},
"analyze": {"pass": 16, "fail": 0}
},
"total_pass": 36,
"total_fail": 0,
"total": 36
}