Implement S23 runtime health slice

This commit is contained in:
Svrnty
2026-05-28 21:38:50 -04:00
parent c0ff59097c
commit cf723141a4
8 changed files with 466 additions and 1 deletions
@@ -62,12 +62,15 @@ def test_loader_register_wires_our_plugin(loader, monkeypatch):
assert ("GET", "/api/vault/status") in loader._ROUTES
assert ("GET", "/api/umbrella") in loader._ROUTES
assert ("GET", "/api/umbrella/doc") in loader._ROUTES
assert ("GET", "/api/cortex-os/runtime-health") in loader._ROUTES
# Static + injected URLs
assert "svrnty" in loader._STATIC
assert "/plugins/svrnty/app.css" in loader._STYLESHEETS
assert "/plugins/svrnty/app.js" in loader._SCRIPTS
assert "/plugins/svrnty/umbrella_inline.css" in loader._STYLESHEETS
assert "/plugins/svrnty/umbrella_inline.js" in loader._SCRIPTS
assert "/plugins/svrnty/cortex-os/runtime-health/runtime_health.css" in loader._STYLESHEETS
assert "/plugins/svrnty/cortex-os/runtime-health/runtime_health.js" in loader._SCRIPTS
# Audio processor for voice-message transcription
assert len(loader._AUDIO_PROCESSORS) == 1