apl: conformance.sh + scoreboard.{json,md} — Phase 5 complete (269/269)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m3s

This commit is contained in:
2026-05-07 03:37:58 +00:00
parent bee4e0846c
commit ec26b61cbe
4 changed files with 144 additions and 1 deletions

12
lib/apl/scoreboard.json Normal file
View File

@@ -0,0 +1,12 @@
{
"suites": {
"structural": {"pass": 94, "fail": 0},
"operators": {"pass": 117, "fail": 0},
"dfn": {"pass": 24, "fail": 0},
"tradfn": {"pass": 20, "fail": 0},
"valence": {"pass": 14, "fail": 0}
},
"total_pass": 269,
"total_fail": 0,
"total": 269
}