v0.5.6 — Always-On Semantic Tracking
What's New
- Auto-start watcher daemon —
aura initnow automatically spawns the background watcher daemon. Every file save is tracked to.aura/snapshots/, soaura rewindworks even without commits. - VS Code task integration — Adds
.vscode/tasks.jsonwithrunOn: folderOpenso the daemon auto-restarts when you open the workspace. - No more manual
aura daemon— it just works out of the box.
How it works
aura init→ installs hooks + starts watcher daemon- You (or an AI agent) edit files → snapshots captured automatically
- Something goes wrong →
aura rewind <function> <file>restores from snapshots - No commit needed — the watcher tracks everything
Install / Update
cargo install --git https://github.com/Naridon-Inc/aura.git
# or
aura updateFull Changelog: v0.5.5...v0.5.6