@jhizzard/termdeck-stack 0.3.0 → 0.3.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 +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,30 @@ 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
+ ## [0.3.1] — 2026-04-26
9
+
10
+ ### Documentation
11
+ - Audit-trail update: validated against `@jhizzard/termdeck@0.7.1`,
12
+ the patch release that closes one of two converging bugs that made
13
+ Flashback go silent for the most common Unix shell errors. Sprint 33
14
+ (4+1 forensic orchestration, ~24 minutes wall-clock) traced the
15
+ silence to a regex coverage gap in `PATTERNS.error` — the session.js
16
+ comment claimed Unix tool errors were covered, the code never
17
+ enforced it. Pure "documentation is not verification" miss. v0.7.1
18
+ ships the analyzer regex fix + 17 regression fixtures + e2e
19
+ instrumentation. The second root cause (a `chopin-nashville`
20
+ project-tag regression hiding TermDeck memories from the bridge's
21
+ project filter) is diagnosed in `docs/sprint-33-flashback-debug/POSTMORTEM.md`
22
+ and ships in v0.7.2 (Sprint 34) because it requires UPDATE
23
+ statements against the live Supabase store + writer-side source
24
+ review. See the root `CHANGELOG.md` v0.7.1 entry for the full
25
+ diagnosis.
26
+
27
+ ### Notes
28
+ - No installer behavior change. `npx @jhizzard/termdeck-stack` always
29
+ pulls `@jhizzard/termdeck@latest`. Mnestra (0.2.2) and Rumen (0.4.3)
30
+ unchanged through this bump.
31
+
8
32
  ## [0.3.0] — 2026-04-26
9
33
 
10
34
  ### Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhizzard/termdeck-stack",
3
- "version": "0.3.0",
3
+ "version": "0.3.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"