opencode-swarm 7.143.6 → 7.144.1
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/agents/architect.d.ts +64 -0
- package/dist/background/delegation-health.d.ts +213 -0
- package/dist/background/pending-delegations.d.ts +122 -15
- package/dist/cli/{config-doctor-72zp0k4x.js → config-doctor-5hj26phk.js} +2 -2
- package/dist/cli/{core-aj0wmbg8.js → core-aqtegsag.js} +1 -1
- package/dist/cli/{curator-llm-factory-x1vjhrnc.js → curator-llm-factory-1rg62kzr.js} +18 -18
- package/dist/cli/{curator-2gt2835v.js → curator-vcrcht4h.js} +18 -18
- package/dist/cli/{evidence-summary-service-yjr0662r.js → evidence-summary-service-fsh6jfhm.js} +6 -6
- package/dist/cli/{gate-evidence-r3c7eqpz.js → gate-evidence-9w2eehnj.js} +2 -2
- package/dist/cli/{guardrail-explain-f3zysesy.js → guardrail-explain-6mxn4bj8.js} +19 -19
- package/dist/cli/{guardrail-log-eat71fnh.js → guardrail-log-81c5b018.js} +3 -3
- package/dist/cli/{hive-promoter-fyb40am9.js → hive-promoter-rxkykddk.js} +18 -18
- package/dist/cli/{index-w1q9yy1e.js → index-1faydhv8.js} +3 -3
- package/dist/cli/{index-s7nb33pc.js → index-2ht8c7ew.js} +1 -1
- package/dist/cli/{index-92bm9ys3.js → index-2pmaxbvj.js} +1 -1
- package/dist/cli/{index-gzxz0s50.js → index-315tnsve.js} +1 -1
- package/dist/cli/{index-6vmazy9f.js → index-4fda8kkw.js} +1050 -88
- package/dist/cli/{index-fn0k0vsa.js → index-4s5htbgq.js} +1 -1
- package/dist/cli/{index-kc2x117y.js → index-8gs34d2q.js} +3 -3
- package/dist/cli/{index-peqmw3wr.js → index-8jrn4rwp.js} +2 -2
- package/dist/cli/{index-hjy4txgr.js → index-bgdr1ww3.js} +1 -1
- package/dist/cli/{index-wjk00vwk.js → index-c3zag2cw.js} +4 -4
- package/dist/cli/{index-02nm8qhk.js → index-dq26vbfp.js} +3 -3
- package/dist/cli/{index-5d8ydxae.js → index-e9w1tfmm.js} +129 -50
- package/dist/cli/{index-z4cv77tq.js → index-f79hf8dr.js} +2 -2
- package/dist/cli/{index-scj2asek.js → index-g0vr2a4m.js} +5 -5
- package/dist/cli/{index-dtf2va28.js → index-hc25qawy.js} +20 -20
- package/dist/cli/{index-nd1j9wkw.js → index-j2eb0x44.js} +1 -1
- package/dist/cli/{index-7bs015gm.js → index-j3byg0a9.js} +1 -1
- package/dist/cli/{index-whyrhjsk.js → index-mz1zwz96.js} +1 -1
- package/dist/cli/{index-72zhsqgy.js → index-n11zkp9g.js} +2 -2
- package/dist/cli/{index-36vry26a.js → index-rdb3nr6d.js} +1 -1
- package/dist/cli/{index-0adcjpyx.js → index-rr2fjfsd.js} +3 -3
- package/dist/cli/{index-bbv64s17.js → index-sqp6349j.js} +1 -1
- package/dist/cli/index.js +18 -18
- package/dist/cli/{knowledge-escalator-ejpyrby0.js → knowledge-escalator-hg4jzbrx.js} +6 -6
- package/dist/cli/{knowledge-events-yw2kydyy.js → knowledge-events-wgy7gbct.js} +4 -4
- package/dist/cli/{knowledge-store-j6gkk62e.js → knowledge-store-nd0f0e86.js} +1 -1
- package/dist/cli/{knowledge-validator-xervpe5k.js → knowledge-validator-0ar015bf.js} +2 -2
- package/dist/cli/{pending-delegations-19wg9j08.js → pending-delegations-thy8g30k.js} +23 -1
- package/dist/cli/{scan-cursor-x7a99wmq.js → scan-cursor-pqp3bsqv.js} +2 -2
- package/dist/cli/{schema-z141arx9.js → schema-4ew49zrv.js} +1 -1
- package/dist/cli/{scope-persistence-js90c1f4.js → scope-persistence-geth2hb1.js} +4 -4
- package/dist/cli/{skill-generator-t202jza0.js → skill-generator-8azm6p2y.js} +7 -7
- package/dist/cli/{worktree-collision-ownership-42bb3gcb.js → worktree-collision-ownership-j6d33p49.js} +1 -1
- package/dist/cli/{worktree-isolation-fbfvxw9a.js → worktree-isolation-cqxgdk2p.js} +18 -18
- package/dist/evaluation/contracts.d.ts +4 -4
- package/dist/evaluation/gate-ground-truth.d.ts +1 -1
- package/dist/hooks/init-orphan-recovery.d.ts +2 -0
- package/dist/index.js +439 -436
- package/dist/services/status-service.d.ts +9 -0
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-n11zkp9g.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-4s5htbgq.js";
|
|
8
8
|
import {
|
|
9
9
|
COMMAND_REGISTRY,
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
@@ -84,44 +84,44 @@ import {
|
|
|
84
84
|
handleWriteRetroCommand,
|
|
85
85
|
normalizeSwarmCommandInput,
|
|
86
86
|
resolveCommand
|
|
87
|
-
} from "./index-
|
|
88
|
-
import"./index-
|
|
89
|
-
import"./index-
|
|
90
|
-
import"./index-
|
|
87
|
+
} from "./index-e9w1tfmm.js";
|
|
88
|
+
import"./index-j2eb0x44.js";
|
|
89
|
+
import"./index-mz1zwz96.js";
|
|
90
|
+
import"./index-1faydhv8.js";
|
|
91
91
|
import"./index-134d35c1.js";
|
|
92
92
|
import"./index-b6e016tv.js";
|
|
93
93
|
import"./index-4q9vfav6.js";
|
|
94
94
|
import"./index-k92cagmt.js";
|
|
95
95
|
import"./index-y8552snf.js";
|
|
96
|
-
import"./index-
|
|
96
|
+
import"./index-2pmaxbvj.js";
|
|
97
97
|
import"./index-xmzmeknp.js";
|
|
98
98
|
import"./index-c8s9a3zh.js";
|
|
99
99
|
import"./index-9ss2m4rs.js";
|
|
100
|
-
import"./index-
|
|
100
|
+
import"./index-sqp6349j.js";
|
|
101
101
|
import"./index-74hpm6sh.js";
|
|
102
|
-
import"./index-
|
|
103
|
-
import"./index-
|
|
104
|
-
import"./index-
|
|
105
|
-
import"./index-
|
|
102
|
+
import"./index-dq26vbfp.js";
|
|
103
|
+
import"./index-g0vr2a4m.js";
|
|
104
|
+
import"./index-f79hf8dr.js";
|
|
105
|
+
import"./index-bgdr1ww3.js";
|
|
106
106
|
import"./index-556ja8an.js";
|
|
107
107
|
import"./index-gdd4jt6b.js";
|
|
108
108
|
import"./index-zsrtt42s.js";
|
|
109
109
|
import"./index-k3cxyk66.js";
|
|
110
|
-
import"./index-
|
|
111
|
-
import"./index-
|
|
110
|
+
import"./index-4fda8kkw.js";
|
|
111
|
+
import"./index-2ht8c7ew.js";
|
|
112
112
|
import"./index-8fwhhayc.js";
|
|
113
113
|
import"./index-q1exe2b3.js";
|
|
114
114
|
import"./index-7sy3aa9m.js";
|
|
115
115
|
import"./index-4905hd2m.js";
|
|
116
|
-
import"./index-
|
|
117
|
-
import"./index-
|
|
116
|
+
import"./index-rr2fjfsd.js";
|
|
117
|
+
import"./index-8jrn4rwp.js";
|
|
118
118
|
import"./index-gprxjmm7.js";
|
|
119
119
|
import"./index-n832052r.js";
|
|
120
|
-
import"./index-
|
|
120
|
+
import"./index-rdb3nr6d.js";
|
|
121
121
|
import {
|
|
122
122
|
init_schema,
|
|
123
123
|
stripKnownSwarmPrefix
|
|
124
|
-
} from "./index-
|
|
124
|
+
} from "./index-j3byg0a9.js";
|
|
125
125
|
import"./index-rn0eq85g.js";
|
|
126
126
|
import"./index-4rhhvd1a.js";
|
|
127
127
|
import {
|
|
@@ -131,10 +131,10 @@ import {
|
|
|
131
131
|
} from "./index-jqsfsqbx.js";
|
|
132
132
|
import"./index-z6xqpmqg.js";
|
|
133
133
|
import"./index-zjygnfay.js";
|
|
134
|
-
import"./index-
|
|
134
|
+
import"./index-315tnsve.js";
|
|
135
135
|
import"./index-tq5s07ta.js";
|
|
136
136
|
import"./index-rtry5xyf.js";
|
|
137
|
-
import"./index-
|
|
137
|
+
import"./index-c3zag2cw.js";
|
|
138
138
|
import"./index-ae75rja9.js";
|
|
139
139
|
import"./index-w7x7qxz2.js";
|
|
140
140
|
import"./index-erfnw81g.js";
|
|
@@ -21,7 +21,7 @@ var package_default;
|
|
|
21
21
|
var init_package = __esm(() => {
|
|
22
22
|
package_default = {
|
|
23
23
|
name: "opencode-swarm",
|
|
24
|
-
version: "7.
|
|
24
|
+
version: "7.144.1",
|
|
25
25
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
26
26
|
main: "dist/index.js",
|
|
27
27
|
types: "dist/index.d.ts",
|
|
@@ -12,14 +12,14 @@ import {
|
|
|
12
12
|
detectPosixWrites,
|
|
13
13
|
detectWindowsWrites,
|
|
14
14
|
resolveWriteTargets
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-e9w1tfmm.js";
|
|
16
16
|
import {
|
|
17
17
|
checkFileAuthority,
|
|
18
18
|
classifyFile,
|
|
19
19
|
isInDeclaredScope,
|
|
20
20
|
redactPath,
|
|
21
21
|
redactShellCommand
|
|
22
|
-
} from "./index-
|
|
22
|
+
} from "./index-j2eb0x44.js";
|
|
23
23
|
|
|
24
24
|
// src/services/guardrail-explain-service.ts
|
|
25
25
|
import path from "path";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
loadPluginConfigWithMeta
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-rdb3nr6d.js";
|
|
5
5
|
import {
|
|
6
6
|
KnowledgeConfigSchema,
|
|
7
7
|
init_schema
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-j3byg0a9.js";
|
|
9
9
|
import {
|
|
10
10
|
validateSwarmPath
|
|
11
11
|
} from "./index-rn0eq85g.js";
|
|
@@ -2545,7 +2545,7 @@ async function applyKnowledgeVerdictFeedback(directory, options) {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
let bumps = 0;
|
|
2547
2547
|
if (deltas.length > 0) {
|
|
2548
|
-
const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-
|
|
2548
|
+
const { bumpKnowledgeConfidenceBatch } = await import("./knowledge-store-nd0f0e86.js");
|
|
2549
2549
|
bumps = await bumpKnowledgeConfidenceBatch(directory, deltas, options?.floorOptions);
|
|
2550
2550
|
}
|
|
2551
2551
|
return {
|
package/dist/cli/index.js
CHANGED
|
@@ -7,44 +7,44 @@ import {
|
|
|
7
7
|
getPluginConfigDir,
|
|
8
8
|
getPluginLockFilePaths,
|
|
9
9
|
resolveCommand
|
|
10
|
-
} from "./index-
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
10
|
+
} from "./index-e9w1tfmm.js";
|
|
11
|
+
import"./index-j2eb0x44.js";
|
|
12
|
+
import"./index-mz1zwz96.js";
|
|
13
|
+
import"./index-1faydhv8.js";
|
|
14
14
|
import"./index-134d35c1.js";
|
|
15
15
|
import"./index-b6e016tv.js";
|
|
16
16
|
import"./index-4q9vfav6.js";
|
|
17
17
|
import"./index-k92cagmt.js";
|
|
18
18
|
import"./index-y8552snf.js";
|
|
19
|
-
import"./index-
|
|
19
|
+
import"./index-2pmaxbvj.js";
|
|
20
20
|
import"./index-xmzmeknp.js";
|
|
21
21
|
import"./index-c8s9a3zh.js";
|
|
22
22
|
import"./index-9ss2m4rs.js";
|
|
23
|
-
import"./index-
|
|
23
|
+
import"./index-sqp6349j.js";
|
|
24
24
|
import"./index-74hpm6sh.js";
|
|
25
|
-
import"./index-
|
|
26
|
-
import"./index-
|
|
27
|
-
import"./index-
|
|
28
|
-
import"./index-
|
|
25
|
+
import"./index-dq26vbfp.js";
|
|
26
|
+
import"./index-g0vr2a4m.js";
|
|
27
|
+
import"./index-f79hf8dr.js";
|
|
28
|
+
import"./index-bgdr1ww3.js";
|
|
29
29
|
import"./index-556ja8an.js";
|
|
30
30
|
import"./index-gdd4jt6b.js";
|
|
31
31
|
import"./index-zsrtt42s.js";
|
|
32
32
|
import"./index-k3cxyk66.js";
|
|
33
|
-
import"./index-
|
|
34
|
-
import"./index-
|
|
33
|
+
import"./index-4fda8kkw.js";
|
|
34
|
+
import"./index-2ht8c7ew.js";
|
|
35
35
|
import"./index-8fwhhayc.js";
|
|
36
36
|
import"./index-q1exe2b3.js";
|
|
37
37
|
import"./index-7sy3aa9m.js";
|
|
38
38
|
import"./index-4905hd2m.js";
|
|
39
|
-
import"./index-
|
|
40
|
-
import"./index-
|
|
39
|
+
import"./index-rr2fjfsd.js";
|
|
40
|
+
import"./index-8jrn4rwp.js";
|
|
41
41
|
import"./index-gprxjmm7.js";
|
|
42
42
|
import"./index-n832052r.js";
|
|
43
|
-
import"./index-
|
|
43
|
+
import"./index-rdb3nr6d.js";
|
|
44
44
|
import {
|
|
45
45
|
init_package,
|
|
46
46
|
package_default
|
|
47
|
-
} from "./index-
|
|
47
|
+
} from "./index-j3byg0a9.js";
|
|
48
48
|
import"./index-rn0eq85g.js";
|
|
49
49
|
import"./index-4rhhvd1a.js";
|
|
50
50
|
import {
|
|
@@ -53,10 +53,10 @@ import {
|
|
|
53
53
|
} from "./index-jqsfsqbx.js";
|
|
54
54
|
import"./index-z6xqpmqg.js";
|
|
55
55
|
import"./index-zjygnfay.js";
|
|
56
|
-
import"./index-
|
|
56
|
+
import"./index-315tnsve.js";
|
|
57
57
|
import"./index-tq5s07ta.js";
|
|
58
58
|
import"./index-rtry5xyf.js";
|
|
59
|
-
import"./index-
|
|
59
|
+
import"./index-c3zag2cw.js";
|
|
60
60
|
import"./index-ae75rja9.js";
|
|
61
61
|
import"./index-w7x7qxz2.js";
|
|
62
62
|
import"./index-erfnw81g.js";
|
|
@@ -9,19 +9,19 @@ import {
|
|
|
9
9
|
maybeEscalateOnViolation,
|
|
10
10
|
maybeQuarantineOnContradiction,
|
|
11
11
|
readRecentEscalations
|
|
12
|
-
} from "./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
12
|
+
} from "./index-g0vr2a4m.js";
|
|
13
|
+
import"./index-rr2fjfsd.js";
|
|
14
|
+
import"./index-8jrn4rwp.js";
|
|
15
15
|
import"./index-gprxjmm7.js";
|
|
16
16
|
import"./index-n832052r.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
17
|
+
import"./index-rdb3nr6d.js";
|
|
18
|
+
import"./index-j3byg0a9.js";
|
|
19
19
|
import"./index-rn0eq85g.js";
|
|
20
20
|
import"./index-4rhhvd1a.js";
|
|
21
21
|
import"./index-jqsfsqbx.js";
|
|
22
22
|
import"./index-z6xqpmqg.js";
|
|
23
23
|
import"./index-zjygnfay.js";
|
|
24
|
-
import"./index-
|
|
24
|
+
import"./index-c3zag2cw.js";
|
|
25
25
|
import"./index-ae75rja9.js";
|
|
26
26
|
import"./index-w7x7qxz2.js";
|
|
27
27
|
import"./index-erfnw81g.js";
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
resolveKnowledgeCounterBaselinePath,
|
|
30
30
|
resolveKnowledgeEventsPath,
|
|
31
31
|
resolveLegacyApplicationLogPath
|
|
32
|
-
} from "./index-
|
|
33
|
-
import"./index-
|
|
32
|
+
} from "./index-rr2fjfsd.js";
|
|
33
|
+
import"./index-8jrn4rwp.js";
|
|
34
34
|
import"./index-gprxjmm7.js";
|
|
35
35
|
import"./index-n832052r.js";
|
|
36
|
-
import"./index-
|
|
37
|
-
import"./index-
|
|
36
|
+
import"./index-rdb3nr6d.js";
|
|
37
|
+
import"./index-j3byg0a9.js";
|
|
38
38
|
import"./index-rn0eq85g.js";
|
|
39
39
|
import"./index-4rhhvd1a.js";
|
|
40
40
|
import"./index-jqsfsqbx.js";
|
|
@@ -23,10 +23,10 @@ import {
|
|
|
23
23
|
validateLesson,
|
|
24
24
|
validateSkillCandidatePath,
|
|
25
25
|
validateSkillPath
|
|
26
|
-
} from "./index-
|
|
26
|
+
} from "./index-315tnsve.js";
|
|
27
27
|
import"./index-tq5s07ta.js";
|
|
28
28
|
import"./index-rtry5xyf.js";
|
|
29
|
-
import"./index-
|
|
29
|
+
import"./index-c3zag2cw.js";
|
|
30
30
|
import"./index-ae75rja9.js";
|
|
31
31
|
import"./index-w7x7qxz2.js";
|
|
32
32
|
import"./index-erfnw81g.js";
|
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
BACKGROUND_CODER_RESERVATIONS_FILE,
|
|
4
|
+
BACKGROUND_DELEGATIONS_CHECKPOINT_FILE,
|
|
4
5
|
BACKGROUND_DELEGATIONS_FILE,
|
|
6
|
+
BACKGROUND_DELEGATIONS_MANIFEST_FILE,
|
|
5
7
|
BACKGROUND_DELEGATION_FALLBACK_DIR,
|
|
6
8
|
BACKGROUND_INGESTION_LEASE_MS,
|
|
7
9
|
DEFAULT_STALE_DELEGATION_TIMEOUT_MS,
|
|
8
10
|
DEFAULT_SWEEPABLE_DELEGATION_STATUSES,
|
|
11
|
+
DELEGATION_COMPACTION_HIGH_WATER_BYTES,
|
|
12
|
+
DELEGATION_COMPACTION_LOW_WATER_BYTES,
|
|
9
13
|
MAX_BACKGROUND_ADVISORY_CHARS,
|
|
10
14
|
MAX_BACKGROUND_OBSERVED_FILES,
|
|
15
|
+
MAX_CHECKPOINT_BYTES,
|
|
16
|
+
MAX_CHECKPOINT_RECORDS,
|
|
11
17
|
MAX_LIVE_BACKGROUND_CODER_RESERVATIONS,
|
|
12
18
|
MAX_LIVE_BACKGROUND_FALLBACKS,
|
|
19
|
+
MAX_RECOVERY_LEDGER_BYTES,
|
|
20
|
+
TOMBSTONE_MIN_AGE_MS,
|
|
21
|
+
_checkpointInternals,
|
|
13
22
|
acknowledgeObservedBackgroundAdvisories,
|
|
14
23
|
appendDelegationTransition,
|
|
15
24
|
bindBackgroundCoderReservation,
|
|
@@ -19,10 +28,12 @@ import {
|
|
|
19
28
|
claimCoderSettlement,
|
|
20
29
|
claimDelegationIngestion,
|
|
21
30
|
claimTerminalResult,
|
|
31
|
+
compactBackgroundDelegations,
|
|
22
32
|
findByBatchId,
|
|
23
33
|
findByCorrelationId,
|
|
24
34
|
findDelegationForCompletion,
|
|
25
35
|
findOpenAsyncLaneBatches,
|
|
36
|
+
isUnsettledWorktreeOwner,
|
|
26
37
|
listDelegationFallbacks,
|
|
27
38
|
normalizeBackgroundObservedFiles,
|
|
28
39
|
preparePendingBackgroundAdvisories,
|
|
@@ -43,7 +54,7 @@ import {
|
|
|
43
54
|
sweepStaleDelegations,
|
|
44
55
|
updateCoderSettlement,
|
|
45
56
|
writeDelegationFallback
|
|
46
|
-
} from "./index-
|
|
57
|
+
} from "./index-4fda8kkw.js";
|
|
47
58
|
import"./index-rn0eq85g.js";
|
|
48
59
|
import"./index-z6xqpmqg.js";
|
|
49
60
|
import"./index-zjygnfay.js";
|
|
@@ -76,10 +87,12 @@ export {
|
|
|
76
87
|
preparePendingBackgroundAdvisories,
|
|
77
88
|
normalizeBackgroundObservedFiles,
|
|
78
89
|
listDelegationFallbacks,
|
|
90
|
+
isUnsettledWorktreeOwner,
|
|
79
91
|
findOpenAsyncLaneBatches,
|
|
80
92
|
findDelegationForCompletion,
|
|
81
93
|
findByCorrelationId,
|
|
82
94
|
findByBatchId,
|
|
95
|
+
compactBackgroundDelegations,
|
|
83
96
|
claimTerminalResult,
|
|
84
97
|
claimDelegationIngestion,
|
|
85
98
|
claimCoderSettlement,
|
|
@@ -89,14 +102,23 @@ export {
|
|
|
89
102
|
bindBackgroundCoderReservation,
|
|
90
103
|
appendDelegationTransition,
|
|
91
104
|
acknowledgeObservedBackgroundAdvisories,
|
|
105
|
+
_checkpointInternals,
|
|
106
|
+
TOMBSTONE_MIN_AGE_MS,
|
|
107
|
+
MAX_RECOVERY_LEDGER_BYTES,
|
|
92
108
|
MAX_LIVE_BACKGROUND_FALLBACKS,
|
|
93
109
|
MAX_LIVE_BACKGROUND_CODER_RESERVATIONS,
|
|
110
|
+
MAX_CHECKPOINT_RECORDS,
|
|
111
|
+
MAX_CHECKPOINT_BYTES,
|
|
94
112
|
MAX_BACKGROUND_OBSERVED_FILES,
|
|
95
113
|
MAX_BACKGROUND_ADVISORY_CHARS,
|
|
114
|
+
DELEGATION_COMPACTION_LOW_WATER_BYTES,
|
|
115
|
+
DELEGATION_COMPACTION_HIGH_WATER_BYTES,
|
|
96
116
|
DEFAULT_SWEEPABLE_DELEGATION_STATUSES,
|
|
97
117
|
DEFAULT_STALE_DELEGATION_TIMEOUT_MS,
|
|
98
118
|
BACKGROUND_INGESTION_LEASE_MS,
|
|
99
119
|
BACKGROUND_DELEGATION_FALLBACK_DIR,
|
|
120
|
+
BACKGROUND_DELEGATIONS_MANIFEST_FILE,
|
|
100
121
|
BACKGROUND_DELEGATIONS_FILE,
|
|
122
|
+
BACKGROUND_DELEGATIONS_CHECKPOINT_FILE,
|
|
101
123
|
BACKGROUND_CODER_RESERVATIONS_FILE
|
|
102
124
|
};
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
alreadyCuratedThisGeneration,
|
|
5
5
|
claimNextScanBatch,
|
|
6
6
|
getScanStatus
|
|
7
|
-
} from "./index-
|
|
8
|
-
import"./index-
|
|
7
|
+
} from "./index-2pmaxbvj.js";
|
|
8
|
+
import"./index-c3zag2cw.js";
|
|
9
9
|
import"./index-ae75rja9.js";
|
|
10
10
|
import"./index-w7x7qxz2.js";
|
|
11
11
|
import"./index-erfnw81g.js";
|
|
@@ -23,11 +23,11 @@ import {
|
|
|
23
23
|
tombstoneScopeBinding,
|
|
24
24
|
writeScopeBindingToDisk,
|
|
25
25
|
writeScopeToDisk
|
|
26
|
-
} from "./index-
|
|
27
|
-
import"./index-
|
|
26
|
+
} from "./index-f79hf8dr.js";
|
|
27
|
+
import"./index-bgdr1ww3.js";
|
|
28
28
|
import"./index-556ja8an.js";
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
29
|
+
import"./index-rdb3nr6d.js";
|
|
30
|
+
import"./index-j3byg0a9.js";
|
|
31
31
|
import"./index-4rhhvd1a.js";
|
|
32
32
|
import"./index-jqsfsqbx.js";
|
|
33
33
|
import"./index-zjygnfay.js";
|
|
@@ -33,22 +33,22 @@ import {
|
|
|
33
33
|
sanitizeSlug,
|
|
34
34
|
selectCandidateEntries,
|
|
35
35
|
writeEvalStub
|
|
36
|
-
} from "./index-
|
|
37
|
-
import"./index-
|
|
38
|
-
import"./index-
|
|
36
|
+
} from "./index-dq26vbfp.js";
|
|
37
|
+
import"./index-rr2fjfsd.js";
|
|
38
|
+
import"./index-8jrn4rwp.js";
|
|
39
39
|
import"./index-gprxjmm7.js";
|
|
40
40
|
import"./index-n832052r.js";
|
|
41
|
-
import"./index-
|
|
42
|
-
import"./index-
|
|
41
|
+
import"./index-rdb3nr6d.js";
|
|
42
|
+
import"./index-j3byg0a9.js";
|
|
43
43
|
import"./index-rn0eq85g.js";
|
|
44
44
|
import"./index-4rhhvd1a.js";
|
|
45
45
|
import"./index-jqsfsqbx.js";
|
|
46
46
|
import"./index-z6xqpmqg.js";
|
|
47
47
|
import"./index-zjygnfay.js";
|
|
48
|
-
import"./index-
|
|
48
|
+
import"./index-315tnsve.js";
|
|
49
49
|
import"./index-tq5s07ta.js";
|
|
50
50
|
import"./index-rtry5xyf.js";
|
|
51
|
-
import"./index-
|
|
51
|
+
import"./index-c3zag2cw.js";
|
|
52
52
|
import"./index-ae75rja9.js";
|
|
53
53
|
import"./index-w7x7qxz2.js";
|
|
54
54
|
import"./index-erfnw81g.js";
|
|
@@ -20,52 +20,52 @@ import {
|
|
|
20
20
|
sanitizeWorktreeTaskId,
|
|
21
21
|
standardWorktreeByCallID,
|
|
22
22
|
standardWorktreeSerializationSessions
|
|
23
|
-
} from "./index-
|
|
24
|
-
import"./index-
|
|
25
|
-
import"./index-
|
|
26
|
-
import"./index-
|
|
23
|
+
} from "./index-e9w1tfmm.js";
|
|
24
|
+
import"./index-j2eb0x44.js";
|
|
25
|
+
import"./index-mz1zwz96.js";
|
|
26
|
+
import"./index-1faydhv8.js";
|
|
27
27
|
import"./index-134d35c1.js";
|
|
28
28
|
import"./index-b6e016tv.js";
|
|
29
29
|
import"./index-4q9vfav6.js";
|
|
30
30
|
import"./index-k92cagmt.js";
|
|
31
31
|
import"./index-y8552snf.js";
|
|
32
|
-
import"./index-
|
|
32
|
+
import"./index-2pmaxbvj.js";
|
|
33
33
|
import"./index-xmzmeknp.js";
|
|
34
34
|
import"./index-c8s9a3zh.js";
|
|
35
35
|
import"./index-9ss2m4rs.js";
|
|
36
|
-
import"./index-
|
|
36
|
+
import"./index-sqp6349j.js";
|
|
37
37
|
import"./index-74hpm6sh.js";
|
|
38
|
-
import"./index-
|
|
39
|
-
import"./index-
|
|
40
|
-
import"./index-
|
|
41
|
-
import"./index-
|
|
38
|
+
import"./index-dq26vbfp.js";
|
|
39
|
+
import"./index-g0vr2a4m.js";
|
|
40
|
+
import"./index-f79hf8dr.js";
|
|
41
|
+
import"./index-bgdr1ww3.js";
|
|
42
42
|
import"./index-556ja8an.js";
|
|
43
43
|
import"./index-gdd4jt6b.js";
|
|
44
44
|
import"./index-zsrtt42s.js";
|
|
45
45
|
import"./index-k3cxyk66.js";
|
|
46
|
-
import"./index-
|
|
47
|
-
import"./index-
|
|
46
|
+
import"./index-4fda8kkw.js";
|
|
47
|
+
import"./index-2ht8c7ew.js";
|
|
48
48
|
import"./index-8fwhhayc.js";
|
|
49
49
|
import"./index-q1exe2b3.js";
|
|
50
50
|
import"./index-7sy3aa9m.js";
|
|
51
51
|
import"./index-4905hd2m.js";
|
|
52
|
-
import"./index-
|
|
52
|
+
import"./index-rr2fjfsd.js";
|
|
53
53
|
import {
|
|
54
54
|
resolveWorktreeIsolationConfig
|
|
55
|
-
} from "./index-
|
|
55
|
+
} from "./index-8jrn4rwp.js";
|
|
56
56
|
import"./index-gprxjmm7.js";
|
|
57
57
|
import"./index-n832052r.js";
|
|
58
|
-
import"./index-
|
|
59
|
-
import"./index-
|
|
58
|
+
import"./index-rdb3nr6d.js";
|
|
59
|
+
import"./index-j3byg0a9.js";
|
|
60
60
|
import"./index-rn0eq85g.js";
|
|
61
61
|
import"./index-4rhhvd1a.js";
|
|
62
62
|
import"./index-jqsfsqbx.js";
|
|
63
63
|
import"./index-z6xqpmqg.js";
|
|
64
64
|
import"./index-zjygnfay.js";
|
|
65
|
-
import"./index-
|
|
65
|
+
import"./index-315tnsve.js";
|
|
66
66
|
import"./index-tq5s07ta.js";
|
|
67
67
|
import"./index-rtry5xyf.js";
|
|
68
|
-
import"./index-
|
|
68
|
+
import"./index-c3zag2cw.js";
|
|
69
69
|
import"./index-ae75rja9.js";
|
|
70
70
|
import"./index-w7x7qxz2.js";
|
|
71
71
|
import"./index-erfnw81g.js";
|
|
@@ -337,9 +337,9 @@ export declare const PromotionDecisionV1Schema: z.ZodObject<{
|
|
|
337
337
|
export type PromotionDecisionV1 = z.infer<typeof PromotionDecisionV1Schema>;
|
|
338
338
|
export declare const GateNameSchema: z.ZodEnum<{
|
|
339
339
|
reviewer: "reviewer";
|
|
340
|
+
mutation: "mutation";
|
|
340
341
|
sast: "sast";
|
|
341
342
|
"test-engineer": "test-engineer";
|
|
342
|
-
mutation: "mutation";
|
|
343
343
|
quality: "quality";
|
|
344
344
|
}>;
|
|
345
345
|
export type GateName = z.infer<typeof GateNameSchema>;
|
|
@@ -350,9 +350,9 @@ export declare const GateAuditManifestV1Schema: z.ZodObject<{
|
|
|
350
350
|
taskIds: z.ZodArray<z.ZodString>;
|
|
351
351
|
gates: z.ZodArray<z.ZodEnum<{
|
|
352
352
|
reviewer: "reviewer";
|
|
353
|
+
mutation: "mutation";
|
|
353
354
|
sast: "sast";
|
|
354
355
|
"test-engineer": "test-engineer";
|
|
355
|
-
mutation: "mutation";
|
|
356
356
|
quality: "quality";
|
|
357
357
|
}>>;
|
|
358
358
|
models: z.ZodArray<z.ZodString>;
|
|
@@ -373,9 +373,9 @@ export declare const GateAuditCellV1Schema: z.ZodObject<{
|
|
|
373
373
|
defectType: z.ZodString;
|
|
374
374
|
gate: z.ZodEnum<{
|
|
375
375
|
reviewer: "reviewer";
|
|
376
|
+
mutation: "mutation";
|
|
376
377
|
sast: "sast";
|
|
377
378
|
"test-engineer": "test-engineer";
|
|
378
|
-
mutation: "mutation";
|
|
379
379
|
quality: "quality";
|
|
380
380
|
}>;
|
|
381
381
|
model: z.ZodString;
|
|
@@ -425,9 +425,9 @@ export declare const GateAuditResultV1Schema: z.ZodObject<{
|
|
|
425
425
|
defectType: z.ZodString;
|
|
426
426
|
gate: z.ZodEnum<{
|
|
427
427
|
reviewer: "reviewer";
|
|
428
|
+
mutation: "mutation";
|
|
428
429
|
sast: "sast";
|
|
429
430
|
"test-engineer": "test-engineer";
|
|
430
|
-
mutation: "mutation";
|
|
431
431
|
quality: "quality";
|
|
432
432
|
}>;
|
|
433
433
|
model: z.ZodString;
|
|
@@ -7,9 +7,9 @@ export declare const GateGroundTruthV1Schema: z.ZodObject<{
|
|
|
7
7
|
model: z.ZodString;
|
|
8
8
|
gate: z.ZodEnum<{
|
|
9
9
|
reviewer: "reviewer";
|
|
10
|
+
mutation: "mutation";
|
|
10
11
|
sast: "sast";
|
|
11
12
|
"test-engineer": "test-engineer";
|
|
12
|
-
mutation: "mutation";
|
|
13
13
|
quality: "quality";
|
|
14
14
|
}>;
|
|
15
15
|
repetition: z.ZodNumber;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
* reads the advisory file at session-start and pushes messages to pendingAdvisoryMessages.
|
|
16
16
|
*/
|
|
17
17
|
import * as fs from 'node:fs';
|
|
18
|
+
import { recordDelegationRecoveryObservation } from '../background/delegation-health.js';
|
|
18
19
|
import { scanDelegationFallbacksForRecovery, scanDelegationsForRecovery } from '../background/pending-delegations.js';
|
|
19
20
|
import { isLocked, listActiveLocks, tryAcquireLock } from '../parallel/file-locks';
|
|
20
21
|
import { removeWorktree } from '../worktree/core';
|
|
@@ -47,6 +48,7 @@ export declare const _internals: {
|
|
|
47
48
|
tryAcquireLock: typeof tryAcquireLock;
|
|
48
49
|
listOwnershipTagSessionIds: typeof listOwnershipTagSessionIds;
|
|
49
50
|
scanDelegationsForRecovery: typeof scanDelegationsForRecovery;
|
|
51
|
+
recordDelegationRecoveryObservation: typeof recordDelegationRecoveryObservation;
|
|
50
52
|
scanDelegationFallbacksForRecovery: typeof scanDelegationFallbacksForRecovery;
|
|
51
53
|
scanWorktreeMergeFailuresForRecovery: typeof scanWorktreeMergeFailuresForRecovery;
|
|
52
54
|
scanWorktreeProvisioningOwnersForRecovery: typeof scanWorktreeProvisioningOwnersForRecovery;
|