v5.5.2: semble-first rule compressed ~3x, hard size budget enforced by test J9

This commit is contained in:
kochetkov-ma
2026-08-10 18:36:46 +01:00
parent 267f566503
commit 6d2e357b01
57 changed files with 141 additions and 161 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.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