v5.2.0: semble advisory hooks restored - 6 settings entries, every-Nth cadence, delivery proven end-to-end

This commit is contained in:
kochetkov-ma
2026-08-09 10:55:33 +01:00
parent 9ca3c628dd
commit 3abdf6bfe9
80 changed files with 1946 additions and 414 deletions
+4 -4
View File
@@ -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