@cleocode/contracts 2026.4.122 → 2026.4.123
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/dist/branch-lock.d.ts +2 -2
- package/dist/branch-lock.js +1 -1
- package/package.json +1 -1
- package/src/branch-lock.ts +2 -2
package/dist/branch-lock.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* branch-protection system:
|
|
6
6
|
*
|
|
7
7
|
* - L1: Git worktree isolation per spawned agent
|
|
8
|
-
* - L2:
|
|
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
|
|
91
|
+
* Environment variables read by the git-shim binary.
|
|
92
92
|
*
|
|
93
93
|
* @task T1118
|
|
94
94
|
* @task T1121
|
package/dist/branch-lock.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* branch-protection system:
|
|
6
6
|
*
|
|
7
7
|
* - L1: Git worktree isolation per spawned agent
|
|
8
|
-
* - L2:
|
|
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
package/src/branch-lock.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* branch-protection system:
|
|
6
6
|
*
|
|
7
7
|
* - L1: Git worktree isolation per spawned agent
|
|
8
|
-
* - L2:
|
|
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
|
|
101
|
+
* Environment variables read by the git-shim binary.
|
|
102
102
|
*
|
|
103
103
|
* @task T1118
|
|
104
104
|
* @task T1121
|