Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 3 additions & 21 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,16 @@
"version": "0.1.0",
"source": "./plugins/code-review"
},
{
"name": "smart-commit",
"description": "Intelligent commit message generation with semantic analysis and conventional commits enforcement.",
"version": "0.1.0",
"source": "./plugins/smart-commit"
},
{
"name": "jules-integration",
"description": "Integration with Google Jules AI coding agent for async task delegation via API.",
"version": "0.1.0",
"source": "./plugins/jules-integration"
},
{
"name": "testcontainers-dotnet",
"description": "Testcontainers for .NET integration testing patterns and best practices.",
"version": "1.0.0",
"source": "./plugins/testcontainers-dotnet"
},
{
"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"
},
Comment on lines 23 to 34
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.
{
Expand Down
Loading