@bill10/agent-007 0.6.4000 → 0.6.4001

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +13 -12
  2. package/VERSION +1 -1
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -3,14 +3,23 @@
3
3
  [![Tests (Ubuntu)](https://github.com/bill10/agent-007/actions/workflows/test-ubuntu.yml/badge.svg)](https://github.com/bill10/agent-007/actions/workflows/test-ubuntu.yml)
4
4
  [![Tests (Windows)](https://github.com/bill10/agent-007/actions/workflows/test-windows.yml/badge.svg)](https://github.com/bill10/agent-007/actions/workflows/test-windows.yml)
5
5
 
6
- **Queue coding jobs, walk away, review the PRs.**
7
-
8
- Agents run in parallel, each in its own git worktree; one boss agent runs the board for you; and a pixel office shows who's working and who's waiting on you.
6
+ **From web terminals for your coding agents to a self-running agent company.**
9
7
 
10
8
  ![An agent walks to its desk and starts work, a job card is posted and dispatched to a second desk, and an agent turns orange when it stops to ask a question](docs/demo.gif)
11
9
 
12
10
  *Recorded from the running app. If the capture does not load, there is a [still screenshot](docs/screenshot.png).*
13
11
 
12
+ Use it as far along as you need:
13
+
14
+ 1. **One task: one agent in a web terminal.** Start Claude Code, Codex or any CLI agent in the browser. Add a repo once; every agent gets its own git worktree and branch, so you never set one up by hand.
15
+ 2. **Many tasks across projects: many terminals, one window.** Every repo and every agent in one place, with live terminals, a file explorer, inline diffs, and a pixel office where each agent faces its screen while it works and turns to you when it needs you.
16
+ 3. **Stop watching them: a job board.** Put tasks on the board and Claude Code or Codex workers pick them up, each in its own worktree, and move them To do -> In progress -> Review on their own, landing as a pull request (or a summary, for work that isn't code). Cards can run on a cron schedule, and agents can post cards and message each other.
17
+ 4. **Stop posting jobs: give Billion a goal.** Billion is one always-on agent that plans, posts the jobs, reviews what comes back and merges the PRs. It only asks you about money, access or anything irreversible.
18
+
19
+ Claude Code, Codex, any terminal agent is supported -- use your existing subscriptions, no extra charge.
20
+
21
+ It runs locally on your machine, so agents work while it is on and awake. Billion's plan and memory live in a git repo, so it picks up where it left off after a restart. Every worker is a real terminal you can open and type into, from your phone too ([remote access](docs/REMOTE.md)).
22
+
14
23
  ## Quick Start
15
24
 
16
25
  ```bash
@@ -52,15 +61,7 @@ Highest wins: command-line flags (`--port`), then environment variables, then
52
61
  a `.env` in the directory you start it from, then `~/.agent-007/.env`. The full
53
62
  list is in [Configuration](#configuration) and `--help`.
54
63
 
55
- ## Highlights
56
-
57
- - **A job board, not a babysitting job** -- Each card gets a fresh agent on its own worktree and branch. It moves To do -> In progress -> Review on its own and lands as a pull request (or a summary, for work that isn't code). Cards can also run on a cron schedule.
58
- - **Billion, the one agent you talk to** -- Give it a mission and it plans, posts cards, reviews what comes back, merges PRs and answers its workers' permission requests. It comes to you only for money, access, anything irreversible and real forks in direction.
59
- - **Your agents, your subscriptions** -- Claude Code, Codex, any terminal agent is supported -- use your existing subscriptions, no extra charge.
60
- - **See everything at a glance** -- Every agent gets a desk in the pixel office: facing the screen while it works, turning to face you when it needs you. One window for every repo, with live terminals, a file explorer and inline diffs.
61
- - **Agents that talk to each other** -- Tell one to "add that to the job board" or "ask Viper what it changed", and it does it over MCP.
62
-
63
- Everything else -- scheduled jobs, phone layout, voice input, themes, and the details and caveats of each feature -- is in [docs/FEATURES.md](docs/FEATURES.md).
64
+ The details and caveats of every feature -- phone layout, voice input, themes and more -- are in [docs/FEATURES.md](docs/FEATURES.md).
64
65
 
65
66
  ## Keyboard Shortcuts
66
67
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4.0
1
+ 0.6.4.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bill10/agent-007",
3
- "version": "0.6.4000",
4
- "description": "Self-hosted office where a manager agent posts jobs to Claude Code and Codex workers in parallel git worktrees, then reviews and merges their PRs. Cron jobs, agent-to-agent messaging, pixel-art status view.",
3
+ "version": "0.6.4001",
4
+ "description": "From web terminals for your coding agents to a self-running agent company: Claude Code and Codex in parallel git worktrees, a job board they pick work from, and one agent that runs the board from a goal.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -52,6 +52,7 @@
52
52
  "coding-agents",
53
53
  "ai-agents",
54
54
  "agent-orchestration",
55
+ "autonomous-agents",
55
56
  "parallel-agents",
56
57
  "git-worktree",
57
58
  "job-board",