consolidate tool, or to write a Friday digest.
Arguments
The entity to consolidate.
Weeks-ago offset.
0 = this week, 1 = last week.Workflow
- Call
recallfor the entity, filtered to the target week - Produce a learning-layer summary covering:
- Goal trajectory (progress toward objectives)
- What happened (key events, decisions)
- Insights gained
- Caveats to preserve
- Output a JSON memory object:
{entity_name, layer: "learning", content, importance: 0.7}
When to use
- Friday wrap-up: Run at the end of each week to compress the week’s work
- Before consolidation: Generate the summary, then run
consolidateto clean up cold memories - Monthly reviews: Run with
week_offset: 1through4to review the past month