v5.2.4: reconcile three drifted hook helpers - pruneStale symlink hardening, safeSegment numeric ids, recordTouched dedupe

This commit is contained in:
kochetkov-ma
2026-08-09 16:14:43 +01:00
parent f313d71b78
commit fa32a58f6e
52 changed files with 88 additions and 61 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.2.3 | Files: 149 | Directories: 44 (excludes the generated `.codex/` mirror; no dotfiles, `__pycache__`, or `node_modules` exist under `brewcode/`)
> Version: 5.2.4 | 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.2.3, skills/ reference)
│ └── plugin.json # Manifest (name, version 5.2.4, 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.2.3, build/publish scripts
└── package.json # npm: claude-plugin-brewcode@5.2.4, build/publish scripts
```
## Target Project Structure