Fusion Documentation
← Back to repository root
Fusion is an AI-orchestrated task board that turns ideas into reviewed, merged code using a structured workflow: planning → todo → in-progress → in-review → done.

Quick Start
Start the local dashboard with pnpm dev dashboard, then create your first task from the board or CLI.
For a full walkthrough (installation, onboarding, first task, and daily workflow basics):
➡️ Getting Started
Documentation Index
Getting Started
| Guide |
Description |
| Getting Started |
Installation, first-run, first task, and daily workflow basics |
| Dashboard Guide |
Board/list views, terminal, git manager, files, planning, and UI tools |
| CLI Reference |
Complete fn command reference with subcommands, flags, and examples |
| Remote Access |
Operator runbook for Tailscale/Cloudflare setup, tokenized login links, security caveats, and troubleshooting |
Task & Project Management
| Guide |
Description |
| Task Management |
Task creation modes, lifecycle, prompt specs, comments, archiving, and GitHub integration |
| Missions |
Mission hierarchy, planning flow, activation, progress tracking, and autopilot behavior |
| Workflow Steps |
Reusable quality gates, templates, pre/post-merge phases, and workflow execution results |
| Multi-Project |
Central registry architecture, project management, isolation modes, and migration paths |
Configuration & Agents
| Guide |
Description |
| Settings Reference |
Global and project settings, defaults, API endpoints, and model selection hierarchy |
| Agents |
Agent management, presets, prompts, heartbeat behavior, spawning, and mailbox workflows |
Architecture & Development
| Guide |
Description |
| Architecture |
System architecture, package layout, storage model, and engine execution flow |
| Storage |
Storage architecture, migration, archive system, and SQLite schema |
| Contributing |
Local development setup, testing, release flow, and contributor conventions |
| Docker |
Container builds, deployment, and persistence configuration |
| Code Signing |
macOS and Windows code signing configuration for release binaries |
| Mobile |
Capacitor/PWA mobile development setup and workflow |
Plugin Development
Audit Reports
External Resources
Suggested Reading Paths
- New user: Getting Started → Dashboard Guide → Task Management
- Power user / automation owner: Settings Reference → Workflow Steps → Agents
- Maintainer / contributor: Architecture → Multi-Project → Contributing