@jhizzard/termdeck-stack 0.3.2 → 0.3.3

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
+ ## [0.3.3] — 2026-04-27
9
+
10
+ ### Documentation
11
+ - Audit-trail update: validated against `@jhizzard/termdeck@0.7.3`, the Sprint 35 reconciliation patch. v0.7.3 closes the personal-vs-product asymmetry that surfaced in Brad's 2026-04-27 overnight crash by (a) flipping `init --mnestra` default to `rag.enabled: false` (MCP-only mode), (b) shipping the legacy RAG schema as bundled migration `008_legacy_rag_tables.sql` so opt-in users no longer hit silent 404 cascades on `mnestra_session_memory` etc., (c) extending `termdeck doctor` with a Supabase schema-check section + `--no-schema` flag, (d) adding a boot banner RAG state line, (e) porting stale-port reclaim and transcript-table-missing hint from `scripts/start.sh` into the published CLI, and (f) closing a packaging gap that left `config/transcript-migration.sql` out of the npm tarball since v0.6.8. No installer-side code changes — this is an audit-trail-only bump aligning the stack-installer's published trail with the underlying `@jhizzard/termdeck` version it validates against.
12
+
8
13
  ## [0.3.2] — 2026-04-26
9
14
 
10
15
  ### Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhizzard/termdeck-stack",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
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"