https://github.com/mizchi/tornado
Review by codex, develop by claude-code
https://github.com/mizchi/tornado
agentic-workflow ai claude-code codex
Last synced: 15 days ago
JSON representation
Review by codex, develop by claude-code
- Host: GitHub
- URL: https://github.com/mizchi/tornado
- Owner: mizchi
- License: mit
- Created: 2026-02-20T09:41:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T13:32:09.000Z (about 2 months ago)
- Last Synced: 2026-04-25T15:21:06.418Z (about 2 months ago)
- Topics: agentic-workflow, ai, claude-code, codex
- Language: MoonBit
- Homepage:
- Size: 116 KB
- Stars: 63
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tornado
Multi-agent development orchestrator with TUI.
## Usage
### Pattern 1: Run with `npx`
```bash
# run from a plan file (first positional arg must be an existing file)
npx -y @mizchi/tornado ./plan.md --dev=codex --review=claude
# run with explicit config
npx -y @mizchi/tornado --config=./tornado.json --dev=codex --review=claude
# validate config
npx -y @mizchi/tornado validate ./tornado.json
```
### Pattern 2: Install globally with `npm i -g`
```bash
npm i -g @mizchi/tornado
# run from a plan file
tornado ./plan.md --dev=codex --review=claude
# run with explicit config
tornado --config=./tornado.json --dev=codex --review=claude
# validate config
tornado validate ./tornado.json
```
## Agent kind options
- `claude` / `claude-code`
- `codex`
- `api`
- `mock`