content: document validation (validate.sx) + 17 tests (294/294)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 46s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 01:25:37 +00:00
parent ef38b24110
commit 7836709f91
6 changed files with 288 additions and 5 deletions

View File

@@ -5,13 +5,14 @@
"render": {"pass": 42, "fail": 0},
"api": {"pass": 26, "fail": 0},
"markdown": {"pass": 20, "fail": 0},
"validate": {"pass": 17, "fail": 0},
"store": {"pass": 29, "fail": 0},
"crdt": {"pass": 34, "fail": 0},
"crdt-store": {"pass": 14, "fail": 0},
"sync": {"pass": 14, "fail": 0},
"fed": {"pass": 20, "fail": 0}
},
"total_pass": 277,
"total_pass": 294,
"total_fail": 0,
"total": 277
"total": 294
}