You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Codex message extraction, stopword leak, docstring, test hermeticity
- _extract_recent_messages() now handles Codex event_msg format (matching
_count_human_messages behavior) so silent save works on Codex transcripts
- Stopword list normalized: "don't" → "dont", "let's" → "lets" to match
the apostrophe-stripping cleanup in _extract_themes()
- _save_diary_direct() docstring clarified: "no MCP roundtrip" not "no MCP calls"
- Tests mock MempalaceConfig so they don't depend on user's config.json
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments