Bob Update banner
vmihalis vmihalis

Bob Update

Productivity community

Description

--- allowed-tools: - Bash - AskUserQuestion --- Run the installed Hacker Bob update workflow for this project. 1. Run: `node "${CLAUDE_PROJECT_DIR:-$PWD}/.claude/hooks/bob-update.js" plan "${CLAUDE_PROJECT_DIR:-$PWD}"` 2. If the helper says Hacker Bob is already up to date or cannot reach npm, report that result and stop. 3. If an update is available or the install is legacy, ask the operator exactly: `Update now?` 4. Only when the operator confirms, run: `npx -y hacker-bob@latest ins

Installation

Installs to ~/.claude/commands/vmihalis-hacker-bob-bob-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vmihalis/hacker-bob/HEAD/.claude/commands/bob-update.md -o ~/.claude/commands/vmihalis-hacker-bob-bob-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository