Files
rose-ash/lib/mod/scoreboard.json
giles c3668e4461
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m13s
mod: Ext 7 — repeat-offender escalation (audit log as evidence), 223/223
mod/subject-sanctions counts prior hide/remove/ban decisions about a subject from
the append-only audit log; mod/decide-escalating upgrades a sanction to :ban when
the subject has >= k priors. Non-sanction outcomes (keep/escalate) pass through.
Closes the loop between audit and policy — the trail feeds future decisions. Own
suite. +19 tests.

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

19 lines
660 B
JSON

{
"lang": "mod",
"total_passed": 223,
"total_failed": 0,
"total": 223,
"suites": [
{"name":"decide","passed":31,"failed":0,"total":31},
{"name":"audit","passed":29,"failed":0,"total":29},
{"name":"escalation","passed":46,"failed":0,"total":46},
{"name":"fed","passed":26,"failed":0,"total":26},
{"name":"extensions","passed":32,"failed":0,"total":32},
{"name":"link","passed":12,"failed":0,"total":12},
{"name":"lint","passed":14,"failed":0,"total":14},
{"name":"severity","passed":14,"failed":0,"total":14},
{"name":"offenders","passed":19,"failed":0,"total":19}
],
"generated": "2026-06-06T18:29:10+00:00"
}