fix: restore the runnable-demos stack lost in the stacked-PR merge#19
Merged
Conversation
PRs #11, #13, and #14 were stacked on #10. When #10 squash-merged and its branch was deleted, GitHub closed/merged the rest of the stack into the deleted feature branches, so their content never reached main: financial and healthcare shipped the unparseable advice{} Cedar policies, agents called endpoints that do not exist, the mock servers and the cmcp verify tamper demo were missing. This restores the verified stack tip for the four original examples plus .gitignore, with em dashes scrubbed per repo style, and merges the root README: corrected table and 3-terminal quickstart from the stack, plus the industrial-embodied-ai row with the #18 wording. Verified before commit: all Cedar bundles parse and produce the documented decisions (workflow-scoped allow, escalation/HITL deny, default deny), and all catalog entries validate against the cmcp schema. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What happened
PRs #11 -> #13 -> #14 were stacked on #10. When #10 squash-merged and its branch was deleted, the rest of the stack got merged into the now-deleted feature branches instead of main -- they show MERGED but their content never landed. Main currently ships the unparseable
advice {}Cedar policies (every call denies), agents calling endpoints that do not exist (GET /trace,cmcp-verify), no mock servers, and the old broken quickstart.What this restores
The verified stack tip for financial-services, healthcare, multi-tenant-saas, startup-tpm, and .gitignore:
_cmcpmetadata,error.data.advice,POST /sessions/{id}/close)cmcp verifytamper demo in startup-tpmEm dashes scrubbed throughout per repo style. Pre-commit validation: Cedar decisions match the documented allow/deny matrix; all catalog entries pass the cmcp schema.
Generated with Claude Code