Vault-for-LLM v0.7.27
Vault-for-LLM v0.7.27
This release focuses on the human-facing review surface for agent memory operations.
Added
- A gentler GUI review surface for Obsidian conflicts so Daily Report and Memory Control Center show the same human-review items.
- Gateway / Remote access health in the multi-Agent dashboard, including blocked/failed events, unique client IP counts, and next safe actions.
- Human-first Obsidian conflict inbox wording with three explicit choices: accept Obsidian, accept Vault, or keep both.
Changed
- vault daily-report --json now includes the standard ok: true success marker while preserving the existing report payload.
- GUI documentation now explains Dashboard review cards, Obsidian conflict inbox behavior, and Gateway / Remote safety expectations.
Safety
- Obsidian conflict inbox notes remain metadata-only and do not include conflicting note bodies.
- Gateway / Remote health remains read-only in the GUI and keeps blocked events visible before wider exposure.
Validation
- Full local test suite: 2378 passed, 10 skipped.
- Release PR CI passed on #296.
- Built wheel and sdist; twine check passed.
- Local wheel smoke verified vault --version, init, add, search --json, daily-report --json, and gateway audit --json.