docs: document local backend RPC methods

This commit is contained in:
William Valentin
2026-02-22 16:36:38 -08:00
parent 6f2925ed10
commit b9cbc646fc
2 changed files with 90 additions and 1 deletions
+18 -1
View File
@@ -1,8 +1,25 @@
{
"version": "1.0",
"updated_at": "2026-02-22",
"updated_at": "2026-02-23",
"description": "Tracks the status of all Flynn plans and implementation phases",
"plans": {
"dashboard-local-backend-daemon-controls": {
"status": "completed",
"date": "2026-02-23",
"updated": "2026-02-23",
"summary": "Added local LLM backend operations to gateway + dashboard: status visibility for user-level daemons and per-backend start/restart/stop controls via new `system.localBackends` and `system.localBackendControl` methods. Dashboard now shows daemon status cards and action feedback for local providers.",
"files_modified": [
"src/gateway/handlers/localBackends.ts",
"src/gateway/handlers/system.ts",
"src/gateway/server.ts",
"src/gateway/handlers/handlers.test.ts",
"src/gateway/ui/pages/dashboard.js",
"src/gateway/ui/pages/dashboard.test.ts",
"docs/api/PROTOCOL.md",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/handlers/handlers.test.ts src/gateway/ui/pages/dashboard.test.ts + pnpm typecheck passing"
},
"web-ui-form-wiring-regression-tests": {
"status": "completed",
"date": "2026-02-22",