From a7b85c125844341484d769b5f22d4ee691c728e1 Mon Sep 17 00:00:00 2001 From: Joshua Gilbert <54961107+Joshua-Gilbert@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:08:28 -0700 Subject: [PATCH 1/2] docs: note the npx bin-resolution failure on nvm-for-windows npx can fail to run the bin ('bob-control' is not recognized) under nvm-for-windows. Point Windows users at the reliable fallback: install the package globally and launch it with plain node. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0708281..6e93ec5 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Under Claude Code the board resolves automatically (it sets `CLAUDE_PROJECT_DIR` client should add `"env": { "BOB_TASKS_DB": "…" }` pointing at the board the worker drains — a bare `npx` server with no board env writes to a throwaway path inside the npx cache that nothing can share. +> **Windows + nvm-for-windows:** `npx` can fail to resolve the bin (`'bob-control' is not recognized`). +> Install globally and run it with plain `node` instead: `npm i -g @pounceai/bob-control`, then set +> `command` to `node` and `args` to `["/@pounceai/bob-control/dist/server.js"]`. + The unattended **worker** and the Claude Code **plugin** still want the repo (see below). Needs Node 22.5+ (uses the built-in `node:sqlite`, so there's no native build step). From dd3c8c943f0bc72e7e39e6659bec4f0288104a92 Mon Sep 17 00:00:00 2001 From: Joshua Gilbert <54961107+Joshua-Gilbert@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:09:58 -0700 Subject: [PATCH 2/2] docs: add npm version badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e93ec5..12bcf0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Bob Control [![CI](https://github.com/PounceAI/bob-control/actions/workflows/ci.yml/badge.svg)](https://github.com/PounceAI/bob-control/actions/workflows/ci.yml) +[![npm](https://img.shields.io/npm/v/@pounceai/bob-control)](https://www.npmjs.com/package/@pounceai/bob-control) [![MCP](https://lobehub.com/badge/mcp/pounceai-bob-control)](https://lobehub.com/mcp/pounceai-bob-control) Bob Control turns an AI coding agent from a one-prompt-at-a-time chat window into an unattended