chore(skills): improve watcher event observability

This commit is contained in:
William Valentin
2026-02-12 17:40:41 -08:00
parent 333e33f30f
commit bd29afeaff
3 changed files with 49 additions and 12 deletions
+10 -1
View File
@@ -1319,6 +1319,15 @@
"src/daemon/services.test.ts"
],
"test_status": "pnpm typecheck + pnpm test:run src/daemon/services.test.ts + pnpm test:run + pnpm lint (warnings only, 0 errors) + pnpm build passing"
},
"watcher_observability_polish": {
"status": "completed",
"description": "Improved watcher event logs with explicit mode/reason and per-event counters for upsert/remove/shadowed updates versus fallback reloads",
"files_modified": [
"src/daemon/services.ts",
"src/daemon/services.test.ts"
],
"test_status": "pnpm typecheck + pnpm test:run src/daemon/services.test.ts + pnpm test:run + pnpm lint (warnings only, 0 errors) + pnpm build passing"
}
}
},
@@ -1373,7 +1382,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: 2/2 (100%) — component registry, confidence routing. Phase 3: 2/2 (100%) — adaptive memory/compaction, truthfulness/autonomy hardening",
"next_up": "Skills infrastructure Phase 2: watcher observability polish (clear event reasoning and targeted/full-reload counts in logs)"
"next_up": "Skills infrastructure Phase 3: installer specs kickoff (manifest installers type support with validation and tests)"
},
"soul_md_and_cron_create": {
"date": "2026-02-11",