Files
fusion/docs
gsxdsm 2a2f147780 docs(FN-1205): document comprehensive system gap analysis
- Add docs/gap-analysis.md with a full end-to-end audit of the current system
- Capture findings across package completeness, test coverage, naming consistency, and error handling
- Document feature and architectural gap assessments plus verification and quality gate results
- Synthesize outcomes into actionable follow-up tasks and prioritized next steps
2026-04-08 05:35:00 -07:00
..

Fusion Documentation

← Back to repository root

Fusion is an AI-orchestrated task board that turns ideas into reviewed, merged code using a structured workflow: triage → todo → in-progress → in-review → done.

Fusion Dashboard Overview

Quick Start

Install Fusion globally, run fn dashboard, then create your first task from the board or CLI.

For a full walkthrough (installation, onboarding, first task, and lifecycle), start here:

➡️ Getting Started

Documentation Index

Guide What it covers
Getting Started Installation, first-run onboarding, first task, and daily workflow basics.
Architecture System architecture, package layout, storage model, and engine execution flow.
CLI Reference Complete fn command reference with subcommands, flags, and examples.
Dashboard Guide Detailed guide to board/list views, terminal, git manager, files, planning, and UI tools.
Task Management Task creation modes, lifecycle, prompt specs, comments, archiving, and GitHub integration.
Missions Mission hierarchy, planning flow, activation, progress tracking, and autopilot behavior.
Agents Agent management, presets, prompts, heartbeat behavior, spawning, and mailbox workflows.
Workflow Steps Reusable quality gates, templates, pre/post-merge phases, and workflow execution results.
Settings Reference Global and project settings, defaults, API endpoints, and model selection hierarchy.
Multi-Project Central registry architecture, project management, isolation modes, and migration paths.
Contributing Local development setup, testing, release flow, and contributor conventions.
Code Signing Setup macOS and Windows code signing configuration for release binaries.

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