Skip to content

v2.0.0 — Agent Memory & Vault Health

Latest

Choose a tag to compare

@smixs smixs released this 26 Feb 01:46
· 12 commits to main since this release

Agent Second Brain v2

Major update introducing intelligent memory management and vault health monitoring.

What's New

  • Agent Memory — Ebbinghaus forgetting curve with tiered decay (core/active/warm/cold/archive). Linear decay engine with configurable rates and relevance floors.
  • Vault Health — Composite health scoring (orphan detection, broken links, density analysis, description coverage). Auto-generated Maps of Content.
  • 3-Phase Pipeline — Structured processing: CAPTURE → EXECUTE → REFLECT with JSON handoff between phases.
  • Formatting Rules — Obsidian markdown and weekly reflection rules for consistent vault formatting.
  • Bilingual README — English (primary) + Russian translation.

New Skills

Skill Purpose
agent-memory Ebbinghaus decay engine, tiered search, creative recall
vault-health Health scoring, MOC generation, link repair, orphan detection

Upgrading from v1

If you have a v1 fork, the easiest path is to backup your personal data (vault/daily/, vault/goals/, etc.), then merge the v2 changes:

git remote add upstream https://github.com/smixs/agent-second-brain.git
git fetch upstream
git merge upstream/main

Re-customize vault/.claude/skills/dbrain-processor/references/about.md and other template files after merging.

Cost

~$25/mo (Claude Pro $20 + VPS $5)