@cleocode/contracts 2026.4.122 → 2026.4.124

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.
@@ -5,7 +5,7 @@
5
5
  * branch-protection system:
6
6
  *
7
7
  * - L1: Git worktree isolation per spawned agent
8
- * - L2: cleo-git-shim binary on PATH for harness-agnostic enforcement
8
+ * - L2: git-shim binary on PATH for harness-agnostic enforcement
9
9
  * - L3: Filesystem hardening via chmod (+ optional chattr on Linux)
10
10
  * - L4: Owner-override HMAC session authentication with TTY + rate-limit gates
11
11
  *
@@ -88,7 +88,7 @@ export interface WorktreeCleanupResult {
88
88
  }>;
89
89
  }
90
90
  /**
91
- * Environment variables read by the cleo-git-shim binary.
91
+ * Environment variables read by the git-shim binary.
92
92
  *
93
93
  * @task T1118
94
94
  * @task T1121
@@ -5,7 +5,7 @@
5
5
  * branch-protection system:
6
6
  *
7
7
  * - L1: Git worktree isolation per spawned agent
8
- * - L2: cleo-git-shim binary on PATH for harness-agnostic enforcement
8
+ * - L2: git-shim binary on PATH for harness-agnostic enforcement
9
9
  * - L3: Filesystem hardening via chmod (+ optional chattr on Linux)
10
10
  * - L4: Owner-override HMAC session authentication with TTY + rate-limit gates
11
11
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleocode/contracts",
3
- "version": "2026.4.122",
3
+ "version": "2026.4.124",
4
4
  "description": "Domain types, interfaces, and contracts for the CLEO ecosystem",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -5,7 +5,7 @@
5
5
  * branch-protection system:
6
6
  *
7
7
  * - L1: Git worktree isolation per spawned agent
8
- * - L2: cleo-git-shim binary on PATH for harness-agnostic enforcement
8
+ * - L2: git-shim binary on PATH for harness-agnostic enforcement
9
9
  * - L3: Filesystem hardening via chmod (+ optional chattr on Linux)
10
10
  * - L4: Owner-override HMAC session authentication with TTY + rate-limit gates
11
11
  *
@@ -98,7 +98,7 @@ export interface WorktreeCleanupResult {
98
98
  // ---------------------------------------------------------------------------
99
99
 
100
100
  /**
101
- * Environment variables read by the cleo-git-shim binary.
101
+ * Environment variables read by the git-shim binary.
102
102
  *
103
103
  * @task T1118
104
104
  * @task T1121