docs(plan): record signal gap completion and next up

This commit is contained in:
William Valentin
2026-02-16 01:54:59 -08:00
parent 0269c6032d
commit c2bd8fa313
4 changed files with 74 additions and 9 deletions
+26 -2
View File
@@ -475,6 +475,30 @@
],
"test_status": "pnpm typecheck + pnpm test:run (1689 tests) passing"
},
"signal-channel-adapter": {
"file": "2026-02-16-signal-channel-adapter-checklist.md",
"status": "completed",
"date": "2026-02-16",
"updated": "2026-02-16",
"summary": "Added a first-class Signal channel adapter backed by `signal-cli` with outbound send (DM + groups), inbound polling, allowlist/pairing gating, group mention checks, config schema + daemon wiring, service discovery integration, tests, and docs.",
"files_created": [
"docs/plans/2026-02-16-signal-channel-adapter-checklist.md",
"src/channels/signal/adapter.ts",
"src/channels/signal/adapter.test.ts",
"src/channels/signal/index.ts"
],
"files_modified": [
"src/config/schema.ts",
"src/config/schema.test.ts",
"src/daemon/channels.ts",
"src/channels/index.ts",
"src/gateway/handlers/services.ts",
"src/gateway/handlers/services.test.ts",
"README.md",
"config/default.yaml"
],
"test_status": "pnpm test:run src/channels/signal/adapter.test.ts src/config/schema.test.ts src/gateway/handlers/services.test.ts + pnpm typecheck passing"
},
"openclaw-style-personal-agent-without-openclaw-risks": {
"file": "2026-02-14-openclaw-style-personal-agent-without-openclaw-risks-plan.md",
"status": "completed",
@@ -2797,12 +2821,12 @@
"tier2_completion": "4/4 (100%) — inbound webhooks, vector memory search, Dockerfile, heartbeat monitor",
"tier3_completion": "5/5 (100%) — lane queue, credential redaction, web UI token dashboard, xAI (Grok) provider, Voyage AI embeddings",
"tier4_completion": "4/4 (100%) — gateway lock, shell completion, Tailscale Serve/Funnel, DM pairing codes",
"feature_gap_scorecard": "109/128 match (85%), 0 partial (0%), 19 missing (15%)",
"feature_gap_scorecard": "110/128 match (86%), 0 partial (0%), 18 missing (14%)",
"operator_dx_milestone": "Phase 3 (Live Ops Dashboard): 2/2 plans complete — milestone done",
"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: Signal channel adapter (open next scoped implementation checklist)"
"next_up": "OpenClaw gap: Microsoft Teams channel adapter (open next scoped implementation checklist)"
},
"soul_md_and_cron_create": {
"date": "2026-02-11",