v5.5.0: agent-return-setup - subagent return budget hooks, Return Contract on all 8 shipped agents, docs wave

This commit is contained in:
kochetkov-ma
2026-08-10 17:43:39 +01:00
parent 60cc11cdc1
commit 20937c5a83
105 changed files with 2820 additions and 267 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ description: Complete file tree of the brewcode plugin with descriptions
# Brewcode Plugin - File Tree
> Version: 5.4.0 | Files: 149 | Directories: 44 (excludes the generated `.codex/` mirror; no dotfiles, `__pycache__`, or `node_modules` exist under `brewcode/`)
> Version: 5.5.0 | Files: 149 | Directories: 44 (excludes the generated `.codex/` mirror; no dotfiles, `__pycache__`, or `node_modules` exist under `brewcode/`)
## Plugin Structure
@@ -12,7 +12,7 @@ description: Complete file tree of the brewcode plugin with descriptions
brewcode/ # Plugin root directory
├── .claude-plugin/ # Claude Code plugin configuration
│ └── plugin.json # Manifest (name, version 5.4.0, skills/ reference)
│ └── plugin.json # Manifest (name, version 5.5.0, skills/ reference)
├── hooks/ # Node.js scripts for Claude Code events
│ ├── hooks.json # Binds 2 events (UserPromptSubmit, SessionStart)
@@ -101,7 +101,7 @@ brewcode/ # Plugin root directory
├── README.md # Components, commands, agents, hooks, architecture, flow diagrams
├── INSTALL.md # Installation: plugin-dir, marketplace, embedding, troubleshooting
└── package.json # npm: claude-plugin-brewcode@5.4.0, build/publish scripts
└── package.json # npm: claude-plugin-brewcode@5.5.0, build/publish scripts
```
## Target Project Structure