Build Week: generate an auditable judge evidence report - #113
Merged
Conversation
…evidence Phase 12: publish truthful resilience lifecycle evidence
Phase 11: add judge demo readiness doctor
…-demo Build Week: add cluster-free and live platform demo paths
CodeBuildder
marked this pull request as ready for review
July 19, 2026 00:42
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The one-command platform demo proved correlation but left judges to translate terminal logs into a product outcome. During browser verification, it also exposed a stale-dashboard failure mode: an old Vite listener could pass an HTML homepage check while returning
index.htmlinstead of JSON for/api/*, leaving Sentinel visibly empty despite valid backend evidence.Closes #112.
What changed
PLATFORM RESILIENCE PROOF: PASSscorecard only after Sentinel verifies the shared incidentlatest-demo.jsonandlatest-demo.mdpointers for screenshots and submission work/api/healthto return orchestrator JSON instead of trusting the HTML homepageEvidence integrity
The deterministic demo explicitly reports replayed Argus evidence and a Phoenix simulator outcome. It reports recovery as verified but availability as not measured. Timings are labeled as evidence publication and correlation timings, not live Falco detection or production MTTR. OpenAI reports configured/not configured and is not falsely described as invoked. No live Chaos Mesh fault is created.
End-to-end verification
The corrected demo replaced the verified stale Sentinel Vite process, launched the current dashboard, and passed through the browser-facing proxy:
/api/health: Sentinel orchestrator OK, SOG connectedjudge-demo-20260718T231343Z-46753Regression checks
make test-platform-demomake test-agent— 91 passedmake test-ui— production build passedmake demo-platformrun against theargusk3s context/api/healthand/api/overviewJSON verificationgit diff --check