mirror of
https://github.com/kochetkov-ma/claude-brewcode.git
synced 2026-09-14 20:16:41 +08:00
v5.2.0: semble advisory hooks restored - 6 settings entries, every-Nth cadence, delivery proven end-to-end
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.1.0 | Files: 149 | Directories: 44 (excludes the generated `.codex/` mirror; no dotfiles, `__pycache__`, or `node_modules` exist under `brewcode/`)
|
||||
> Version: 5.2.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.1.0, skills/ reference)
|
||||
│ └── plugin.json # Manifest (name, version 5.2.0, skills/ reference)
|
||||
│
|
||||
├── hooks/ # Node.js scripts for Claude Code events
|
||||
│ ├── hooks.json # Binds 2 events (UserPromptSubmit, SessionStart)
|
||||
@@ -56,7 +56,7 @@ brewcode/ # Plugin root directory
|
||||
│ │
|
||||
│ ├── semble-setup/ # /brewcode:semble-setup - Semantic code-search MCP setup
|
||||
│ │ ├── SKILL.md # status(default)/install/upgrade/enable/disable/uninstall/purge + reindex/optimize/resume (opus)
|
||||
│ │ ├── assets/ # INSTALL.md, semble-first + sembleignore templates, session/prefetch/stats hooks
|
||||
│ │ ├── assets/ # INSTALL.md, semble-first + sembleignore templates, session/prefetch/stats/reminder/subagent hooks
|
||||
│ │ ├── references/ # engine-landscape, hooks-roadmap, intent-routing, language-coverage, mcp-and-cache, output-contract, project-agent-migration
|
||||
│ │ ├── scripts/ # 9 semble-*.sh + lib/semble-common.sh
|
||||
│ │ └── tests/ # run.sh + 7 mjs suites + fixtures
|
||||
@@ -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.1.0, build/publish scripts
|
||||
└── package.json # npm: claude-plugin-brewcode@5.2.0, build/publish scripts
|
||||
```
|
||||
|
||||
## Target Project Structure
|
||||
|
||||
Reference in New Issue
Block a user