Build Week: add cluster-free and live platform demo paths - #115
Merged
CodeBuildder merged 8 commits intoJul 19, 2026
Merged
Conversation
CodeBuildder
marked this pull request as ready for review
July 18, 2026 23:47
…evidence Phase 12: publish truthful resilience lifecycle evidence
Phase 11: add judge demo readiness doctor
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 prior safe platform demo still depended on deployed k3s services, which made it unsuitable as the default judge path. Safe fault injection and cluster-free portability are separate requirements. Judges need a polished one-command experience on a clean laptop, while maintainers still need the real-cluster integration proof.
This PR is intentionally stacked on #113. Merge #113 first, then retarget this PR to
main.Closes #114.
What changed
make demo-platformandmake demo-platform-localfully cluster-freemake demo-platform-livefor the existing real-k3s integration pathSafety
Local mode makes zero Kubernetes API calls and creates no Chaos Mesh resources. It uses one uniquely named disposable Redis container and removes it on exit. It never terminates an unrelated port listener. It does not claim live Falco latency, live chaos, or measured production availability.
End-to-end verification
DEMO_PLATFORM_EXIT_AFTER_READY=true make demo-platformcompleted with::5173, Phoenix:5174, Sentinel:5175Dynamic verification used a 2-second test interval and confirmed the SOG finding count increased while Phoenix served 12 synthetic nodes and 14 fixture edges through its UI proxy.
Regression checks
make test-platform-demomake test-agent— 91 passedmake test-ui— production build passedmake demo-platform-dry-rungit diff --check