Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -56,6 +57,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 `["<npm root -g>/@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).
Expand Down