docs: update state.json and gap analysis scorecard for Tier 4 completion (77% match rate)
This commit is contained in:
@@ -145,7 +145,7 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
|
||||
|---------|----------|-------|--------|
|
||||
| Tool confirmation hooks | Full | Full (confirm/log/silent patterns) | **MATCH** |
|
||||
| Chat ID allowlists | Per-channel | Full (Telegram, Discord, Slack, WhatsApp all have allowlists) | **MATCH** |
|
||||
| DM pairing (unknown senders) | Full (pairing codes) | -- | **MISSING** |
|
||||
| DM pairing (unknown senders) | Full (pairing codes) | Full (PairingManager with TTL codes, channel adapter integration, gateway handlers, TUI /pair command) | **MATCH** |
|
||||
| Credential redaction | Config responses redacted (v2026.2.6) | Full (18+ secret fields redacted from config API) | **MATCH** |
|
||||
| Skill/plugin code safety scanner | Static analysis (v2026.2.6) | -- | **MISSING** |
|
||||
| Docker sandboxing | Full (per-session/agent/shared) | Full (per-agent sandbox via SandboxManager + Docker) | **MATCH** |
|
||||
@@ -198,17 +198,17 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
|
||||
|---------|----------|-------|--------|
|
||||
| WebSocket control plane | Full | Full (JSON-RPC protocol, session bridge, handlers) | **MATCH** |
|
||||
| Control UI (web dashboard) | Full | Full SPA (dashboard, chat, sessions, settings) | **MATCH** |
|
||||
| Tailscale Serve/Funnel | Full integration | -- | **MISSING** |
|
||||
| Remote gateway access | SSH tunnels + tailnet | Tailscale-only binding option | **PARTIAL** |
|
||||
| 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** |
|
||||
| Docker deployment | Full | Full (multi-stage Dockerfile, docker-compose.yml) | **MATCH** |
|
||||
| Nix deployment | Full | -- | **MISSING** |
|
||||
| Shell completion | Auto-detect + cached (v2026.2.3) | -- | **MISSING** |
|
||||
| Shell completion | Auto-detect + cached (v2026.2.3) | Full (bash/zsh/fish generation + --install flag) | **MATCH** |
|
||||
| Announce delivery mode | Isolated job delivery (v2026.2.3) | -- | **MISSING** |
|
||||
| Fly.io / Railway / Render | Supported | -- | **MISSING** |
|
||||
| Bonjour/mDNS discovery | Full | -- | **MISSING** |
|
||||
| Gateway lock | Full | -- | **MISSING** |
|
||||
| Gateway lock | Full | Full (single-client mode, code 4003, UI detection) | **MATCH** |
|
||||
|
||||
---
|
||||
|
||||
@@ -255,16 +255,16 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
|
||||
| Context/Compaction | 4 | 4 | 0 | 0 |
|
||||
| Memory | 7 | 6 | 0 | 1 |
|
||||
| MCP | 3 | 3 | 0 | 0 |
|
||||
| Security | 10 | 7 | 0 | 3 |
|
||||
| Security | 10 | 8 | 0 | 2 |
|
||||
| Automation | 4 | 4 | 0 | 0 |
|
||||
| Companion Apps | 6 | 0 | 0 | 6 |
|
||||
| Skills/Plugins | 5 | 4 | 0 | 1 |
|
||||
| Gateway/Infra | 13 | 4 | 1 | 8 |
|
||||
| Gateway/Infra | 13 | 7 | 0 | 6 |
|
||||
| Chat Commands | 6 | 6 | 0 | 0 |
|
||||
| Misc | 10 | 9 | 0 | 1 |
|
||||
| **TOTAL** | **128** | **95 (74%)** | **1 (1%)** | **32 (25%)** |
|
||||
| **TOTAL** | **128** | **99 (77%)** | **0 (0%)** | **29 (23%)** |
|
||||
|
||||
*Note: Match rate improved from 70% to 74% after implementing Tier 3 features (Lane Queue, credential redaction, Web UI token dashboard, xAI Grok provider, Voyage AI embeddings).*
|
||||
*Note: Match rate improved from 74% to 77% after implementing Tier 4 features (Gateway lock, shell completion, Tailscale Serve, DM pairing codes).*
|
||||
|
||||
---
|
||||
|
||||
@@ -282,8 +282,15 @@ All four Tier 2 items implemented: inbound webhooks (HTTP POST /webhooks/:name w
|
||||
|
||||
All five Tier 3 items implemented: Lane Queue (per-session FIFO in gateway), credential redaction (18+ secret fields), Web UI token dashboard (usage page with summary cards), xAI Grok provider (OpenAI-compatible), Voyage AI embeddings (configurable dimensions). +33 new tests.
|
||||
|
||||
### Tier 4 — Additional Channels (if desired)
|
||||
### ~~Tier 4 — Additional Channels (if desired)~~ → Tier 4 — Implemented Features + Remaining Channels
|
||||
|
||||
**Implemented (2026-02-09):**
|
||||
- Gateway lock (single-client mode with code 4003)
|
||||
- Shell completion (bash/zsh/fish with --install flag)
|
||||
- Tailscale Serve/Funnel (auto-start/stop with daemon lifecycle)
|
||||
- DM pairing codes (PairingManager with TTL codes, all 4 channel adapters, gateway handlers, TUI /pair command)
|
||||
|
||||
**Remaining channels (if desired):**
|
||||
6. Signal (signal-cli bridge)
|
||||
7. Matrix (matrix-js-sdk)
|
||||
8. Microsoft Teams (Bot Framework)
|
||||
@@ -298,17 +305,13 @@ All five Tier 3 items implemented: Lane Queue (per-session FIFO in gateway), cre
|
||||
- Voice Wake / Talk Mode — ElevenLabs TTS integration
|
||||
- Nix/Fly.io/Railway deployment — platform-specific
|
||||
- OAuth subscription auth — complex
|
||||
- DM pairing codes — niche security feature
|
||||
- Skill/plugin safety scanner — static analysis
|
||||
- Shell completion — CLI ergonomics
|
||||
- Announce delivery mode — isolated job delivery
|
||||
- Bonjour/mDNS discovery — LAN-only use case
|
||||
- MiniMax/Moonshot — regional providers
|
||||
- Synthetic provider — testing/mock
|
||||
- Elevated mode — sandbox escape hatch
|
||||
- Onboard wizard — guided setup
|
||||
- Gateway lock — single-client mode
|
||||
- Tailscale Serve/Funnel — native integration
|
||||
- ClawHub/skill registry — community marketplace
|
||||
- QMD backend — experimental memory search
|
||||
- Presence tracking — online/offline status
|
||||
|
||||
Reference in New Issue
Block a user