Buddy v0.1.25
Expanded and corrected self-documentation
Buddy's built-in documentation now covers memory internals in detail, with progressive disclosure — the basic pages stay simple, and deeper explanations are available when you ask.
What you could see
- New "Going deeper" docs. Ask Buddy how its memory works in detail and it can now explain: how reflect and consolidation run (with the real depth/heartbeat model), how knowledge rises and fades (Hebbian scoring), where things live and why, how Buddy learns from observations to concepts to rules, and how git protects your data.
- New wiki page. The second brain / wiki feature is now documented — what goes in, how pages connect, how maintenance works.
- Corrected consolidation timing. The docs no longer claim maintenance runs "when you're not chatting" — they accurately describe the heartbeat model.
- Corrected privacy description. The privacy page now explains that identity files and relevant memory are sent as context to the AI provider, not just "the conversation."
- Corrected permission nuance. "Allow always" is clarified as covering reads only — writes outside the data folder always ask separately.
What changed underneath
- New
docs/memory/directory with 5 detailed docs + index, plusdocs/wiki.mdat root level. how-memory-works.md,capabilities.md,privacy.md, andcost-and-budget.mdcorrected for accuracy against the SPEC.- Dead code removed:
WIKI_TAGSconstant,wikiTagsPath,renderTagsFile, andregenerateTagsFile— tag search useswiki_searchon page frontmatter directly. SPEC updated to match. WIKI_META_FILESno longer liststags.md.
996 unit tests and 341 scenarios.