Skip to content

Vault Change Feed 1.0.0

Choose a tag to compare

@kains2866 kains2866 released this 27 Jul 07:29

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 AI command; JS API for in-Obsidian plugins; optional SessionStart hook script for Kimi Code / Claude Code
  • Fully local: no network, no telemetry. Desktop only.