docs(conformance): fix stale example paths after examples/ reorg#54
Merged
Merged
Conversation
The c60a002 reorg moved ai-catalog.json into examples/basic/ but two references were not updated: - conformance/README.md showed 'examples/ai-catalog.json' as the manual validation example; copying that command verbatim now 404s. - conformance/examples/basic/registry-server.py had a comment pointing at spec/examples/ai-catalog.json (a path that has not existed since an earlier reorg in 5c191fb).
rvguha
approved these changes
Jun 29, 2026
rvguha
left a comment
Contributor
There was a problem hiding this comment.
Ben, thank you for the fix!
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.
Summary
Two references to the mock catalog manifest were left pointing at old locations after the
c60a002reorg moved it intoexamples/basic/:conformance/README.md— the documented manual-validation command (./bin/conformance-test manifest examples/ai-catalog.json) now 404s; updated toexamples/basic/ai-catalog.jsonso copy/paste works.conformance/examples/basic/registry-server.py— comment claimed the mock data was seeded fromspec/examples/ai-catalog.json, a path that has not existed since the earlier reorg in5c191fb. Repointed to./ai-catalog.json(its real, current sibling).No spec or behavioral changes — docs/comment only.
Test plan
./bin/conformance-test manifest examples/basic/ai-catalog.json— passes (was previously aLocal file does not existfailure with the README's stale path)./bin/run-conformance-demo— full end-to-end demo passes (ALL CONFORMANCE CHECKS PASSED)