Files
rose-ash/lib/persist/scoreboard.json
giles 03da8d4328
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m6s
persist: subscription hub — read models update on publish + 9 tests
subscribe.sx: persist/hub wraps a backend; persist/publish appends then fires
per-stream callbacks (backend stream event). Direct persist/append bypasses
subscribers (bulk load/replay). Callbacks drive kv counters / project-resume. 46/46.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 18:36:16 +00:00

13 lines
262 B
JSON

{
"suites": {
"event": {"pass": 6, "fail": 0},
"log": {"pass": 9, "fail": 0},
"kv": {"pass": 13, "fail": 0},
"project": {"pass": 9, "fail": 0},
"subscribe": {"pass": 9, "fail": 0}
},
"total_pass": 46,
"total_fail": 0,
"total": 46
}