@skein-code/cli 0.2.1 → 0.2.2

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.
@@ -9,7 +9,7 @@ one of the milestones below.
9
9
 
10
10
  - Product name: `Skein`; primary executable: `skein`.
11
11
  - Compatibility executables: `mosaic` and `mosaic-code`.
12
- - Current release: `0.2.0`.
12
+ - Current release: `0.2.1`.
13
13
  - Runtime requirement: Node.js `>=22.16.0` (the runtime uses unflagged
14
14
  `node:sqlite` with FTS5, and current CLI/build dependencies require this
15
15
  Node 22 baseline).
@@ -38,8 +38,8 @@ npm audit --omit=dev
38
38
  npm pack
39
39
  ```
40
40
 
41
- The latest verified package was `skein-code-cli-0.2.0.tgz`. The verifier writes
42
- its SHA-256 to `artifacts/package/skein-code-cli-0.2.0.tgz.sha256`, and CI
41
+ The latest verified package was `skein-code-cli-0.2.1.tgz`. The verifier writes
42
+ its SHA-256 to `artifacts/package/skein-code-cli-0.2.1.tgz.sha256`, and CI
43
43
  retains the checksum beside the package metadata. The checksum is deliberately
44
44
  not copied into this packaged document because doing so would change the
45
45
  archive it describes.
@@ -47,7 +47,7 @@ archive it describes.
47
47
  The final verification included a fresh install and real PTY interaction for
48
48
  all three executable aliases, `/about`, a permission prompt, denial, and clean
49
49
  Ctrl+C exit. PTY coverage included 20, 24 ASCII, 40, 80, 120 columns and a
50
- 40x10 short-height case. The current suite contains 31 test files and 252 tests.
50
+ 40x10 short-height case. The current suite contains 31 test files and 253 tests.
51
51
 
52
52
  ## Recommended Order
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skein-code/cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A context-first, model-agnostic coding agent with an auditable terminal workspace.",
5
5
  "type": "module",
6
6
  "license": "MIT",