Fusion (@runfusion/fusion@0.47.0): Standalone AI kanban orchestrator with automated git worktree isolation.

🏗️ Architecture

  • omp: Interactive terminal agent (terminal)
  • fusion: AI kanban orchestrator (http://fusion.loca.zone:4040/)
  • routa: Historical label for Knowledge Tree direct-port alias (http://routa.loca.zone:50080/). Canonical app at https://tree.loca.zone/.
  • pi-studio: Browser IDE (http://pi-studio.loca.zone:50090/)

WARNING

  • Fork Incompatibility: OMP uses oh-my-pi; Fusion requires Earendil.
  • Installation: Do NOT run omp plugin install @runfusion/fusion.

🚀 Deployment

npm install -g @runfusion/fusion@0.47.0
fn dashboard --port 4040 --paused
  • --paused: Prevents auto-execution on first run.
  • Auth: Set API keys in dashboard settings. Do NOT use ~/.omp/agent/.env.

💻 CLI

  • fn task create "...": Initialize fusion/fn-* worktree and spec.
  • fn task list: View board.
  • fn task merge FN-001: Merge approved worktree.
  • fn dashboard: Start UI.
  • fn serve: Headless execution engine.

🩺 Telemetry

npm list -g @runfusion/fusion 2>/dev/null | grep fusion
curl -s -o /dev/null -w 'HTTP %{http_code}\n' http://fusion.loca.zone:4040/

🛑 Rules

  • Standalone: Run via CLI only. Do not use OMP plugins.
  • Orchestrator Limit: Use either Routa or Fusion per repository. Do not overlap.
  • Directory Context: Run cd ~ before global OMP or Fusion operations.