Skip to content

Commit 8401bb0

Browse files
committed
docs: refresh v0.1.41 prep references and draft notes (br-bd-2by)
1 parent b80864a commit 8401bb0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,9 @@
9393
- Release published: `https://github.com/dmoliveira/loopmux/releases/tag/v0.1.40`.
9494
- Tag: `v0.1.40`.
9595
- Preflight and publish checks passed: `cargo fmt --check`, `cargo test -q` (141 passed), `cargo clippy -- -D warnings`, `make smoke-post-release`.
96+
97+
### v0.1.41 Prep References
98+
- PR #152: Kick off v0.1.41 milestone and release scaffolds (`https://github.com/dmoliveira/loopmux/pull/152`)
99+
- PR #153: Clarify fleet heartbeat readability for stalled vs progressing loops (`https://github.com/dmoliveira/loopmux/pull/153`)
100+
- PR #154: Docs: capture future remote tmux discovery over SSH (`https://github.com/dmoliveira/loopmux/pull/154`)
101+
- PR #155: Add heartbeat cadence edge-case regression tests (`https://github.com/dmoliveira/loopmux/pull/155`)

docs/release/v0.1.41-draft.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
## Adds
88
- Added `docs/plan/v0.1.41-milestone.md` to define scope and acceptance criteria.
9+
- Added `docs/specs/remote-tmux-ssh-discovery.md` as a future backlog spec for opt-in remote tmux discovery over SSH.
910

1011
## Changes
11-
- TBD: summarize runtime signal refinements merged during v0.1.41.
12+
- Clarified fleet heartbeat metrics with explicit progress status (`progressing|stalled`) and a clearer cadence field (`window`).
1213

1314
## Fixes
14-
- TBD: summarize cadence and control-path regression fixes merged during v0.1.41.
15+
- Added cadence edge-case tests for future timestamps to avoid false-positive heartbeat emission.
16+
- Added minimum-interval heartbeat tests for zero-poll inputs to keep cadence behavior deterministic.
1517

1618
## Validation
1719
- `cargo fmt --check`
@@ -20,6 +22,10 @@
2022

2123
## Included Pull Requests
2224
- `#151` Post-release: bump to 0.1.41-dev and log v0.1.40 evidence
25+
- `#152` Kick off v0.1.41 milestone and release scaffolds
26+
- `#153` Clarify fleet heartbeat readability for stalled vs progressing loops
27+
- `#154` Docs: capture future remote tmux discovery over SSH
28+
- `#155` Add heartbeat cadence edge-case regression tests
2329

2430
## Release Execution
2531
- Use `docs/release/v0.1.41-runbook.md` for preflight, tag/publish, verification, and post-release steps.

0 commit comments

Comments
 (0)