You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
},
7
7
"metadata": {
8
8
"description": "Claude Code plugin suite: brewcode for infinite task execution, brewdoc for documentation tools, brewtools for text utilities, brewui for UI/visual/creative tools",
9
-
"version": "4.0.0"
9
+
"version": "4.0.1"
10
10
},
11
11
"plugins": [
12
12
{
13
13
"name": "brewcode",
14
14
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
15
-
"version": "4.0.0",
15
+
"version": "4.0.1",
16
16
"category": "productivity",
17
17
"keywords": [
18
18
"brewcode",
@@ -46,7 +46,7 @@
46
46
{
47
47
"name": "brewdoc",
48
48
"description": "Brewdoc - Claude Code documentation tools: auto-sync for skills/agents/rules, my-claude installation docs, memory optimization, md-to-pdf conversion",
49
-
"version": "4.0.0",
49
+
"version": "4.0.1",
50
50
"category": "productivity",
51
51
"keywords": [
52
52
"brewdoc",
@@ -74,7 +74,7 @@
74
74
{
75
75
"name": "brewtools",
76
76
"description": "Brewtools - universal utilities for Claude Code: text optimization, humanization, secrets scanning",
77
-
"version": "4.0.0",
77
+
"version": "4.0.1",
78
78
"category": "productivity",
79
79
"keywords": [
80
80
"brewtools",
@@ -102,7 +102,7 @@
102
102
{
103
103
"name": "brewui",
104
104
"description": "Placeholder for future UI/visual/creative tools (currently empty, installable)",
Copy file name to clipboardExpand all lines: brewcode/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "brewcode",
3
-
"version": "4.0.0",
3
+
"version": "4.0.1",
4
4
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
@@ -57,7 +55,7 @@ from developer to task coordination.
57
55
</CardGrid>
58
56
59
57
:::note[Internal agents]
60
-
`bc-coordinator`, `bc-knowledge-manager`, `bc-grepai-configurator`, and `bc-rules-organizer` are internal. They are spawned automatically by brewcode skills and hooks, are not user-invokable, and have no dedicated page.
58
+
`bc-grepai-configurator` and `bc-rules-organizer` are internal. They are spawned automatically by brewcode skills and hooks, are not user-invokable, and have no dedicated page.
61
59
:::
62
60
63
61
## Models and cost
@@ -66,12 +64,10 @@ from developer to task coordination.
| High — creator/meta agents | Multi-line + 2-3 `<example>` blocks | See agent-creator.md source |
125
125
126
-
Subagent spawn constraint: CC 2.1.172 allows nested subagent spawning up to 5 levels deep. However, brewcode workflow requires spawning only from the main conversation — the 2-step report protocol (`post-task.mjs`) binds the task lock to one session and delivers report/coordinator instructions back to the spawning conversation. Nested spawns bypass session binding, `KNOWLEDGE` injection, and the coordinator loop. This is a **brewcode workflow policy**, not a Claude Code platform limitation.
126
+
Subagent spawn note: CC allows nested subagent spawning, but prefer spawning from the main conversation so the orchestrator can integrate each agent's result directly. Brewcode agents are stateless and resolve plugin paths via `${CLAUDE_PLUGIN_ROOT}`.
127
127
128
128
Known active bugs: [#29423](https://github.com/anthropics/claude-code/issues/29423) (subagents skip CLAUDE.md), [#27736](https://github.com/anthropics/claude-code/issues/27736) (`skills:` in plugin agents), [#31392](https://github.com/anthropics/claude-code/issues/31392) (global agents not discovered in v2.1.70+).
0 commit comments