feat(canvas): persist artifacts and surface UI

This commit is contained in:
William Valentin
2026-02-25 11:18:53 -08:00
parent ac60fa5be3
commit e3e98058b0
11 changed files with 330 additions and 5 deletions
+21 -1
View File
@@ -6717,10 +6717,30 @@
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/companion/runtimeClient.test.ts src/cli/companion.test.ts passing"
},
"deeper-surfaces-phase3-canvas-persistence": {
"status": "completed",
"date": "2026-02-25",
"updated": "2026-02-25",
"summary": "Added durable canvas storage backed by the gateway data directory, surfaced a lightweight canvas inspection panel in the web chat UI, and documented persistence behavior with focused tests.",
"files_modified": [
"src/gateway/canvas-store.ts",
"src/gateway/canvas-store.test.ts",
"src/gateway/server.ts",
"src/daemon/services.ts",
"src/daemon/index.ts",
"src/gateway/ui/pages/chat.js",
"src/gateway/ui/pages/chat.test.ts",
"docs/api/PROTOCOL.md",
"docs/architecture/AGENT_DIAGRAM.md",
"docs/architecture/GATEWAY_SESSIONS_AND_QUEUE.md",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/gateway/canvas-store.test.ts src/gateway/ui/pages/chat.test.ts passing"
}
},
"overall_progress": {
"total_test_count": 2020,
"total_test_count": 2021,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",