chore: move runnable demos to the public examples and demos repos - #48
Merged
Merged
Conversation
Now that weight-custody-manifest is published on PyPI, the runnable demos live in the public repos where they depend on the package instead of an in-repo checkout: agentrust-io/examples (per-product catalog) and agentrust-io/demos (talk track). Remove the four demo scripts (open_model_e2e, real_open_model, snp_replay, sovereign_self_custody), their four example tests, and the four walkthrough tutorials. Keep examples/manifest.example.json (a CLI docs fixture the getting-started and README quickstarts use) and tutorials/how-it-works.md (conceptual). Repoint the how-it-works links, the python README end-to-end section, and the mkdocs nav at the public examples repo. Record the move in the changelog. pytest 260 passed, mkdocs build --strict clean, no dangling references. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Aug 4, 2026
Merged
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
Now that
weight-custody-manifestis on PyPI, the runnable demos belong in the public repos where they depend on the published package rather than an in-repo checkout. Companion PRs add them there:weight-custody-manifest/catalog (all four demos, CI job)demo-06-weight-custodytalk-trackThis PR removes them from WCM.
Removed
open_model_e2e.py,real_open_model.py,snp_replay.py,sovereign_self_custody.pyopen-weight-model.md,snp-quote-replay.md,sovereign-self-custody.md,test-on-your-machine.mdKept / repointed
examples/manifest.example.jsonstays (a CLI docs fixture the getting-started and README quickstarts reference;test_examples.pystill round-trips it).tutorials/how-it-works.mdstays (conceptual); its three links to the removed walkthrough now point at the public examples repo.python/README.mdend-to-end section and the mkdocs nav repoint to the examples repo.Verification
pytest260 passed,mkdocs build --strictclean, no dangling references to the removed scripts outside the changelog note.Merge order
Merge after examples#61 and demos#28 so the demos never exist nowhere.
Out of scope (flagged separately)
python/README.mdcarries ~30 pre-existing em dashes (not introduced here). Worth a separate style-strip PR to match house style.🤖 Generated with Claude Code