@jhizzard/termdeck-stack 1.1.0 → 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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ 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
|
+
|
|
13
|
+
## [1.1.1] — 2026-05-08
|
|
14
|
+
|
|
15
|
+
### Documentation
|
|
16
|
+
- Audit-trail update: validated against `@jhizzard/termdeck@1.1.1`, the Sprint 62 close-out ship. Wave bundles (a) Brad-reported `RealtimeClient` Node-20 WebSocket polyfill in `@jhizzard/mnestra@0.4.9`, (b) cross-agent `session_summary` writer fence tests + bundled migration mirrors `021_project_tag_canonicalize_claimguard.sql` + `022_source_agent_backfill.sql` + `MIGRATION_PROBES` entries in `@jhizzard/termdeck@1.1.1`, (c) document-level capture-phase image-paste handler closing the post-v1.1.0 paste regression, (d) **2026-05-11 pre-publish fold-ins** — Mnestra `webhook-server` EADDRINUSE singleton-collision catch (Brad's 42K-crash 5-day log accumulation) + TermDeck SQLite-init ABI-mismatch fail-fast (Brad's Node 20→22 `apt upgrade` cascade into a null-handle storm). Closes Investigation 1 of `docs/CRITICAL-READ-FIRST-2026-05-07.md` (cross-agent Mnestra capture on close, empirically confirmed at 27% coverage during ClaimGuard Sprint 8.0 audit). No installer-side code changes — this is an audit-trail-only bump aligning the stack-installer's published trail with the underlying `@jhizzard/termdeck@1.1.1`.
|
|
17
|
+
|
|
8
18
|
## [0.3.3] — 2026-04-27
|
|
9
19
|
|
|
10
20
|
### Documentation
|
package/package.json
CHANGED