Skip to content

fix: restore the runnable-demos stack lost in the stacked-PR merge#19

Merged
imran-siddique merged 1 commit into
mainfrom
fix/restore-examples-stack
Jun 12, 2026
Merged

fix: restore the runnable-demos stack lost in the stacked-PR merge#19
imran-siddique merged 1 commit into
mainfrom
fix/restore-examples-stack

Conversation

@imran-siddique

Copy link
Copy Markdown
Contributor

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:

  • valid workflow-scoped Cedar policies with @annotation advice (default deny, verified decisions)
  • agents using the real API (_cmcp metadata, error.data.advice, POST /sessions/{id}/close)
  • stdlib mock MCP servers per example
  • the cmcp verify tamper demo in startup-tpm
  • trace-output reference files captured from real runs
  • root README: corrected table and 3-terminal quickstart, merged with the industrial-embodied-ai row (keeping the docs: clarify industrial evidence continuity #18 wording)

Em 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

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>
@imran-siddique imran-siddique merged commit e80016c into main Jun 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant