@jhizzard/termdeck-stack 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. 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.1.1] — 2026-05-08
9
+
10
+ ### Documentation
11
+ - 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`.
12
+
8
13
  ## [0.3.3] — 2026-04-27
9
14
 
10
15
  ### Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhizzard/termdeck-stack",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "One-command installer for the TermDeck developer memory stack: TermDeck + Mnestra + Rumen + Supabase MCP",
5
5
  "bin": {
6
6
  "termdeck-stack": "./src/index.js"