Changelog
v0.1.0
Released 15 September 2025.
The project is laid out. The agent is given a shape, and four interfaces to talk to the world.
Agent
Added
- AddedProvider interfaces locked at the agent boundary:
ConfigProvider,StorageBackend,BinaryRegistry,Notifier. - AddedDev-mode implementations — a YAML config loader, a local filesystem backend, a local-directory binary registry, and a stderr notifier — behind a dual-signal dev-mode gate.
- AddedPre-flight Postgres major-version detection. The agent refuses to back up a server whose major it has no matching dump binary for, with a clear error rather than a half-finished archive.