Commit 4b6c6a5
fix(engine): auto-detect skills dir for plugin installs; refresh plugin metadata (#47)
engine/skill_map.py: resolve SKILLS_DIR across all install methods —
1) $CBH_SKILLS_DIR override, 2) skills/ shipped next to the engine (repo checkout
AND Claude Code plugin cache, where engine/ and skills/ stay siblings),
3) ~/.claude/skills (install.sh copy target). Fixes the plugin-cache 'skills not
found' case with zero manual setup, while keeping the $CBH_SKILLS_DIR escape hatch
proposed in #44.
.claude-plugin/{marketplace,plugin}.json: refresh stale '71-skill / 48 hunt-*' ->
'82-skill / 57 hunt-*' (+ APK/iOS); no schema changes (lastUpdated is not a
Claude Code marketplace field, so it is intentionally not added).
Co-authored-by: Sachin Sharma <sachin.lucideus@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 78d2de0 commit 4b6c6a5
3 files changed
Lines changed: 29 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
18 | 42 | | |
19 | 43 | | |
20 | 44 | | |
| |||
0 commit comments