personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: update planner.txt and fixture field names for insights migration

- Update search_summaries to search_insights in planner.txt
- Rename summaries_processed to insights_processed in fixtures
- Rename repair_summaries to insights_pending in fixtures

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

+15 -15
+8 -8
fixtures/journal/stats.json
··· 5 5 "repair_observe": 1, 6 6 "entities": 1, 7 7 "repair_entity": 0, 8 - "summaries_processed": 2, 9 - "repair_summaries": 12, 8 + "insights_processed": 2, 9 + "insights_pending": 12, 10 10 "audio_seconds": 0.0, 11 11 "audio_bytes": 0, 12 12 "image_bytes": 0, ··· 17 17 "repair_observe": 0, 18 18 "entities": 1, 19 19 "repair_entity": 0, 20 - "summaries_processed": 1, 21 - "repair_summaries": 13, 20 + "insights_processed": 1, 21 + "insights_pending": 13, 22 22 "audio_seconds": 0.0, 23 23 "audio_bytes": 0, 24 24 "image_bytes": 0, ··· 28 28 "repair_observe": 0, 29 29 "entities": 0, 30 30 "repair_entity": 0, 31 - "summaries_processed": 0, 32 - "repair_summaries": 14, 31 + "insights_processed": 0, 32 + "insights_pending": 14, 33 33 "audio_seconds": 0.0, 34 34 "audio_bytes": 0, 35 35 "image_bytes": 0, ··· 41 41 "repair_observe": 1, 42 42 "entities": 2, 43 43 "repair_entity": 0, 44 - "summaries_processed": 3, 45 - "repair_summaries": 39 44 + "insights_processed": 3, 45 + "insights_pending": 39 46 46 }, 47 47 "total_audio_seconds": 0.0, 48 48 "total_audio_bytes": 0,
+4 -4
fixtures/journal_stats.json
··· 10 10 "repair_reduce": 1, 11 11 "entities": 1, 12 12 "repair_entity": 0, 13 - "summaries_processed": 3, 14 - "repair_summaries": 8, 13 + "insights_processed": 3, 14 + "insights_pending": 8, 15 15 "audio_seconds": 0.0, 16 16 "audio_bytes": 5, 17 17 "image_bytes": 0, ··· 28 28 "repair_reduce": 1, 29 29 "entities": 1, 30 30 "repair_entity": 0, 31 - "summaries_processed": 3, 32 - "repair_summaries": 8 31 + "insights_processed": 3, 32 + "insights_pending": 8 33 33 }, 34 34 "total_audio_seconds": 0.0, 35 35 "total_audio_bytes": 5,
+3 -3
think/planner.txt
··· 9 9 You have knowledge of these tools for planning purposes: 10 10 11 11 ### Search Tools 12 - - **search_summaries**: Searches pre-processed topic summaries across all journal entries. Best for discovering themes, concepts, and patterns across time segments. Returns topic names, days, and relevance scores. 12 + - **search_insights**: Searches pre-processed topic summaries across all journal entries. Best for discovering themes, concepts, and patterns across time segments. Returns topic names, days, and relevance scores. 13 13 - **search_transcripts**: Searches raw audio transcripts and screen diffs for specific days. Best for finding exact phrases, quotes, or detailed events on particular days. Requires a specific day parameter. 14 14 - **search_events**: Searches structured events extracted from journal summaries. Best for finding meetings, tasks, or notable activities with timestamps and context. 15 15 ··· 34 34 Plan research using this progression: 35 35 36 36 **Discovery Phase** (Use search tools to identify relevant content): 37 - - Start broad with `search_summaries` to identify relevant topics and time segments 37 + - Start broad with `search_insights` to identify relevant topics and time segments 38 38 - Use `search_events` to find structured activities related to the request 39 39 - Use `search_transcripts` for specific days when exact details are needed 40 40 ··· 66 66 67 67 **Phase 1: Discovery** 68 68 1. **Initial Broad Search**: 69 - - Tool: `search_summaries` 69 + - Tool: `search_insights` 70 70 - Query: [specific search terms] 71 71 - Purpose: [why this search first] 72 72 - Expected outcomes: [what information this should reveal]