docs: update codebase-memory-mcp skill for v0.9.1-rc.1 🤖🤖🤖 - #2528
Merged
aaronpowell merged 2 commits intoAug 5, 2026
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Codebase Memory MCP skill for the v0.9.1-rc.1 tool surface.
Changes:
- Documents pagination and coverage contracts.
- Adds architecture, VCS verification, and indexing guidance.
- Preserves mutation approval safeguards.
aaronpowell
approved these changes
Aug 5, 2026
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.
Pull Request Checklist
CONTRIBUTING.mdguidelines.npm startand verified that generated files are up to date.main.Description
Update the existing Codebase Memory MCP skill for the
v0.9.1-rc.1tool surface.The skill now:
search_graph,trace_path, andcheck_index_coverage;detect_changes;moderateindexing for normal use while keepingfastandfullexplicit;This is intentionally client-neutral: it does not include local binary paths, sandbox settings, or server aliases.
Validation
npm cinpm run skill:validate— 395/395 skills validpython3 .../quick_validate.py skills/codebase-memory-mcpnpx --yes @microsoft/vally-cli lint skills/codebase-memory-mcp— 2/2 checks passednpm start— generated files already up to dategit diff --checkRED reproduced incorrect continuation arguments from the previous skill (
search_graph.cursorand coverageoffset). GREEN produced the documentedsearch_graph.offset,trace_path.cursor, andcheck_index_coverage.scope_offsetcontinuations. Bounded-search and mutation-safety controls also passed.Additional Notes
bash eng/fix-line-endings.shwas invoked as required, but its BSDsedinvocation emitsinvalid command code .on macOS while exiting zero. An independent repository-wide CRLF scan confirmed all Markdown files are LF-only.