Skip to content

Commit f31a057

Browse files
ANcpLuaclaude
andauthored
fix: sync marketplace.json metacognitive-guard version to 0.4.4 (#144)
The plugin cache uses marketplace.json as source of truth for version resolution. plugin.json was bumped to 0.4.4 but marketplace.json still pointed to 0.4.0, causing the cache to serve stale hooks. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8c556a8 commit f31a057

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"name": "metacognitive-guard",
1313
"description": "Cognitive amplification stack: epistemic hooks, competitive review, commit integrity checks, CI verification scripts, and deep-thinking agents.",
14-
"version": "0.4.0",
14+
"version": "0.4.4",
1515
"source": "./plugins/metacognitive-guard"
1616
},
1717
{
@@ -46,8 +46,8 @@
4646
},
4747
{
4848
"name": "council",
49-
"description": "Five-agent council: Opus captain decomposes and synthesizes, researcher + synthesizer run in parallel, clarity checks their output, Haiku janitor flags bloat. Each agent identity is inlined in its agent file — passive context, zero activation cost.",
50-
"version": "1.1.0",
49+
"description": "Five-agent council using Teams API: Opus captain orchestrates, researcher + synthesizer cross-pollinate via SendMessage, clarity asks live follow-ups, Haiku janitor flags bloat. Reactive collaboration instead of fire-and-forget subagents.",
50+
"version": "1.2.0",
5151
"source": "./plugins/council"
5252
},
5353
{

0 commit comments

Comments
 (0)