Audit: check skill prompts + hook scripts for needed updates #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
During a session using
/buddymon catch, theCLAUDE_PLUGIN_ROOTenv var was empty, causing the catch script to fail looking forcatalog.jsonat/lib/catalog.json. The path had to be hardcoded to/home/alan/.claude/plugins/cache/circuitforge/buddymon/0.1.0/lib/catalog.jsonas a workaround.Things to check
CLAUDE_PLUGIN_ROOT— verify the env var is reliably set at runtime, or add a fallback path resolutioncatchscript: hardcoded catalog path workaround should be replaced with robust path detectionfightscript: same PLUGIN_ROOT dependency, same risklib/statusline.sh): verify it resolves catalog path correctlywoundedflag + flee logic is working as intended or needs tuningNotes
Filed from a dev session on 2026-04-04.