mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
v5.5.2: semble-first rule compressed ~3x, hard size budget enforced by test J9
This commit is contained in:
@@ -4,7 +4,7 @@ description: Complete file tree of the brewcode plugin with descriptions
|
||||
|
||||
# Brewcode Plugin - File Tree
|
||||
|
||||
> Version: 5.5.1 | Files: 149 | Directories: 44 (excludes the generated `.codex/` mirror; no dotfiles, `__pycache__`, or `node_modules` exist under `brewcode/`)
|
||||
> Version: 5.5.2 | 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.5.1, skills/ reference)
|
||||
│ └── plugin.json # Manifest (name, version 5.5.2, 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.5.1, build/publish scripts
|
||||
└── package.json # npm: claude-plugin-brewcode@5.5.2, build/publish scripts
|
||||
```
|
||||
|
||||
## Target Project Structure
|
||||
|
||||
Reference in New Issue
Block a user