@jhizzard/termdeck-stack 1.9.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@ underlying packages (`@jhizzard/termdeck`, `@jhizzard/mnestra`,
|
|
|
5
5
|
`@jhizzard/rumen`) ship on their own cadences and have their own
|
|
6
6
|
changelogs — see the root `CHANGELOG.md` for `@jhizzard/termdeck`.
|
|
7
7
|
|
|
8
|
+
## [1.10.0] — 2026-07-01
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **`564e788` — rumen-tick wrapper watchdog.** The bundled `rumen-tick` Edge Function gains a watchdog race that self-aborts at ~140s (env `RUMEN_TICK_WATCHDOG_MS`) — ahead of the platform's 150s hard kill — so a hung tick returns a real JSON error + log trail instead of an opaque 504. Pairs with `@jhizzard/rumen@0.6.1` (job budget + DB/LLM timeouts inside the package) to close the field edge-tick outage that ran from 06-28 (tick riding to the 150s wall every 15 min). Existing installs pick it up on the next Rumen function refresh/redeploy.
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
- Audit-trail: validated against `@jhizzard/termdeck@1.12.0` (Sprint 80 close).
|
|
15
|
+
- Version-history note: `[1.4.0]`–`[1.9.0]` were released without entries in this file; those bumps are recorded in the root `CHANGELOG.md` Notes sections of the corresponding `@jhizzard/termdeck` releases.
|
|
16
|
+
|
|
8
17
|
## [1.3.0] — 2026-05-14
|
|
9
18
|
|
|
10
19
|
### Added
|
package/package.json
CHANGED