docs(plans): reconcile companion platform client milestones

This commit is contained in:
William Valentin
2026-02-16 18:28:24 -08:00
parent 15f1db1101
commit 10aa224961
+32 -1
View File
@@ -1114,6 +1114,37 @@
],
"test_status": "pnpm test:run src/companion/runtimeClient.test.ts + pnpm typecheck + pnpm build passing"
},
"companion-platform-clients-foundation": {
"file": "2026-02-16-companion-platform-clients-foundation-checklist.md",
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Added platform-focused companion wrappers (`MacOSCompanionClient`, `IOSCompanionClient`, `AndroidCompanionClient`) on top of `CompanionRuntimeClient`, including platform-pinned status updates, push registration semantics (APNs/FCM), node registration/capability helpers, and platform-filtered node listing APIs.",
"files_created": [
"docs/plans/2026-02-16-companion-platform-clients-foundation-checklist.md",
"src/companion/platformClients.ts",
"src/companion/platformClients.test.ts"
],
"files_modified": [
"src/companion/index.ts",
"README.md",
"docs/api/PROTOCOL.md"
],
"test_status": "pnpm test:run src/companion/platformClients.test.ts + pnpm typecheck + pnpm build passing"
},
"companion-platform-clients-integration-coverage": {
"file": "2026-02-16-companion-platform-clients-integration-coverage-checklist.md",
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Added live gateway integration coverage for companion platform wrappers, validating end-to-end registration/status/push flows for macOS, iOS, and Android against real JSON-RPC gateway handlers.",
"files_created": [
"docs/plans/2026-02-16-companion-platform-clients-integration-coverage-checklist.md",
"src/companion/platformClients.integration.test.ts"
],
"files_modified": [],
"test_status": "pnpm test:run src/companion/platformClients.integration.test.ts src/companion/platformClients.test.ts src/companion/runtimeClient.test.ts + pnpm typecheck + pnpm build passing"
},
"qmd-backend": {
"file": "2026-02-16-qmd-backend-checklist.md",
"status": "completed",
@@ -3947,7 +3978,7 @@
"gmail_auth_cli": "flynn gmail-auth command implemented with OAuth2 flow, doctor check, config routed to Telegram",
"native_audio_support": "completed — smart routing for native audio (Gemini/OpenAI/GitHub) vs Whisper transcription fallback",
"remaining_phases_completion": "Phase 1: 3/3 (100%) — context levels, command registry, memory structure. Phase 2: 3/3 (100%) — component registry, confidence routing, history index. Phase 3: 2/2 (100%) — adaptive memory/compaction, truthfulness/autonomy hardening",
"next_up": "OpenClaw gap: implement macOS/iOS/Android companion runtime clients on top of `src/companion/runtimeClient.ts`"
"next_up": "OpenClaw gap: define and execute the next high-impact slice for the remaining 2% feature gap after companion runtime client milestones"
},
"soul_md_and_cron_create": {
"date": "2026-02-11",