tornado

agent
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 63 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Review by codex, develop by claude-code

README.md

tornado

Multi-agent development orchestrator with TUI.

Usage

Pattern 1: Run with npx

# 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

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

Reviews (0)

No results found