Skip to content

Conversation

@ANcpLua
Copy link
Owner

@ANcpLua ANcpLua commented Jan 4, 2026

Removes references to deleted plugins (smart-commit, jules-integration, testcontainers-dotnet) and updates versions for metacognitive-guard (0.2.3) and otelwiki (1.0.3).

Summary by CodeRabbit

  • Chores
    • Removed smart-commit, jules-integration, and testcontainers-dotnet plugins from the marketplace
    • Updated metacognitive-guard plugin to version 0.2.3 with enhanced description
    • Updated otelwiki plugin to version 1.0.3

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings January 4, 2026 03:18
@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 focuses on maintaining the accuracy and relevance of the plugin marketplace. It removes references to plugins that are no longer available and updates the metadata, including descriptions and version numbers, for two existing plugins. This ensures that the marketplace provides up-to-date information to users.

Highlights

  • Plugin Removal: Removed three plugins: 'smart-commit', 'jules-integration', and 'testcontainers-dotnet', which were no longer active or relevant.
  • Plugin Updates: Updated the 'metacognitive-guard' plugin's description and its version from '0.1.0' to '0.2.3'.
  • Version Bump: Incremented the version of the 'otelwiki' plugin from '1.0.0' to '1.0.3'.
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 Jan 4, 2026

📝 Walkthrough

Walkthrough

The marketplace.json plugin registry was updated by removing three plugin entries (smart-commit, jules-integration, testcontainers-dotnet) and updating version numbers and metadata for two existing plugins (metacognitive-guard and otelwiki).

Changes

Cohort / File(s) Summary
Plugin Registry Updates
.claude-plugin/marketplace.json
Removed 3 plugin entries: smart-commit, jules-integration, testcontainers-dotnet. Updated metacognitive-guard with new description and version bump (0.1.0 → 0.2.3). Updated otelwiki version (1.0.0 → 1.0.3).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing deleted plugins from marketplace.json, though it partially omits the version updates included in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/marketplace-json

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between f4bb1f0 and a7d96bd.

📒 Files selected for processing (1)
  • .claude-plugin/marketplace.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Upload results
  • GitHub Check: Claude Review
🔇 Additional comments (2)
.claude-plugin/marketplace.json (2)

25-26: Version and description verified—metadata is consistent.

The plugin directory exists with proper structure, and both the version (0.2.3) and description in marketplace.json match the plugin metadata exactly. No changes needed.


32-32: Version 1.0.3 is consistent with the otelwiki plugin entry.

The patch version bump is appropriate for the plugin updates, and the marketplace.json entry is properly configured with matching source path.


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 correctly updates marketplace.json by removing references to three deleted plugins and updating the versions and descriptions for metacognitive-guard and otelwiki. The changes align with the information in the individual plugin configuration files. However, the CHANGELOG.md file has not been updated to reflect the removal of the plugins, which is a required step for non-trivial changes according to the repository's style guide.

I am having trouble creating individual review comments. Click here to see my feedback.

.claude-plugin/marketplace.json (23-40)

medium

While the removal of these plugins from the marketplace file is correct, this is a significant change that needs to be documented in the project's changelog.

According to the repository's style guide, CHANGELOG.md must be updated for any non-trivial change. Please add an entry under the ### Removed section in CHANGELOG.md for the [Unreleased] version to list the plugins that were removed (smart-commit, jules-integration, testcontainers-dotnet).

References
  1. Rule #20 and #109 of the repository style guide state that CHANGELOG.md must be updated for any non-trivial change under the ## [Unreleased] section. The removal of three plugins qualifies as a non-trivial change that should be documented for project history and visibility. (link)

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review (Opus 4.5)

Verdict: ✅ APPROVED

Summary

This PR synchronizes marketplace.json with the actual plugin filesystem state by:

  1. Removing references to 3 deleted plugins: smart-commit, jules-integration, testcontainers-dotnet
  2. Updating metacognitive-guard version from 0.1.0 to 0.2.3 with updated description
  3. Updating otelwiki version from 1.0.0 to 1.0.3

Verification

Check Status
JSON syntax valid PASS
Plugin versions match plugin.json PASS
Deleted plugins do not exist in filesystem PASS
Remaining plugins exist in filesystem PASS
No Type T violations (C#/.NET) PASS
No secrets exposed PASS

Findings

None blocking. This is a straightforward housekeeping fix to align the marketplace manifest with reality.

Minor observation: No CHANGELOG entry, but this is acceptable for sync/maintenance fixes that correct metadata to match existing state.

Strengths

  • Clean, minimal diff (3 additions, 21 deletions)
  • Version numbers verified against individual plugin.json files
  • Descriptions correctly updated to match plugin.json

Autonomous review by Claude Opus 4.5 (Type A repo)

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

This PR cleans up the marketplace plugin registry by removing references to three deleted plugins and synchronizing version numbers with current plugin manifests.

  • Removes three deleted plugins: smart-commit, jules-integration, and testcontainers-dotnet
  • Updates metacognitive-guard from v0.1.0 to v0.2.3 with enhanced description
  • Updates otelwiki from v1.0.0 to v1.0.3

Comment on lines 23 to 34
{
"name": "metacognitive-guard",
"description": "Detects when Claude is struggling and escalates to deep-thinking agents for better responses with fewer tokens.",
"version": "0.1.0",
"description": "Cognitive amplification stack: prevents hallucinations via epistemic hooks, competitive code review, fact-checking, and deep-thinking agents.",
"version": "0.2.3",
"source": "./plugins/metacognitive-guard"
},
{
"name": "otelwiki",
"description": "Unified OpenTelemetry documentation with auto-sync. Auto-triggers on telemetry work, provides semantic conventions, collector config, and .NET 10 instrumentation guidance.",
"version": "1.0.0",
"version": "1.0.3",
"source": "./plugins/otelwiki"
},
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

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

According to section 5 of the coding guidelines (.github/copilot-instructions.md), any change that affects external behavior must update CHANGELOG.md with an entry under "## [Unreleased]". This PR removes three plugins from the marketplace (smart-commit, jules-integration, testcontainers-dotnet) and updates two plugin versions (metacognitive-guard to 0.2.3, otelwiki to 1.0.3), but there is no corresponding CHANGELOG.md entry for these changes. Please add a "Changed" or "Removed" section entry documenting this marketplace update.

Copilot uses AI. Check for mistakes.
@ANcpLua ANcpLua merged commit 42cef00 into main Jan 4, 2026
33 of 34 checks passed
@ANcpLua ANcpLua deleted the fix/marketplace-json branch January 4, 2026 03:20
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
.claude-plugin/marketplace.json (1)

10-47: Remove stale plugin references from agent configuration and orchestration scripts.

Plugin directories are deleted, but configuration files still reference the removed plugins. Update agents/workflow-orchestrator/config/agent.json to remove smart-commit and jules-integration from the required/optional arrays (lines 13–14) and skills dependencies (lines 21–22, 47, 64). Also remove references from agents/workflow-orchestrator/scripts/orchestrate.sh (lines 87, 102, 107).

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between f4bb1f0 and a7d96bd.

📒 Files selected for processing (1)
  • .claude-plugin/marketplace.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Upload results
  • GitHub Check: Claude Review
🔇 Additional comments (2)
.claude-plugin/marketplace.json (2)

25-26: Version and description verified—metadata is consistent.

The plugin directory exists with proper structure, and both the version (0.2.3) and description in marketplace.json match the plugin metadata exactly. No changes needed.


32-32: Version 1.0.3 is consistent with the otelwiki plugin entry.

The patch version bump is appropriate for the plugin updates, and the marketplace.json entry is properly configured with matching source path.

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