@planu/cli 5.3.7 → 5.3.8

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [5.3.8] - 2026-08-09
2
+
3
+ ### Bug Fixes
4
+ - fix(spec-1460): exempt freshly published @planu/cli from the pnpm minimum-release-age gate
5
+ - fix(spec-1458): render index-only verification rows so the gate accepts its own output
6
+
7
+ ### Chores
8
+ - chore(planu): record SPEC-1460 done transition
9
+ - chore(planu): record SPEC-1458 done transition
10
+ - chore(planu): session checkpoint after v5.3.7 release
11
+
12
+
1
13
  ## [5.3.7] - 2026-08-08
2
14
 
3
15
  ### Bug Fixes
@@ -84,12 +84,12 @@ function renderVerificationRows(criteria, testFiles, commands) {
84
84
  }
85
85
  if (testFiles.length >= criteria.length) {
86
86
  const rows = [];
87
- criteria.forEach((criterion, index) => {
87
+ for (let index = 0; index < criteria.length; index += 1) {
88
88
  const test = testFiles[index];
89
89
  if (test !== undefined) {
90
- rows.push(renderPerCriterionRow(criterion.text, index + 1, test, commands));
90
+ rows.push(renderPerCriterionRow(index + 1, test, commands));
91
91
  }
92
- });
92
+ }
93
93
  return rows;
94
94
  }
95
95
  if (testFiles.length === 0) {
@@ -97,11 +97,11 @@ function renderVerificationRows(criteria, testFiles, commands) {
97
97
  }
98
98
  return renderSharedVerificationRow(testFiles, commands);
99
99
  }
100
- function renderPerCriterionRow(criterion, index, test, commands) {
100
+ function renderPerCriterionRow(index, test, commands) {
101
101
  const command = commands[index - 1] ?? commands[0];
102
102
  return command
103
- ? `- AC${String(index)}: ${criterion} -> unit test \`${test}\` plus \`${command}\`.`
104
- : `- AC${String(index)}: ${criterion} -> unit test \`${test}\`.`;
103
+ ? `- AC${String(index)}: verified by unit test \`${test}\` plus \`${command}\`.`
104
+ : `- AC${String(index)}: verified by unit test \`${test}\`.`;
105
105
  }
106
106
  /**
107
107
  * Emitted once when there are fewer declared test files than criteria — never repeat
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-aarch64-apple-darwin",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-aarch64-apple-darwin",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -17,15 +17,15 @@
17
17
  "platform": "darwin",
18
18
  "arch": "arm64",
19
19
  "libc": null,
20
- "artifactSha256": "5969aa547241ec63357a76a7019c62ff3daa81a8396f650e1f795cc7f1e81158",
20
+ "artifactSha256": "8dcbd7a6a1225d68658cb50ce32b174e52e820a3ebdc3f125cdec568966a7759",
21
21
  "sbom": {
22
22
  "format": "CycloneDX-1.5",
23
23
  "path": "planu-core.darwin-arm64.node.sbom.json",
24
- "sha256": "757ec9b87c1e0f2cbcd96194fa9d0c97f728b6c42789ea547f303d920e6bb542"
24
+ "sha256": "34ae39426563dbd6b2d4f61119ac53e362ddb2fb78a27b074518b477cb808d37"
25
25
  },
26
26
  "provenance": {
27
27
  "builder": "scripts/build-rust-local.sh",
28
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
28
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
29
29
  "sourceTreeDirty": false,
30
30
  "sourceDateEpoch": 1,
31
31
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -34,6 +34,6 @@
34
34
  "signature": {
35
35
  "algorithm": "Ed25519",
36
36
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
37
- "value": "Ia+76Z663Ktv2bkf8x7TjdNXGsA/l8pCasDiSYsJmCbJ01jVxqO+qcRZ7ayNq6wrZ7/vD/OR4YyDhAv5bQvqBg=="
37
+ "value": "zulz2seIniwXGYJINphaouLeL8/CHmjKezWwOUf/8l1tBlpk8z/7jl/SL3SspVFih3PWPM9+0kJAo7aHixOUDA=="
38
38
  }
39
39
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "5969aa547241ec63357a76a7019c62ff3daa81a8396f650e1f795cc7f1e81158"
14
+ "content": "8dcbd7a6a1225d68658cb50ce32b174e52e820a3ebdc3f125cdec568966a7759"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-x86_64-apple-darwin",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-x86_64-apple-darwin",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -17,15 +17,15 @@
17
17
  "platform": "darwin",
18
18
  "arch": "x64",
19
19
  "libc": null,
20
- "artifactSha256": "53ce7d511df238b0fd1831ad04bc707b49595aeec2cf17cb010e292bdd0783db",
20
+ "artifactSha256": "f3affc187e9c20766667848f9742e59cbba41b4791238e5aeaffaeccaaaa5dc2",
21
21
  "sbom": {
22
22
  "format": "CycloneDX-1.5",
23
23
  "path": "planu-core.darwin-x64.node.sbom.json",
24
- "sha256": "fb6e23c6c74daed13132788a88c1d02b348d392baabeeda70d14d2f291830b29"
24
+ "sha256": "417f4b08fcf6c6668ad620c9019fad7bbe79a09f613c253ee59863d6f44b8039"
25
25
  },
26
26
  "provenance": {
27
27
  "builder": "scripts/build-rust-local.sh",
28
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
28
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
29
29
  "sourceTreeDirty": false,
30
30
  "sourceDateEpoch": 1,
31
31
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -34,6 +34,6 @@
34
34
  "signature": {
35
35
  "algorithm": "Ed25519",
36
36
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
37
- "value": "qk6XvA4l7UGWmK2xYdpnkdSp6FizRrviTgz8bXsKMohnF+X5epsXZKADWMOQuMOaD956mzmkAj35D+oJFsDxDw=="
37
+ "value": "AepYMvl7NAYszjYlB691/Cp+P7MEM3/9rd1CcbHbYaz8G+T0HTNQ8U80LddrdKnPAcje/nrwolUapbRScWs+Bg=="
38
38
  }
39
39
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "53ce7d511df238b0fd1831ad04bc707b49595aeec2cf17cb010e292bdd0783db"
14
+ "content": "f3affc187e9c20766667848f9742e59cbba41b4791238e5aeaffaeccaaaa5dc2"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-aarch64-unknown-linux-gnu",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-aarch64-unknown-linux-gnu",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "linux",
17
17
  "arch": "arm64",
18
18
  "libc": "glibc",
19
- "artifactSha256": "e028b42de742bd6fa24701f16fd98d1612c99910dd65b17c48397f7203ac9a67",
19
+ "artifactSha256": "c8f8315bb60f966e6250dffc7c094adcb1516499056b6c88a4d714e1b85ae52e",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.linux-arm64-gnu.node.sbom.json",
23
- "sha256": "d832a0f7e5270482b8d9dc7aed5d5d8343ab692b35f9844c464cb211b0336c89"
23
+ "sha256": "14a46a7d84851076b7549b8ff8d412a31d845c7ff291c90fff08bfb39e4b2ea0"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "T/tkZC0rxSANsXzAc7BPR/XuGXyF2Q80FlgZmlxOptgLFHNzPvMajWoryBvAPLo5M5/hgd1vfQrGdQUo4VwwAw=="
36
+ "value": "3002w64/CbUXeA8G0etnA8f8k6EnI8HpTXL0D97EghZLaU4lmqJ4KTgnjaVV7XtemRz4QkGXrlfQ8MW6nJTnAg=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "e028b42de742bd6fa24701f16fd98d1612c99910dd65b17c48397f7203ac9a67"
14
+ "content": "c8f8315bb60f966e6250dffc7c094adcb1516499056b6c88a4d714e1b85ae52e"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-aarch64-unknown-linux-musl",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-aarch64-unknown-linux-musl",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "linux",
17
17
  "arch": "arm64",
18
18
  "libc": "musl",
19
- "artifactSha256": "8088eca500977faa73bd856bfe230255496cadc0e6dedbe507b12f2a785bb842",
19
+ "artifactSha256": "ffc21930a3ffa37a8ffb963d1c3bd88194261c5f47d6645df01024d9e2b60d5a",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.linux-arm64-musl.node.sbom.json",
23
- "sha256": "a9da9e9d6fe66aeb38d3b2a171070e5cff569165c338cfaf8dc7e9f9cc2111d5"
23
+ "sha256": "421f01e0c237604db423ba74d1a1e91849d4bbf6223f2fa5d2c6c110888b08d1"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "jg+UY6UJf0S/RDF81RiKUxgsa3ujNuBu7K2bUIsxpuP/rnKXmZrCPZX30BmSZoyYSVYspF9VVlfwlfDb6mZcAQ=="
36
+ "value": "Euk8g0nxITjsBrUfmZltIfPHxy6x8s6iySzbxjxYSuuLlgHPYgCQwR8blrV+CNnzXbLhCf7bDseprKw9ZxhcDg=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "8088eca500977faa73bd856bfe230255496cadc0e6dedbe507b12f2a785bb842"
14
+ "content": "ffc21930a3ffa37a8ffb963d1c3bd88194261c5f47d6645df01024d9e2b60d5a"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-x86_64-unknown-linux-gnu",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-x86_64-unknown-linux-gnu",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "linux",
17
17
  "arch": "x64",
18
18
  "libc": "glibc",
19
- "artifactSha256": "69b3f0f7054729ddda1c16481de50cd2371fc297bf2ca9bffd03291c596a853f",
19
+ "artifactSha256": "2fd2f2b88fba7345f0d0e19ea16b9600230ef6fae6b1f1a044ee02764214c5e3",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.linux-x64-gnu.node.sbom.json",
23
- "sha256": "105e157699e6e089c740c37c50e666d0feef8b01939466e97e92c5fc3676b919"
23
+ "sha256": "51e56ab54ee969b571b7009169db4edbc533c5a92476395c20764cd2ab6654bf"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "ovSb2fxdlhx8Shy5vQUS6mDePdVnSMfMAfhyW/ukSKrPS8BCA7sNYdq5JQ+1d24qtLLhR0Y+Wi89ShHz61VHAA=="
36
+ "value": "3dDrNnVtW/juPnD67kL7ZA3tvrDFvyfbIBX+eVVi26Ly9tCDUM9abpvX28TPazuGUJ+Paipj+W1/cOEyGsKhDA=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "69b3f0f7054729ddda1c16481de50cd2371fc297bf2ca9bffd03291c596a853f"
14
+ "content": "2fd2f2b88fba7345f0d0e19ea16b9600230ef6fae6b1f1a044ee02764214c5e3"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-x86_64-unknown-linux-musl",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-x86_64-unknown-linux-musl",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "linux",
17
17
  "arch": "x64",
18
18
  "libc": "musl",
19
- "artifactSha256": "bf270b2b6a40ba2211487f2da514183717cdc24b28cbee53f8d62af0462317bd",
19
+ "artifactSha256": "d93c3691b0f835b4056bf2d8b17d0448566616222d5221fc292fc87019120318",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.linux-x64-musl.node.sbom.json",
23
- "sha256": "6630878e3b9ae9e9a552a1d26d57e61575bd0507ef62270d375a4f47e5c3134d"
23
+ "sha256": "02609054c32df79175cfa245c503e1df1ca4b32b15ad34ec0eda5b34a28fda27"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "jd3TfnFE+uJqatv0qIhNiO1Pd/c0GxogpwD0Mp30gzgO/65Dv8McDE2YtA3aVSKfQDLtj8hKhZqKCcDgC4FFAw=="
36
+ "value": "/echWzVigxiZs4/TF6wUHv1MEHBi7ulWLA9+JpDnd+otBDX8HIM3O6oOhDc4Lu1wmfQJMPyPCvutWkZxcXj6Dg=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "bf270b2b6a40ba2211487f2da514183717cdc24b28cbee53f8d62af0462317bd"
14
+ "content": "d93c3691b0f835b4056bf2d8b17d0448566616222d5221fc292fc87019120318"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-aarch64-pc-windows-msvc",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-aarch64-pc-windows-msvc",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "win32",
17
17
  "arch": "arm64",
18
18
  "libc": null,
19
- "artifactSha256": "847e2a53bcb46266d1795f1888e17bcadcd07dedfd09c2f6380e448f04c840e3",
19
+ "artifactSha256": "1e7250f120e58d9ebbf26b22ae9b0fd3d963ad80479b61e3f4be59feb0bcc97e",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.win32-arm64-msvc.node.sbom.json",
23
- "sha256": "1221ffeb6dfc3a3fe1870d6ec5d19849358bc274a446c9cc8f82928bcd75840b"
23
+ "sha256": "9a10362845e48f91b5604552de6509fcf1125c0161b43f2b6b0b3abb0fbc4295"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "/fpd0zTa2Tum1iVlKiMFfDiMgZivT8GSHaBXHIrSnG1to4HblxZzbvVtB1t6SzT/VazXFaJrsVN6mgi5PM+0Bw=="
36
+ "value": "xvRJaOZmJ82Ru9UzRQENpyiU64mTOOcdVfh8gdS6jK0T5QUTJ9wUtz28xhnh24uyZLjyO3niKQky3Sq2GpEhCw=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "847e2a53bcb46266d1795f1888e17bcadcd07dedfd09c2f6380e448f04c840e3"
14
+ "content": "1e7250f120e58d9ebbf26b22ae9b0fd3d963ad80479b61e3f4be59feb0bcc97e"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
- "cliVersion": "5.3.7",
4
- "engineVersion": "5.3.7",
5
- "buildId": "1-5.3.7-x86_64-pc-windows-msvc",
3
+ "cliVersion": "5.3.8",
4
+ "engineVersion": "5.3.8",
5
+ "buildId": "1-5.3.8-x86_64-pc-windows-msvc",
6
6
  "protocolAbi": 1,
7
7
  "capabilityAbi": 2,
8
8
  "nodeApiAbi": 4,
@@ -16,15 +16,15 @@
16
16
  "platform": "win32",
17
17
  "arch": "x64",
18
18
  "libc": null,
19
- "artifactSha256": "60ce324d882d46aaf9ce76f136fc1690133f02da345141846014ad69c64b0d1c",
19
+ "artifactSha256": "00609e4d5c5cb1f41a9b3824bbe4775bdab365a7bc95f9936a947b5ce2103e69",
20
20
  "sbom": {
21
21
  "format": "CycloneDX-1.5",
22
22
  "path": "planu-core.win32-x64-msvc.node.sbom.json",
23
- "sha256": "959a4bc45bae58e8b9152af89c6ef6da56f762017677b93ceb1f82c7f245fd27"
23
+ "sha256": "805d4becff3818b502a44b83b3152b74d2064a74b0808f5e0587e6d9b8eec274"
24
24
  },
25
25
  "provenance": {
26
26
  "builder": "scripts/build-rust-local.sh",
27
- "sourceCommit": "2ec2f2db1b564d710e56bee0b7637b49c540ca32",
27
+ "sourceCommit": "c0d406e9b49a5ed393b2dcade39eb951223974c6",
28
28
  "sourceTreeDirty": false,
29
29
  "sourceDateEpoch": 1,
30
30
  "rustToolchain": "rustc 1.95.0 (59807616e 2026-04-14)",
@@ -33,6 +33,6 @@
33
33
  "signature": {
34
34
  "algorithm": "Ed25519",
35
35
  "keyId": "e2ee765cb5ad9fbdc433ece332bce26d746d5e350b3acde0721a4c8c6337ff7b",
36
- "value": "ma06pJyrfthlcVjNUlZW0ledijIuGYUE77VdST+TzST4J5dzTOO7eMYjJbideY/xL+FUcwqLYquiApnRJQvBAw=="
36
+ "value": "fZQLZB7+7E55Gy/9luaF7isRmDht9nrNnvy8a922yCp4AnYXqRfhztkVPQPkMgoN5+wv793XOfY/6iS4rvmhBw=="
37
37
  }
38
38
  }
@@ -4,14 +4,14 @@
4
4
  "version": 1,
5
5
  "metadata": {
6
6
  "component": {
7
- "bom-ref": "pkg:cargo/planu-core@5.3.7",
7
+ "bom-ref": "pkg:cargo/planu-core@5.3.8",
8
8
  "type": "library",
9
9
  "name": "planu-core",
10
- "version": "5.3.7",
10
+ "version": "5.3.8",
11
11
  "hashes": [
12
12
  {
13
13
  "alg": "SHA-256",
14
- "content": "60ce324d882d46aaf9ce76f136fc1690133f02da345141846014ad69c64b0d1c"
14
+ "content": "00609e4d5c5cb1f41a9b3824bbe4775bdab365a7bc95f9936a947b5ce2103e69"
15
15
  }
16
16
  ]
17
17
  }
@@ -1106,7 +1106,7 @@
1106
1106
  "dependsOn": []
1107
1107
  },
1108
1108
  {
1109
- "ref": "pkg:cargo/planu-core@5.3.7",
1109
+ "ref": "pkg:cargo/planu-core@5.3.8",
1110
1110
  "dependsOn": [
1111
1111
  "pkg:cargo/core-foundation@0.10.1",
1112
1112
  "pkg:cargo/hmac@0.12.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planu/cli",
3
- "version": "5.3.7",
3
+ "version": "5.3.8",
4
4
  "description": "Planu — MCP Server for Spec Driven Development with native Rust acceleration for hot paths. Cross-platform (Linux/macOS/Windows, x64/arm64, glibc/musl).",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -35,14 +35,14 @@
35
35
  "packageName": "@planu/core"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@planu/core-darwin-arm64": "5.3.7",
39
- "@planu/core-darwin-x64": "5.3.7",
40
- "@planu/core-linux-arm64-gnu": "5.3.7",
41
- "@planu/core-linux-arm64-musl": "5.3.7",
42
- "@planu/core-linux-x64-gnu": "5.3.7",
43
- "@planu/core-linux-x64-musl": "5.3.7",
44
- "@planu/core-win32-arm64-msvc": "5.3.7",
45
- "@planu/core-win32-x64-msvc": "5.3.7"
38
+ "@planu/core-darwin-arm64": "5.3.8",
39
+ "@planu/core-darwin-x64": "5.3.8",
40
+ "@planu/core-linux-arm64-gnu": "5.3.8",
41
+ "@planu/core-linux-arm64-musl": "5.3.8",
42
+ "@planu/core-linux-x64-gnu": "5.3.8",
43
+ "@planu/core-linux-x64-musl": "5.3.8",
44
+ "@planu/core-win32-arm64-msvc": "5.3.8",
45
+ "@planu/core-win32-x64-msvc": "5.3.8"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=24.0.0"
package/planu-native.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dev.planu.native",
3
3
  "displayName": "Planu Native Lightweight Surface",
4
- "version": "5.3.7",
4
+ "version": "5.3.8",
5
5
  "packageName": "@planu/cli",
6
6
  "modes": {
7
7
  "lightweight": {
package/planu-plugin.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "dev.planu.cli",
3
3
  "displayName": "Planu — Spec Driven Development",
4
4
  "description": "Manage software specs, estimations, and autonomous SDD workflows. Language-agnostic MCP server for Claude Code.",
5
- "version": "5.3.7",
5
+ "version": "5.3.8",
6
6
  "icon": "assets/plugin/icon.svg",
7
7
  "command": ["npx", "@planu/cli@latest"],
8
8
  "packageName": "@planu/cli",