artdag: Phase 1 DAG model + structural content addressing + 20 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m7s

Content-addressed node = {:op :inputs :params :commutative}; content-id is a
deterministic canonical serialization (sorted param keys; commutative ops sort
inputs). artdag/build validates dangling/cycles, topo-sorts, dedups identical
subgraphs to one id shared across DAGs. conformance.sh + scoreboard (dag 20/20).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 11:49:43 +00:00
parent b821e6a79d
commit e4a8dff9ba
6 changed files with 549 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
{
"suites": {
"dag": {"pass": 20, "fail": 0}
},
"total_pass": 20,
"total_fail": 0,
"total": 20
}