mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
77e8fb0ca1
* improve: enhance arm-migration based on automated review
- Declare Arm MCP server dependency via mcpServers block and add a
Prerequisites section, mirroring octopus-deploy-release-notes-mcp.md
- Fix incorrect tool name (learning_path_server -> knowledge_base_search)
- Rewrite description to drop GitHub Copilot framing and state the MCP
requirement up front
- Require build/test verification and a per-file change summary before
declaring success, instead of optional benchmarking
- Extend per-dependency compatibility checks to go.mod, Cargo.toml, and
Java build files (pom.xml/build.gradle)
- Add model: sonnet field and fix minor wording ("versionfiles" -> "version
files"; name the Arm MCP server explicitly)
Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
* fix: address cubic review comments on arm-migration agent
- Grant mcp__arm__* in the tools: frontmatter so the MCP tools
referenced in the instructions are actually callable, not just
documented in the Prerequisites section
- Drop the /workspace absolute path reference to comply with the
repo's no-absolute-paths rule
Co-Authored-By: Claude Code <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>