chore(guide): ground the workspace and fix README badges [release:v0.10.3] - #70
Merged
Merged
Conversation
Adds the checked-in .mcp.json serving the dogfood corpus through rac-guide, and grounding guidance in the session-start prompt — the team setup documented in docs/mcp.md, applied to our own repository.
…0.3] The README ships as the PyPI long description, where relative image paths do not resolve; the banner now uses absolute URLs. Adds Python version and license badges alongside the existing CI and PyPI ones.
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 small post-release items: the workspace grounds its own agents, and the README's badges and PyPI rendering are corrected.
Adds:
.mcp.jsonserving the dogfood corpus throughrac-guide(rac mcp --root .) — the team setup documented indocs/mcp.md§6, applied to this repositoryrac/prompts/rac-agent-session-start.md(imported by CLAUDE.md every session):get_summaryat session start,search_artifactsbefore implementing, cite decisions by ID, surface conflicts instead of overriding — with a CLI fallback for sessions without MCP toolsScope
Included
.mcp.json, the session-start prompt artifact, README badge row and banner URLsExcluded
Verification
The PyPI long description for 0.10.3 was checked directly: it carries the relative banner paths this PR fixes. The PyPI version badge markup was verified correct — it is dynamic (shields.io reads PyPI live, which already serves 0.10.3); any stale display is shields/GitHub-camo caching that clears on its own.
Notes For Reviewer
.mcp.jsonbenefits the next session, not a running one; the prompt's CLI fallback covers that case.Implementation Process
Implemented with AI assistance under the roadmap contract. Final scope, review, and acceptance decisions were made by the maintainer.