From 3344425cbe0a54a06ea1562104857390c17823a5 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:17:51 +0000 Subject: [PATCH] chore(lifecycle): assure dynamic polling tests and release v0.1.19 QA Status: Verified Entropy Pruned: 0 lines of dead code removed Dependencies Bumped: None Docs Updated: CHANGELOG.md, .jules/warden.md, pyproject.toml Release: v0.1.19 cut, tagged, and ready Co-authored-by: shenald-dev <245350826+shenald-dev@users.noreply.github.com> --- .jules/warden.md | 8 ++++++++ CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.jules/warden.md b/.jules/warden.md index 81670ce..c4a4321 100644 --- a/.jules/warden.md +++ b/.jules/warden.md @@ -1,3 +1,11 @@ +## 2026-04-26 — Assessment & Lifecycle + +Observation / Pruned: +Observed the preceding agent optimized test suite flakiness by replacing static `time.sleep()` calls with dynamic polling of intermediate process states. Verified structural soundness by ensuring tests run deterministically and linter/vulture checks pass. No dead code was found; tests pass. + +Alignment / Deferred: +Version bumped to `0.1.19` as a patch release. Updated CHANGELOG.md. + ## 2026-04-02 — Assessment & Lifecycle Observation / Pruned: diff --git a/CHANGELOG.md b/CHANGELOG.md index 457269b..80a08bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.1.19] - 2026-04-26 + +### Changed +* **[Reliability]:** Optimized test suite stability by replacing arbitrary static `time.sleep()` calls with dynamic polling, resolving flakiness when evaluating intermediate process states. + ## [0.1.18] - 2026-04-24 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 73d923a..66535d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "echo-watcher" -version = "0.1.18" +version = "0.1.19" description = "📡 Lightweight file watcher. Trigger commands on changes. <5MB RAM, single binary." authors = [ { name = "shenald-dev", email = "bot@shenald.dev" }