docs: align plugin docs with plugins repo#62
Merged
Conversation
Deploying archgate-cli with
|
| Latest commit: |
ad565cb
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://09ef19f5.archgate-cli.pages.dev |
| Branch Preview URL: | https://claude-zealous-goodall.archgate-cli.pages.dev |
- Distinguish agent (developer) from skills (architect, quality-manager, adr-author, onboard) across all plugin guides - Remove stale MCP server integration claims from plugin docs — plugins now use CLI commands directly (archgate review-context, archgate check) - Remove non-existent generated files: .vscode/mcp.json, .cursor/mcp.json, .github/copilot/mcp.json - Update MCP server guide to clarify it's for custom integrations, not editor plugins - Apply all changes to both EN and PT-BR translations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The archgate mcp command no longer exists in the CLI. Remove: - MCP Server guide (EN + PT-BR) - MCP Tools reference (EN + PT-BR) - archgate mcp section from CLI commands reference (EN + PT-BR) - Sidebar entries for both pages - All remaining MCP cross-references in index, domains, vscode-plugin, cursor-integration, writing-adrs, and cli-commands pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ec381ad to
ad565cb
Compare
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
archgate:developeris an agent (defined inagents/developer.md), not a skill. The 4 actual skills arearchitect,quality-manager,adr-author, andonboard. Updated all plugin guides (Claude Code, VS Code, Cursor, Copilot CLI) to reflect this.archgate review-context,archgate check, etc.) instead of the MCP server. Removed all stale MCP integration sections from plugin docs..vscode/mcp.json,.cursor/mcp.json, and.github/copilot/mcp.jsonbeing generated byarchgate init— these files were never created by the CLI.Test plan
bun run validatepasses (lint, typecheck, format, tests, ADR check, build)🤖 Generated with Claude Code