Vault Change Feed 1.0.0
First release. Records vault changes as a machine-readable JSONL feed with per-reader cursors, so AI assistants can incrementally catch up on what you changed — no more full-vault rescans.
- Live tracking of create / modify / delete / rename with line-diff stats
- Startup reconciliation for offline changes (mobile, iCloud, CLI edits), with hash-based rename detection
- Read-side per-file event merging; log rotation with stale signal
- Auto-installs an AI-readable protocol block into AGENTS.md / CLAUDE.md / GEMINI.md so agents discover the feed out of the box
Copy unread changes for AIcommand; JS API for in-Obsidian plugins; optional SessionStart hook script for Kimi Code / Claude Code- Fully local: no network, no telemetry. Desktop only.