Skip to content

docs(architecture): add full ecosystem section#130

Merged
ANcpLua merged 1 commit intomainfrom
docs/ecosystem-architecture
Feb 15, 2026
Merged

docs(architecture): add full ecosystem section#130
ANcpLua merged 1 commit intomainfrom
docs/ecosystem-architecture

Conversation

@ANcpLua
Copy link
Owner

@ANcpLua ANcpLua commented Feb 15, 2026

Summary

  • Adds Section 8 to docs/ARCHITECTURE.md documenting the complete developer setup beyond this marketplace
  • Covers LSP plugins, IDE MCP, Service MCP, Browser MCP and how they compose with the 7 custom plugins
  • Explains why each layer is independently optional

Test plan

  • Verify weave-validate.sh passes
  • Confirm CHANGELOG entry under [Unreleased]

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated architecture documentation to introduce the complete developer ecosystem setup that extends beyond the core marketplace. Details include multiple integration layers (LSP plugins, IDE integration, service layer, and browser integration), explains how these various layers compose together, and provides clear rationale for architectural separation patterns. Documentation includes current verification date.

Section 8 documents how the plugin marketplace composes with LSP plugins,
IDE MCP servers, service MCP integrations, and browser automation. Explains
layer separation and why each is independently optional.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 15, 2026 08:58
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@gemini-code-assist
Copy link

Summary of Changes

Hello @ANcpLua, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the project's architectural documentation by introducing a detailed section on the full developer ecosystem. It aims to provide a clearer understanding of how various external tools and components, such as Language Server Protocol (LSP) plugins and different types of Multi-Cloud Platforms (MCPs), integrate with the core marketplace plugins. The update also highlights the modularity and optionality of these layers, enabling a more tailored and flexible developer experience.

Highlights

  • New Architecture Documentation: A new Section 8 has been added to docs/ARCHITECTURE.md to comprehensively document the complete developer setup, extending beyond the immediate marketplace.
  • Ecosystem Components Detailed: The documentation now covers external components such as LSP plugins, IDE MCP, Service MCP, and Browser MCP, explaining their roles and how they integrate with the existing custom plugins.
  • Layer Composition and Optionality: The new section clarifies how different layers of the developer ecosystem compose and emphasizes why each layer is independently optional, providing flexibility for users.
Changelog
  • CHANGELOG.md
    • Added an entry for the new ecosystem architecture section in docs/ARCHITECTURE.md.
  • docs/ARCHITECTURE.md
    • Added a new Section 8 detailing the full developer ecosystem, including LSP plugins, IDE MCP, Service MCP, and Browser MCP.
    • Included explanations on how these layers compose and why their separation is important.
    • Updated the 'Last Verified' date to 2026-02-15.
Activity
  • No human activity (comments, reviews, etc.) has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Feb 15, 2026

Caution

Review failed

Failed to post review comments

📝 Walkthrough

Walkthrough

New documentation section added to the architecture guide covering the full developer ecosystem beyond the marketplace, including multi-layer developer setup (plugins, LSP, IDE MCP, Service MCP, Browser MCP), layer composition explanation, and separation rationale. CHANGELOG entry and Last Verified date updated accordingly.

Changes

Cohort / File(s) Summary
Documentation Updates
CHANGELOG.md, docs/ARCHITECTURE.md
Added Section 8 to ARCHITECTURE.md detailing the full developer ecosystem architecture beyond the marketplace, including plugins, LSP MCP, IDE MCP, Service MCP, and Browser MCP layers. Includes a composition table and explanation of layer separation benefits. Updated Last Verified date to 2026-02-15 and added corresponding CHANGELOG entry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: adding a new ecosystem section to the architecture documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/ecosystem-architecture

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds a new section to the architecture documentation, explaining how the plugins in this repository fit into the broader developer ecosystem. The change is clear, well-structured, and includes a corresponding changelog entry. My review found a few minor style guide violations related to line length in the new documentation, for which I've provided suggestions.


| Layer | What it does | Installed from |
|-------|-------------|----------------|
| **Plugins** (this repo) | Parallel agents, quality gates, routing, cleanup | `ancplua-claude-plugins` marketplace |

Choose a reason for hiding this comment

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

low

This line exceeds the maximum length of 120 characters specified in the repository's style guide (line 74). To fix this, you can shorten the description in the middle column.

Suggested change
| **Plugins** (this repo) | Parallel agents, quality gates, routing, cleanup | `ancplua-claude-plugins` marketplace |
| **Plugins** (this repo) | Orchestration, quality gates, routing, cleanup | `ancplua-claude-plugins` marketplace |
References
  1. The repository style guide specifies a maximum line length of 120 characters for Markdown files. (link)

| Layer | What it does | Installed from |
|-------|-------------|----------------|
| **Plugins** (this repo) | Parallel agents, quality gates, routing, cleanup | `ancplua-claude-plugins` marketplace |
| **LSP** | Type errors after every edit, go-to-definition, find references | `claude-plugins-official` marketplace |

Choose a reason for hiding this comment

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

low

This line is longer than the 120-character limit set by the repository's style guide (line 74). Please shorten the description to bring it within the limit.

Suggested change
| **LSP** | Type errors after every edit, go-to-definition, find references | `claude-plugins-official` marketplace |
| **LSP** | Diagnostics, go-to-definition, find references | `claude-plugins-official` marketplace |
References
  1. The repository style guide specifies a maximum line length of 120 characters for Markdown files. (link)

| **Plugins** (this repo) | Parallel agents, quality gates, routing, cleanup | `ancplua-claude-plugins` marketplace |
| **LSP** | Type errors after every edit, go-to-definition, find references | `claude-plugins-official` marketplace |
| **IDE MCP** | Build projects, run configs, rename refactoring, database queries | MCP server config |
| **Service MCP** | PRs, issues, messages, monitoring alerts | MCP server config or `claude-plugins-official` |

Choose a reason for hiding this comment

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

low

This line exceeds the 120-character limit from the repository's style guide (line 74). You can shorten the description in the middle column to resolve this.

Suggested change
| **Service MCP** | PRs, issues, messages, monitoring alerts | MCP server config or `claude-plugins-official` |
| **Service MCP** | External service integrations | MCP server config or `claude-plugins-official` |
References
  1. The repository style guide specifies a maximum line length of 120 characters for Markdown files. (link)

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new “Full ecosystem” section to the architecture documentation to explain how this plugin marketplace fits into a broader developer setup (LSP + MCP layers) and records the change in the changelog.

Changes:

  • Added Section 8 to docs/ARCHITECTURE.md describing LSP/IDE MCP/Service MCP/Browser MCP layers and how they compose with this repo’s plugins.
  • Updated CHANGELOG.md under [Unreleased] → Added to note the new architecture documentation section.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/ARCHITECTURE.md Adds a new Section 8 documenting the broader ecosystem layering and rationale for separation.
CHANGELOG.md Adds an Unreleased entry describing the new architecture section.


### Added

- **ecosystem architecture section**: New Section 8 in `docs/ARCHITECTURE.md` documenting the full developer setup beyond this marketplace (LSP plugins, IDE MCP, Service MCP, Browser MCP), how layers compose, and why separation matters
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

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

This new changelog bullet is likely over the repo’s markdownlint MD013 120-char line length limit. Please wrap it onto multiple indented lines (hanging indent) so markdownlint stays clean.

Suggested change
- **ecosystem architecture section**: New Section 8 in `docs/ARCHITECTURE.md` documenting the full developer setup beyond this marketplace (LSP plugins, IDE MCP, Service MCP, Browser MCP), how layers compose, and why separation matters
- **ecosystem architecture section**: New Section 8 in `docs/ARCHITECTURE.md`
documenting the full developer setup beyond this marketplace (LSP plugins, IDE MCP,
Service MCP, Browser MCP), how layers compose, and why separation matters

Copilot uses AI. Check for mistakes.
@ANcpLua ANcpLua merged commit 9a8f823 into main Feb 15, 2026
24 of 25 checks passed
@ANcpLua ANcpLua deleted the docs/ecosystem-architecture branch February 15, 2026 10:28
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.

2 participants