From 6c5c28142d0978d59ee47eb3d22db64e02bfab48 Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Mon, 3 Aug 2026 01:08:23 +0300 Subject: [PATCH] chore(release): bump @hasna/loops to 0.4.38 main has carried three merged, unreleased fixes at the already-published 0.4.37 version number. This bump cuts a releasable version for them. 6ccb634 fix(scheduler): reap a runner's own expired lease once its slot has moved past (#184) 7c37557 fix(hygiene): restore grace-ceiling reclaim disabled by #182 (P1) (#183) 075b557 fix(hygiene): reclaim loop runs stuck running with no live process (#182) Verified absent from the installed 0.4.37 bundle with controls: `reclaim` occurs once in dist/ and only in an unrelated postgres .d.ts, while src/lib/hygiene.ts has 24 occurrences; controls `hygiene` (48) and `duplicates` (26) fire on the same dist. Gates at this tree, measured unpiped with the exit code read directly: build rc=0, typecheck rc=0, bun test rc=0 -- 1127 pass / 56 skip / 0 fail across 74 files. Task: 438c6dde Agent: agent-chief-planning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc72df5..ccd7230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/loops", - "version": "0.4.37", + "version": "0.4.38", "description": "Persistent local loop and workflow runner for deterministic commands and headless AI coding agents", "type": "module", "main": "dist/index.js",