Skip to content

docs: add editor plugin docs and complete CLI command reference#27

Merged
rhuanbarreto merged 6 commits into
mainfrom
claude/zealous-jepsen
Feb 28, 2026
Merged

docs: add editor plugin docs and complete CLI command reference#27
rhuanbarreto merged 6 commits into
mainfrom
claude/zealous-jepsen

Conversation

@rhuanbarreto

Copy link
Copy Markdown
Contributor

Summary

  • Document archgate login command with all subcommands (status, logout, refresh) in the CLI reference
  • Add --install-plugin option and plugin installation behavior to archgate init reference
  • Add editor plugins section to the landing page with Claude Code and Cursor cards
  • Update Claude Code plugin guide with step-by-step login + install-plugin flow and beta CTA
  • Update Cursor integration guide with plugin install instructions and beta CTA
  • Add plugin links and beta tip to quick-start "What's next?" section

Test plan

  • Verify bunx --bun astro build succeeds (19 pages built)
  • Verify all links to plugins.archgate.dev resolve correctly
  • Spot-check rendered pages for formatting and layout

🤖 Generated with Claude Code

rhuanbarreto and others added 6 commits February 28, 2026 05:07
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 rhuanbarreto merged commit d94957b into main Feb 28, 2026
3 checks passed
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 rhuanbarreto deleted the claude/zealous-jepsen branch March 3, 2026 22:09
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant