Skip to content

docs: update codebase-memory-mcp skill for v0.9.1-rc.1 🤖🤖🤖 - #2528

Merged
aaronpowell merged 2 commits into
github:mainfrom
astandrik:agent/update-codebase-memory-rc1
Aug 5, 2026
Merged

docs: update codebase-memory-mcp skill for v0.9.1-rc.1 🤖🤖🤖#2528
aaronpowell merged 2 commits into
github:mainfrom
astandrik:agent/update-codebase-memory-rc1

Conversation

@astandrik

Copy link
Copy Markdown
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • The existing skill remains in the correct directory and follows the required naming and frontmatter conventions.
  • I tested the updated skill with RED/GREEN agent scenarios.
  • I ran npm start and verified that generated files are up to date.
  • This pull request targets main.

Description

Update the existing Codebase Memory MCP skill for the v0.9.1-rc.1 tool surface.

The skill now:

  • uses the exact pagination contracts for search_graph, trace_path, and check_index_coverage;
  • checks file and scope coverage before negative or exhaustive claims;
  • documents the missed graph, architecture clusters and project-wide cycle detection;
  • verifies real VCS state before trusting detect_changes;
  • prefers moderate indexing for normal use while keeping fast and full explicit;
  • preserves the existing explicit-approval gate for graph mutations.

This is intentionally client-neutral: it does not include local binary paths, sandbox settings, or server aliases.

Validation

  • npm ci
  • npm run skill:validate — 395/395 skills valid
  • python3 .../quick_validate.py skills/codebase-memory-mcp
  • npx --yes @microsoft/vally-cli lint skills/codebase-memory-mcp — 2/2 checks passed
  • npm start — generated files already up to date
  • git diff --check
  • all Markdown files verified LF-only

RED reproduced incorrect continuation arguments from the previous skill (search_graph.cursor and coverage offset). GREEN produced the documented search_graph.offset, trace_path.cursor, and check_index_coverage.scope_offset continuations. Bounded-search and mutation-safety controls also passed.

Additional Notes

bash eng/fix-line-endings.sh was invoked as required, but its BSD sed invocation emits invalid command code . on macOS while exiting zero. An independent repository-wide CRLF scan confirmed all Markdown files are LF-only.

@github-actions github-actions Bot added the skills PR touches skills label Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 1 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 0
ℹ️ Info 0

✅ No matching risk patterns were detected in changed files.

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🔍 Vally Lint Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ ✅ codebase-memory-mcp (2/2 checks passed)
ℹ️ ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
ℹ️ ✓ spec-compliance: All spec checks passed.
ℹ️ ✓ [valid-refs] All file references across 1 skill(s) are valid.
ℹ️ ✓ valid-refs: All file references resolve to existing files within the skill directory.
ℹ️ 1 skill(s) linted, 1 passed
Full linter output
### Linting skills/codebase-memory-mcp
✅ codebase-memory-mcp (2/2 checks passed)
    ✓ [spec-compliance] All 1 skill(s) are spec-compliant.
        ✓ spec-compliance: All spec checks passed.
    ✓ [valid-refs] All file references across 1 skill(s) are valid.
        ✓ valid-refs: All file references resolve to existing files within the skill directory.

1 skill(s) linted, 1 passed

@astandrik
astandrik marked this pull request as ready for review August 3, 2026 19:28
@astandrik
astandrik requested a review from aaronpowell as a code owner August 3, 2026 19:28
Copilot AI review requested due to automatic review settings August 3, 2026 19:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread skills/codebase-memory-mcp/SKILL.md Outdated
Copilot AI review requested due to automatic review settings August 3, 2026 20:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@aaronpowell
aaronpowell merged commit 0245e7f into github:main Aug 5, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants