What problem does it solve?
It prevents your Obsidian vault from getting stale by ensuring durable decisions, project milestones, and long-lived feedback rules are written back into the vault after they’re confirmed.
Core Features & Use Cases
- Decision logging to daily memory files: Appends time-stamped entries into
01-Memory/decisions-YYYY-MM-DD.md so agent knowledge accumulates by date.
- Milestone tracking by project: Appends milestone updates into
02-Projects/<project-name>.md for persistent project history.
- Durable feedback rule storage: Appends persistent agent behavior rules into
01-Memory/agent-feedback.md so future runs follow established preferences.
- Optional KB freshness step: Ingests the updated
01-Memory/ folder into the cortextOS knowledge base so agents can immediately retrieve the new information.
Quick Start
Trigger obsidian-log when you confirm a decision like “we’re using approach X for Y,” and ask it to append that decision to your vault’s daily decisions file and then ingest 01-Memory/ into the shared KB.