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": "3.19.4"
9
+
"version": "3.19.5"
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": "3.19.4",
15
+
"version": "3.19.5",
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": "3.19.4",
49
+
"version": "3.19.5",
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": "3.19.4",
77
+
"version": "3.19.5",
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": "3.19.4",
3
+
"version": "3.19.5",
4
4
"description": "Brewcode - full-featured development platform for Claude Code: infinite focus tasks, prompt optimization, skill/agent creation, quorum reviews, rules management",
Executes TK by PL phases w/ infinite context via auto handoff. v3 uses Task API (TC/TU/TL) for phase mgmt. Hooks inject knowledge, compact on limit, auto-continue.
259
-
260
-
| Param | Value |
261
-
|-------|-------|
262
-
| Args |`[task-path]` (default from `.claude/TASK.md`) |
0 commit comments