brain_changelog
Generate a Markdown changelog of lessons learned over a set number of days, grouped by topic with author, recall count, and confidence. Use to share weekly learnings in standups or retros.
Instructions
Generate a human-readable Markdown changelog of lessons learned in the last N days. Groups lessons by topic category, annotates with author, recall count and confidence. Ideal for weekly standups, sprint retros, or async team updates — share the output directly in Slack or a doc. Example: brain_changelog(instance_id="...", days=7) → grouped Markdown changelog of the week's learning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to include (default: 7) | |
| instance_id | Yes | UUID of the cache instance | |
| max_lessons | No | Maximum number of lessons to include (default: 30) | |
| include_failures | No | Include failure-outcome lessons (default: true) |