@jhizzard/termdeck-stack 0.2.0 → 0.2.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 +19 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,25 @@ 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.2.1] — 2026-04-25
9
+
10
+ ### Documentation
11
+ - Audit-trail update: validated against `@jhizzard/termdeck@0.6.2`,
12
+ which shipped ~8 minutes after stack-installer 0.2.0 went live.
13
+ v0.6.2 removed the `Proceed with setup for project X?` confirm gate
14
+ in `termdeck init --mnestra` after a third report from a tester
15
+ whose terminal kept resolving the confirm as a soft-cancel even
16
+ after v0.6.1's askSecret hardening. See the root `CHANGELOG.md`
17
+ for the full v0.6.2 entry.
18
+
19
+ ### Notes
20
+ - No installer behavior change: stack-installer 0.2.0 already pulled
21
+ `@jhizzard/termdeck@latest`, so a fresh `npx @jhizzard/termdeck-stack`
22
+ on 0.2.0 picked up the v0.6.2 wizard fix automatically. This bump
23
+ is purely to keep the per-package audit trail tight — the CHANGELOG
24
+ for 0.2.0 was written when `latest` was still 0.6.1 and had no way
25
+ to mention the hotfix that landed minutes later.
26
+
8
27
  ## [0.2.0] — 2026-04-25
9
28
 
10
29
  ### Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jhizzard/termdeck-stack",
3
- "version": "0.2.0",
3
+ "version": "0.2.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"