{"id":47618404,"url":"https://github.com/totte-dev/toban-cli","last_synced_at":"2026-04-01T21:47:37.052Z","repository":{"id":344469361,"uuid":"1181932409","full_name":"totte-dev/toban-cli","owner":"totte-dev","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-22T13:40:08.000Z","size":846,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-22T18:42:26.873Z","etag":null,"topics":["agent-orchestration","ai-agents","automation","claude-code","cli","code-review","devtools","scrum","sprint-management","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/totte-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-14T20:24:34.000Z","updated_at":"2026-03-22T13:40:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/totte-dev/toban-cli","commit_stats":null,"previous_names":["totte-dev/toban-cli"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/totte-dev/toban-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totte-dev%2Ftoban-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totte-dev%2Ftoban-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totte-dev%2Ftoban-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totte-dev%2Ftoban-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/totte-dev","download_url":"https://codeload.github.com/totte-dev/toban-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/totte-dev%2Ftoban-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-orchestration","ai-agents","automation","claude-code","cli","code-review","devtools","scrum","sprint-management","typescript"],"created_at":"2026-04-01T21:47:36.334Z","updated_at":"2026-04-01T21:47:37.043Z","avatar_url":"https://github.com/totte-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/ogp.svg\" alt=\"toban-cli\" width=\"800\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/toban-cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/toban-cli.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/toban-cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/toban-cli.svg\" alt=\"npm downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://nodejs.org/\"\u003e\u003cimg src=\"https://img.shields.io/badge/node-%3E%3D20-brightgreen.svg\" alt=\"Node.js \u003e= 20\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# toban-cli\n\nOrchestrate AI coding agents from your terminal. Toban CLI connects to your [Toban](https://toban.dev) workspace, fetches sprint tasks, and runs Claude Code agents in isolated git worktrees -- fully automated.\n\n## Quick Start\n\n```bash\n# 1. Install Claude Code CLI (the agent engine)\nnpm install -g @anthropic-ai/claude-code\n\n# 2. Run from the Sprint page -- click \"$ run\" to copy the command\nnpx toban-cli@latest start --api-url \u003cURL\u003e --api-key \u003cKEY\u003e\n\n# 3. Agents pick up tasks and start coding\n```\n\nNo global install needed. `npx` downloads and runs the latest version.\n\n## What It Does\n\n```\nYou (PM)          Toban Dashboard          toban-cli              Agents\n  |                    |                      |                     |\n  |  Create sprint     |                      |                     |\n  +-------------------\u003e|                      |                     |\n  |                    |   Fetch tasks        |                     |\n  |                    |\u003c---------------------+                     |\n  |                    |                      |  Spawn in worktree  |\n  |                    |                      +--------------------\u003e|\n  |                    |    Stream activity    |                     |\n  |                    |\u003c---------------------+\u003c--------------------+\n  |  Review \u0026 approve  |                      |                     |\n  |\u003c-------------------+                      |   Merge \u0026 push      |\n  |                    |                      +--------------------\u003e|\n```\n\n- **Sprint-driven**: Connects to the Toban API and executes tasks from the current sprint\n- **Isolated execution**: Each agent runs in its own git worktree -- no conflicts between parallel tasks\n- **Real-time streaming**: Agent activity (tool use, file edits, commands) streams to the dashboard live\n- **Auto merge \u0026 push**: Completed branches are merged to main and pushed automatically\n- **Code review**: Automated reviewer checks every change before merge\n\n## Requirements\n\n- **Node.js 20+**\n- **[Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code)** installed globally\n- A Toban workspace with an API key (get one at [toban.dev](https://toban.dev))\n\n## Usage\n\n```bash\n# Using command-line flags\nnpx toban-cli@latest start --api-url https://api.toban.dev --api-key tb_...\n\n# Using environment variables\nexport TOBAN_API_URL=https://api.toban.dev\nexport TOBAN_API_KEY=tb_wsXXX_sk_XXX\nnpx toban-cli@latest start\n```\n\n## Options\n\n| Flag | Env Variable | Description |\n|------|-------------|-------------|\n| `--api-url \u003curl\u003e` | `TOBAN_API_URL` | Toban API base URL |\n| `--api-key \u003ckey\u003e` | `TOBAN_API_KEY` | API key for authentication |\n| `--working-dir \u003cdir\u003e` | | Repository root (default: cwd) |\n| `--branch \u003cbranch\u003e` | | Base branch (default: main) |\n| `--engine \u003ctype\u003e` | | Agent engine (default: claude) |\n| `--ws-port \u003cport\u003e` | | WebSocket port (default: 4000, 0=auto) |\n| `--debug` | `DEBUG=1` | Verbose output |\n\n## How It Works\n\n1. **Connect** -- CLI authenticates with the Toban API and polls for tasks\n2. **Execute** -- Each task spawns a Builder agent in an isolated git worktree\n3. **Stream** -- Activity streams to the dashboard via WebSocket in real-time\n4. **Verify** -- Build and tests are verified after the agent commits\n5. **Review** -- A Reviewer agent checks the diff for quality and correctness\n6. **Merge** -- Approved changes are merged to main and pushed to the remote\n\n## Supported Agent Engines\n\n| Engine | Status | Description |\n|--------|--------|-------------|\n| Claude Code | Stable | Primary and recommended engine via `@anthropic-ai/claude-code` CLI |\n| Codex CLI | Experimental | OpenAI Codex CLI integration |\n| Gemini CLI | Experimental | Google Gemini CLI integration |\n\n## Documentation\n\n- [Getting Started](https://app.toban.dev/docs/getting-started) -- Full setup walkthrough\n- [Architecture](https://app.toban.dev/docs/architecture) -- How Toban works under the hood\n- [Security](https://app.toban.dev/docs/security) -- Security model and agent isolation\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotte-dev%2Ftoban-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftotte-dev%2Ftoban-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftotte-dev%2Ftoban-cli/lists"}