@jhizzard/termdeck-stack 1.1.1 → 1.2.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 +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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.2.0] — 2026-05-11
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
- Audit-trail update: validated against `@jhizzard/termdeck@1.2.0`, the Sprint 63 = Wave 2 close-out. Wave bundles (a) Brad-reported crash-class fixes — PTY-leak `session.pty=null` on exit + WS ioctl race + `_destroyed` short-circuit + `410 Gone` semantics on resize-after-exit + body-parser raw-body hex-prefix log; (b) diagnostic surface hardening — `stack.js` `started_at` fix + full `red:<category>` health-probe taxonomy with outer-catch invariant fence + `preflight.js` `-l` login-mode drop; (c) gemini `resolveTranscriptPath` `.jsonl` filter fix closing a structural silent-data-loss path for every gemini session since the 2026-05-02→2026-05-08 format switch; (d) live acceptance proof for claude + codex `/exit`-capture chain via independent psql against the reference Mnestra. Sprint 64 carve-outs explicit in the underlying CHANGELOG. No installer-side code changes — this is an audit-trail-only bump aligning the stack-installer's published trail with `@jhizzard/termdeck@1.2.0`.
|
|
12
|
+
|
|
8
13
|
## [1.1.1] — 2026-05-08
|
|
9
14
|
|
|
10
15
|
### Documentation
|
package/package.json
CHANGED