What problem does it solve? It prevents malformed notes, broken wikilinks, and write collisions when an AI agent creates or edits pages in the claude-memories Obsidian vault, where strict frontmatter, filename, and locking conventions govern every write. ## Core Features & Use Cases - Frontmatter contract: Defines the six required fields (title, type, status, created, updated, tags), the eight legal type values, and the seed/developing/established status lifecycle so pages pass lint and appear in Dataview dashboards. - Filename and wikilink rules: Explains that filenames are the search index, that wikilinks resolve by filename not title, and how Windows filename restrictions (no colons) affect link text. - Write safety protocol: Documents the vault-lock.ps1 acquire/release workflow, the VAULT_LOCK_HELD wrapper exception, and the rule against hand-editing the pending-reflect queue or HOME.md. - Use Case: When asked to "write this down so I do not lose it", the agent searches existing concepts, takes the vault lock, creates a properly templated concept page with populated sources, and releases the lock. ## Quick Start Use the claude-memories-vault conventions to create a new concept note in the vault capturing the lesson from this session.