docs: add editor plugin docs and complete CLI command reference#27
Merged
Conversation
The deploy-docs workflow was missing `auto-install: true` on moonrepo/setup-toolchain, causing `bun: command not found` in CI. Matches the pattern used in code-pull-request.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document `archgate login` command with all subcommands (status, logout, refresh). Add `--install-plugin` to `archgate init` reference. Add editor plugin sections to landing page, Claude Code guide, Cursor guide, and quick-start with beta CTAs linking to plugins.archgate.dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…mands Document all five plugin skills (/ag-developer, /ag-architect, /ag-quality-manager, /ag-adr-author, /ag-onboard) with their slash command prefix. Add structured workflow, ADR-driven refusal, onboard instructions, and "when to use each skill" reference to match the depth of the Claude Code plugin guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…d CTAs - Fix check JSON output examples in cli-commands, ci-integration, and mcp-tools to match the actual ReportSummary interface (add truncated, description, status, totalViolations, shownViolations, durationMs) - Fix quick-start listing invalid domain examples (security, testing) with actual valid domains (architecture, backend, frontend, data, general) - Fix MCP config path in cli-commands from .claude/settings.json to .mcp.json - Add review_context response example with full ReviewContext structure - Add "Learn more" section to landing page with LinkCards to concepts, writing-rules, ci-integration, and cli-commands reference - Expand quick-start "What's next?" with concepts, common patterns, and pre-commit hooks links organized by category - Add "Next steps" to writing-rules guide linking to common patterns, rule API, and CI integration - Fix CLAUDE.md: upgrade description (GitHub Releases -> npm), add missing login command to commands table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add --version/-V and --help/-h global options section to CLI commands reference - Add Bun-based CI section to CI integration guide with setup-bun example - Document the message field in MCP check tool no-rules response Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add editor plugin signup CTAs to 8 documentation pages (concepts/adrs, concepts/rules, writing-adrs, mcp-server, ci-integration, installation, common-rule-patterns, mcp-tools) to drive beta signups at plugins.archgate.dev. Add docs badge and Documentation section to README.md linking to cli.archgate.dev. Improve package.json keywords for npm discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Feb 28, 2026
* fix(ci): add auto-install to deploy-docs toolchain setup The deploy-docs workflow was missing `auto-install: true` on moonrepo/setup-toolchain, causing `bun: command not found` in CI. Matches the pattern used in code-pull-request.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add editor plugin docs and complete CLI command reference Document `archgate login` command with all subcommands (status, logout, refresh). Add `--install-plugin` to `archgate init` reference. Add editor plugin sections to landing page, Claude Code guide, Cursor guide, and quick-start with beta CTAs linking to plugins.archgate.dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: expand Cursor integration guide with plugin skills and /ag- commands Document all five plugin skills (/ag-developer, /ag-architect, /ag-quality-manager, /ag-adr-author, /ag-onboard) with their slash command prefix. Add structured workflow, ADR-driven refusal, onboard instructions, and "when to use each skill" reference to match the depth of the Claude Code plugin guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: fix JSON schemas, invalid domains, missing cross-references, and CTAs - Fix check JSON output examples in cli-commands, ci-integration, and mcp-tools to match the actual ReportSummary interface (add truncated, description, status, totalViolations, shownViolations, durationMs) - Fix quick-start listing invalid domain examples (security, testing) with actual valid domains (architecture, backend, frontend, data, general) - Fix MCP config path in cli-commands from .claude/settings.json to .mcp.json - Add review_context response example with full ReviewContext structure - Add "Learn more" section to landing page with LinkCards to concepts, writing-rules, ci-integration, and cli-commands reference - Expand quick-start "What's next?" with concepts, common patterns, and pre-commit hooks links organized by category - Add "Next steps" to writing-rules guide linking to common patterns, rule API, and CI integration - Fix CLAUDE.md: upgrade description (GitHub Releases -> npm), add missing login command to commands table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add global options, Bun CI example, and no-rules message field - Add --version/-V and --help/-h global options section to CLI commands reference - Add Bun-based CI section to CI integration guide with setup-bun example - Document the message field in MCP check tool no-rules response Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add plugin CTAs, docs badge, and npm metadata improvements Add editor plugin signup CTAs to 8 documentation pages (concepts/adrs, concepts/rules, writing-adrs, mcp-server, ci-integration, installation, common-rule-patterns, mcp-tools) to drive beta signups at plugins.archgate.dev. Add docs badge and Documentation section to README.md linking to cli.archgate.dev. Improve package.json keywords for npm discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Mar 3, 2026
* fix(ci): add auto-install to deploy-docs toolchain setup The deploy-docs workflow was missing `auto-install: true` on moonrepo/setup-toolchain, causing `bun: command not found` in CI. Matches the pattern used in code-pull-request.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add editor plugin docs and complete CLI command reference Document `archgate login` command with all subcommands (status, logout, refresh). Add `--install-plugin` to `archgate init` reference. Add editor plugin sections to landing page, Claude Code guide, Cursor guide, and quick-start with beta CTAs linking to plugins.archgate.dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: expand Cursor integration guide with plugin skills and /ag- commands Document all five plugin skills (/ag-developer, /ag-architect, /ag-quality-manager, /ag-adr-author, /ag-onboard) with their slash command prefix. Add structured workflow, ADR-driven refusal, onboard instructions, and "when to use each skill" reference to match the depth of the Claude Code plugin guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: fix JSON schemas, invalid domains, missing cross-references, and CTAs - Fix check JSON output examples in cli-commands, ci-integration, and mcp-tools to match the actual ReportSummary interface (add truncated, description, status, totalViolations, shownViolations, durationMs) - Fix quick-start listing invalid domain examples (security, testing) with actual valid domains (architecture, backend, frontend, data, general) - Fix MCP config path in cli-commands from .claude/settings.json to .mcp.json - Add review_context response example with full ReviewContext structure - Add "Learn more" section to landing page with LinkCards to concepts, writing-rules, ci-integration, and cli-commands reference - Expand quick-start "What's next?" with concepts, common patterns, and pre-commit hooks links organized by category - Add "Next steps" to writing-rules guide linking to common patterns, rule API, and CI integration - Fix CLAUDE.md: upgrade description (GitHub Releases -> npm), add missing login command to commands table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add global options, Bun CI example, and no-rules message field - Add --version/-V and --help/-h global options section to CLI commands reference - Add Bun-based CI section to CI integration guide with setup-bun example - Document the message field in MCP check tool no-rules response Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add plugin CTAs, docs badge, and npm metadata improvements Add editor plugin signup CTAs to 8 documentation pages (concepts/adrs, concepts/rules, writing-adrs, mcp-server, ci-integration, installation, common-rule-patterns, mcp-tools) to drive beta signups at plugins.archgate.dev. Add docs badge and Documentation section to README.md linking to cli.archgate.dev. Improve package.json keywords for npm discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
rhuanbarreto
added a commit
that referenced
this pull request
Mar 4, 2026
* fix(ci): add auto-install to deploy-docs toolchain setup The deploy-docs workflow was missing `auto-install: true` on moonrepo/setup-toolchain, causing `bun: command not found` in CI. Matches the pattern used in code-pull-request.yml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add editor plugin docs and complete CLI command reference Document `archgate login` command with all subcommands (status, logout, refresh). Add `--install-plugin` to `archgate init` reference. Add editor plugin sections to landing page, Claude Code guide, Cursor guide, and quick-start with beta CTAs linking to plugins.archgate.dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: expand Cursor integration guide with plugin skills and /ag- commands Document all five plugin skills (/ag-developer, /ag-architect, /ag-quality-manager, /ag-adr-author, /ag-onboard) with their slash command prefix. Add structured workflow, ADR-driven refusal, onboard instructions, and "when to use each skill" reference to match the depth of the Claude Code plugin guide. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: fix JSON schemas, invalid domains, missing cross-references, and CTAs - Fix check JSON output examples in cli-commands, ci-integration, and mcp-tools to match the actual ReportSummary interface (add truncated, description, status, totalViolations, shownViolations, durationMs) - Fix quick-start listing invalid domain examples (security, testing) with actual valid domains (architecture, backend, frontend, data, general) - Fix MCP config path in cli-commands from .claude/settings.json to .mcp.json - Add review_context response example with full ReviewContext structure - Add "Learn more" section to landing page with LinkCards to concepts, writing-rules, ci-integration, and cli-commands reference - Expand quick-start "What's next?" with concepts, common patterns, and pre-commit hooks links organized by category - Add "Next steps" to writing-rules guide linking to common patterns, rule API, and CI integration - Fix CLAUDE.md: upgrade description (GitHub Releases -> npm), add missing login command to commands table Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add global options, Bun CI example, and no-rules message field - Add --version/-V and --help/-h global options section to CLI commands reference - Add Bun-based CI section to CI integration guide with setup-bun example - Document the message field in MCP check tool no-rules response Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add plugin CTAs, docs badge, and npm metadata improvements Add editor plugin signup CTAs to 8 documentation pages (concepts/adrs, concepts/rules, writing-adrs, mcp-server, ci-integration, installation, common-rule-patterns, mcp-tools) to drive beta signups at plugins.archgate.dev. Add docs badge and Documentation section to README.md linking to cli.archgate.dev. Improve package.json keywords for npm discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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 logincommand with all subcommands (status, logout, refresh) in the CLI reference--install-pluginoption and plugin installation behavior toarchgate initreferenceTest plan
bunx --bun astro buildsucceeds (19 pages built)🤖 Generated with Claude Code