chore(release): prepare v0.2.0 "weathered"#21
Merged
Conversation
New `leather snapshot save` and `leather snapshot restore` subcommands provide built-in point-in-time backup and restore for runtime state. Save archives queues/, runs/, and cache/ (plus tannery hide_dir/ and artifact_dir/ when configured) into a tar.gz, skipping leather.lock and devtools.token. Restore extracts into the state directory with a non-empty-dir guard (--force to override). Both commands verify the serve lock is not held before proceeding.
New PublishQueueRun method on sources.Wiring emits a queue.run event when the scheduler dequeues an item and begins a direct agent run. Payload carries queue name, item ID, hide ID, attempt count, and payload key names (values are never exposed). Each subsequent runner progress event is causally linked to the queue.run event via bus.AppendCause, making the queue→agent lineage traversable in the DevTools trace API. flow.js gains a queue.run branch that draws the queue→agent DAG edge, giving scheduler-driven runs visual parity with curing-driven runs.
… instance (closes #19) Reads the devtools.token from state-dir, connects to /api/devtools/events (SSE), and pretty-prints each event with color-coded kind labels, entity references, and payload key-value pairs. Supports --filter by event kind or source; reconnects with exponential backoff unless --no-reconnect is set.
Promote [Unreleased] to [0.2.0] in CHANGELOG, add comparison link. Add leather snapshot and leather attach to all command tables (README, GUIDE.md appendix, docs/modules/cli.md). Update v0.1 version refs in OPERATIONS.md to v0.2; remove snapshot from the "not in v0.1" deferred list since it shipped in this release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[Unreleased]to[0.2.0] — 2026-06-05 "weathered"in CHANGELOG; add comparison linkleather snapshotandleather attachrows to all command tables (README, GUIDE.md appendix, docs/modules/cli.md)v0.1version callouts in OPERATIONS.md tov0.2leather snapshot save/restorefrom the "not in v0.2" deferred list — it shipped in this releaseTest plan
grep -rn "v0\.1\." docs/is clean of stale version pinssnapshotandattachrows