docs(plans): mark deployment targets complete

This commit is contained in:
William Valentin
2026-02-15 18:33:13 -08:00
parent 0176f5939b
commit 342f22db14
3 changed files with 5 additions and 2 deletions
@@ -203,10 +203,10 @@ Flynn actually has MCP support that OpenClaw doesn't emphasise — OpenClaw reli
| Health checks / doctor | 10+ checks | 10 checks | **MATCH** |
| `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** |
| Nix deployment | Full | Full (flake + package + optional NixOS module) | **MATCH** |
| 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** |
| Fly.io / Railway / Render | Supported | Full (docs + templates + PORT override support) | **MATCH** |
| Bonjour/mDNS discovery | Full | -- | **MISSING** |
| Gateway lock | Full | Full (single-client mode, code 4003, UI detection) | **MATCH** |
@@ -301,6 +301,8 @@ Add Matrix as a channel adapter following existing patterns.
## Milestone 6 (P3): Deployment Targets (Nix + Fly/Railway/Render)
Status: completed (2026-02-16). See `docs/plans/2026-02-16-deployment-targets.md`.
### Nix
- Provide a flake/package that builds `dist/` and preserves `dist/gateway/ui` adjacency.
+1
View File
@@ -56,6 +56,7 @@
},
"deployment-targets-nix": {
"file": "2026-02-16-deployment-targets.md",
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",