Bug Fix
- Fixed empty context queries after mode switching: Switching from a non-code mode (e.g., law-study) back to code mode left stale observation type/concept filters in
settings.json, causing all context queries to return empty results. All modes now read types/concepts from their mode JSON definition uniformly.
Cleanup
- Removed dead
CLAUDE_MEM_CONTEXT_OBSERVATION_TYPESandCLAUDE_MEM_CONTEXT_OBSERVATION_CONCEPTSsettings constants - Deleted
src/constants/observation-metadata.ts(no longer needed) - Removed observation type/concept filter UI controls from the viewer's Context Settings modal