docs: update gap analysis and state.json for setup wizard
Mark onboard wizard as MATCH (100/128, 78%). Update test count to 1151. Add setup-wizard plan entry to state.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Flynn vs OpenClaw — Feature Gap Analysis
|
||||
|
||||
**Date:** 2026-02-06
|
||||
**Last updated:** 2026-02-09 (refreshed against OpenClaw v2026.2.6)
|
||||
**Last updated:** 2026-02-10 (setup wizard implemented)
|
||||
**Purpose:** Comprehensive comparison of Flynn's current implementation against OpenClaw's feature set, to guide prioritisation of future work.
|
||||
|
||||
## Legend
|
||||
@@ -201,7 +201,7 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
|
||||
| Tailscale Serve/Funnel | Full integration | Full (auto-start/stop tailscale serve, availability check, daemon lifecycle) | **MATCH** |
|
||||
| Remote gateway access | SSH tunnels + tailnet | Tailscale-only binding + Tailscale Serve | **MATCH** |
|
||||
| Health checks / doctor | 10+ checks | 10 checks | **MATCH** |
|
||||
| `onboard` wizard | Full guided setup | -- | **MISSING** |
|
||||
| `onboard` wizard | Full guided setup | Full (`flynn setup` + first-run auto-trigger) | **MATCH** |
|
||||
| Docker deployment | Full | Full (multi-stage Dockerfile, docker-compose.yml) | **MATCH** |
|
||||
| Nix deployment | Full | -- | **MISSING** |
|
||||
| Shell completion | Auto-detect + cached (v2026.2.3) | Full (bash/zsh/fish generation + --install flag) | **MATCH** |
|
||||
@@ -259,12 +259,12 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
|
||||
| Automation | 4 | 4 | 0 | 0 |
|
||||
| Companion Apps | 6 | 0 | 0 | 6 |
|
||||
| Skills/Plugins | 5 | 4 | 0 | 1 |
|
||||
| Gateway/Infra | 13 | 7 | 0 | 6 |
|
||||
| Gateway/Infra | 13 | 8 | 0 | 5 |
|
||||
| Chat Commands | 6 | 6 | 0 | 0 |
|
||||
| Misc | 10 | 9 | 0 | 1 |
|
||||
| **TOTAL** | **128** | **99 (77%)** | **0 (0%)** | **29 (23%)** |
|
||||
| **TOTAL** | **128** | **100 (78%)** | **0 (0%)** | **28 (22%)** |
|
||||
|
||||
*Note: Match rate improved from 74% to 77% after implementing Tier 4 features (Gateway lock, shell completion, Tailscale Serve, DM pairing codes).*
|
||||
*Note: Match rate improved from 77% to 78% after implementing setup wizard (`flynn setup` + first-run auto-trigger).*
|
||||
|
||||
---
|
||||
|
||||
@@ -311,7 +311,7 @@ All five Tier 3 items implemented: Lane Queue (per-session FIFO in gateway), cre
|
||||
- MiniMax/Moonshot — regional providers
|
||||
- Synthetic provider — testing/mock
|
||||
- Elevated mode — sandbox escape hatch
|
||||
- Onboard wizard — guided setup
|
||||
- ~~Onboard wizard — guided setup~~ (DONE — `flynn setup` + first-run auto-trigger, 2026-02-10)
|
||||
- ClawHub/skill registry — community marketplace
|
||||
- QMD backend — experimental memory search
|
||||
- Presence tracking — online/offline status
|
||||
|
||||
Reference in New Issue
Block a user