fix(FN-LOCAL): refresh docs and retry codex server errors

This commit is contained in:
gsxdsm
2026-04-22 00:43:08 -07:00
parent f8ca2dfcfb
commit 421926d82f
5 changed files with 24 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ Fusion is an AI-orchestrated task board that turns ideas into reviewed, merged c
## Quick Start
Install Fusion globally, run `fn dashboard`, then create your first task from the board or CLI.
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):
@@ -68,7 +68,7 @@ For a full walkthrough (installation, onboarding, first task, and daily workflow
## External Resources
- GitHub repository: https://github.com/gsxdsm/fusion
- GitHub repository: https://github.com/Runfusion/Fusion
- npm package: https://www.npmjs.com/package/@gsxdsm/fusion
- pi agent framework: https://github.com/badlogic/pi-mono

View File

@@ -70,7 +70,7 @@ WebSocket) is protected by a bearer token. On startup, Fusion prints both the
raw token and a click-to-open URL that embeds `?token=<token>`:
```
fn board
fn dashboard
────────────────────────
→ http://localhost:4040
Auth: bearer token required

View File

@@ -113,9 +113,9 @@ Typical flow:
| `POST /api/missions/:missionId/autopilot/start` | Start watching manually |
| `POST /api/missions/:missionId/autopilot/stop` | Stop watching manually |
## Factory Operating Model
## Validation Contract Lifecycle
The Factory operating model is Fusion's structured feature delivery system for missions. It combines validation contracts, AI validation, and bounded retries to provide systematic, auditable feature completion. The model covers the full end-to-end lifecycle from clarification through blocked handoff.
Fusion's validation contract lifecycle is the structured feature delivery system for missions. It combines validation contracts, AI validation, and bounded retries to provide systematic, auditable feature completion. The lifecycle covers the full end-to-end path from clarification through blocked handoff.
### End-to-End Flow
@@ -329,7 +329,7 @@ interface MissionAssertionFailureRecord {
### Parity Verification Tests
The Factory model is validated by integration tests in two dependent tasks:
This lifecycle is validated by integration tests in two dependent tasks:
**FN-1571 — Core parity tests:**
- `packages/core/src/mission-factory-parity.integration.test.ts` — MissionStore rollups, assertion persistence, validator run records, fix feature lineage