Zouroboros Swarm Gate Mechanical task complexity classifier that determines whether a task warrants multi-agent swarm orchestration. Runs in 2ms with zero API cost — pure regex + heuristic scoring. Usage CLI Programmatic Exit Codes | Code | Decision | Meaning | |------|----------|---------| | 0 | SWARM / FORCE SWARM | Task warrants multi-agent orchestration | | 2 | DIRECT | Execute directly, no orchestration needed | | 3 | SUGGEST | Orchestration recommended but not required | | 1 | Error | Something went wrong | 7 Signals | Signal | Weight | What It Detects | |--------|--------|-------------…