@skein-code/cli 0.3.8 → 0.3.10

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 repository version: `0.3.8`.
12
+ - Current repository version: `0.3.10`.
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).
@@ -19,8 +19,9 @@ one of the milestones below.
19
19
  - Agent: provider-agnostic multi-turn runner for OpenAI, Anthropic, Gemini, and
20
20
  OpenAI-compatible endpoints; built-in tools, permissions, checkpoints,
21
21
  workflows, Skills, MCP, expert profiles, sessions, and memory are present.
22
- - UI: real Ink/React terminal UI, not a browser prototype. Fresh wide sessions
23
- include a factual workspace rail; all sizes support prompt
22
+ - UI: real Ink/React terminal UI, not a browser prototype. Fresh sessions use
23
+ a compact Skein identity; wide sessions add a grouped factual workspace rail;
24
+ all sizes support prompt
24
25
  history, `@file` completion, command completion, multiline editing, queued
25
26
  follow-ups, live context inspection, permission approval, themes, ASCII mode,
26
27
  `NO_COLOR`, and narrow-height degradation.
@@ -40,8 +41,8 @@ npm audit --omit=dev
40
41
  npm run release:verify -- --output-dir artifacts/package
41
42
  ```
42
43
 
43
- The latest verified package is `skein-code-cli-0.3.8.tgz`. The verifier writes
44
- its SHA-256 to `artifacts/package/skein-code-cli-0.3.8.tgz.sha256`, and CI
44
+ The latest verified package is `skein-code-cli-0.3.10.tgz`. The verifier writes
45
+ its SHA-256 to `artifacts/package/skein-code-cli-0.3.10.tgz.sha256`, and CI
45
46
  retains the checksum beside the package metadata. The checksum is deliberately
46
47
  not copied into this packaged document because doing so would change the
47
48
  archive it describes.
@@ -49,7 +50,7 @@ archive it describes.
49
50
  The final verification included a fresh install and real PTY interaction for
50
51
  all three executable aliases, `/about`, a permission prompt, denial, and clean
51
52
  Ctrl+C exit. PTY coverage included 20, 24 ASCII, 40, 80, 120 columns and a
52
- 40x10 short-height case. The current 37-file test suite passes the full check.
53
+ 40x10 short-height case. The current 40-file, 403-test suite passes the full check.
53
54
 
54
55
  ## Recommended Order
55
56
 
@@ -77,10 +78,12 @@ Implementation notes:
77
78
  - `npm run release:verify` reproduces the package from source, installs it into
78
79
  an isolated prefix, rejects packaged local state, and exercises `skein`,
79
80
  `mosaic`, and `mosaic-code`.
80
- - The `main` branch rule requires the strict `check` status. Version 0.3.8 adds
81
- the startup context-readiness gate, branded wide welcome rail, runtime
82
- completion evidence, and conservative dynamic-shell mutation tracking. Its
83
- tag, GitHub verification, and npm publication use the same source commit.
81
+ - The `main` branch rule requires the strict `check` status. Version 0.3.10
82
+ adds durable Task Contracts for complex executable requests, binds acceptance
83
+ to successful audit evidence and current verification, and gives tool
84
+ failures stable classes, bounded retry budgets, repair hints, and identical-
85
+ call circuit breaking. Short requests keep the smaller tool surface.
86
+ Its tag, GitHub verification, and npm publication use the same source commit.
84
87
 
85
88
  ### P1: Skein Storage Namespace And Migration
86
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skein-code/cli",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "A context-first, model-agnostic coding agent with an auditable terminal workspace.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -16,9 +16,9 @@
16
16
  },
17
17
  "skein": {
18
18
  "releaseNotes": [
19
- "Startup builds or reuses the local index and validates persisted workspace content before chat",
20
- "Wide fresh sessions add a factual workspace rail for model, context, permissions, tools, and extensions",
21
- "Completion requires current runtime evidence and conservatively tracks dynamic shell mutations"
19
+ "Complex executable requests now use a durable Task Contract with evidence-bound acceptance criteria",
20
+ "Completion stays unverified while required acceptance or final verification remains unresolved",
21
+ "Structured tool failure receipts add concise repair hints, retry budgets, cancellation handling, and identical-call circuit breaking"
22
22
  ]
23
23
  },
24
24
  "bin": {