Skip to content

chore(release): prepare v0.2.0 "weathered"#21

Merged
TGPSKI merged 6 commits into
mainfrom
snapshot-and-devtools-queue-events
Jun 6, 2026
Merged

chore(release): prepare v0.2.0 "weathered"#21
TGPSKI merged 6 commits into
mainfrom
snapshot-and-devtools-queue-events

Conversation

@TGPSKI

@TGPSKI TGPSKI commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Promote [Unreleased] to [0.2.0] — 2026-06-05 "weathered" in CHANGELOG; add comparison link
  • Add leather snapshot and leather attach rows to all command tables (README, GUIDE.md appendix, docs/modules/cli.md)
  • Update v0.1 version callouts in OPERATIONS.md to v0.2
  • Remove leather snapshot save/restore from the "not in v0.2" deferred list — it shipped in this release

Test plan

  • Docs-only change — no code modified
  • grep -rn "v0\.1\." docs/ is clean of stale version pins
  • All command tables have snapshot and attach rows

TGPSKI added 4 commits June 5, 2026 17:27
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.
@TGPSKI TGPSKI merged commit dfd7624 into main Jun 6, 2026
3 checks passed
@TGPSKI TGPSKI deleted the snapshot-and-devtools-queue-events branch June 6, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant