@skein-code/cli 0.3.13 → 0.3.14

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/README.md CHANGED
@@ -43,6 +43,9 @@ inspectable index for code retrieval and no retrieval service dependency.
43
43
  source spans, and rebuild it explicitly when needed.
44
44
  - **Visible trust:** per-category permissions, deny rules, hooks, workspace path
45
45
  enforcement, changed-file telemetry, and persisted tool results.
46
+ - **Repository reuse guard:** the first substantive implementation addition gets a warning-only,
47
+ content-free receipt of current helper candidates and read evidence; docs,
48
+ config, fixtures, generated files, deletions, and local edits stay quiet.
46
49
  - **Bounded tool context:** large tool results cannot crowd the task out of the
47
50
  model window. Skein keeps a token-budgeted head/tail receipt and, when the
48
51
  producer captured the complete result, retains a redacted session-scoped
@@ -86,7 +89,7 @@ To build, verify, and install a local package artifact from this checkout:
86
89
 
87
90
  ```bash
88
91
  npm run verify:package -- --output-dir artifacts/package
89
- npm install -g ./artifacts/package/skein-code-cli-0.3.13.tgz
92
+ npm install -g ./artifacts/package/skein-code-cli-0.3.14.tgz
90
93
  ```
91
94
 
92
95
  To install the published package from npm: