npx claudepluginhub azidan/codemapDefined in hooks/hooks.json
Bashcommand -v codemap >/dev/null 2>&1 || { command -v pip >/dev/null 2>&1 && pip install -q git+https://github.com/AZidan/codemap.git || echo 'codemap requires Python/pip. Install Python 3.10+ first.' >&2; }Runs Python guard scripts before Bash tool use to block GitHub release creation and lightweight tag pushes. Executes bash commands, no file writes.
Share bugs, ideas, or general feedback.