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
|
@@ -17,9 +17,9 @@ import {
|
|
|
17
17
|
reduceTaskWorkflowSnapshot,
|
|
18
18
|
transitionTaskWorkflowEvidence,
|
|
19
19
|
withTaskEvidenceTransaction
|
|
20
|
-
} from "./index-
|
|
20
|
+
} from "./index-sqp6349j.js";
|
|
21
21
|
import"./index-556ja8an.js";
|
|
22
|
-
import"./index-
|
|
22
|
+
import"./index-2ht8c7ew.js";
|
|
23
23
|
import"./index-rn0eq85g.js";
|
|
24
24
|
import"./index-4rhhvd1a.js";
|
|
25
25
|
import"./index-jqsfsqbx.js";
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
4
|
+
} from "./index-n11zkp9g.js";
|
|
5
|
+
import"./index-e9w1tfmm.js";
|
|
6
|
+
import"./index-j2eb0x44.js";
|
|
7
|
+
import"./index-mz1zwz96.js";
|
|
8
|
+
import"./index-1faydhv8.js";
|
|
9
9
|
import"./index-134d35c1.js";
|
|
10
10
|
import"./index-b6e016tv.js";
|
|
11
11
|
import"./index-4q9vfav6.js";
|
|
12
12
|
import"./index-k92cagmt.js";
|
|
13
13
|
import"./index-y8552snf.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-2pmaxbvj.js";
|
|
15
15
|
import"./index-xmzmeknp.js";
|
|
16
16
|
import"./index-c8s9a3zh.js";
|
|
17
17
|
import"./index-9ss2m4rs.js";
|
|
18
|
-
import"./index-
|
|
18
|
+
import"./index-sqp6349j.js";
|
|
19
19
|
import"./index-74hpm6sh.js";
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
23
|
-
import"./index-
|
|
20
|
+
import"./index-dq26vbfp.js";
|
|
21
|
+
import"./index-g0vr2a4m.js";
|
|
22
|
+
import"./index-f79hf8dr.js";
|
|
23
|
+
import"./index-bgdr1ww3.js";
|
|
24
24
|
import"./index-556ja8an.js";
|
|
25
25
|
import"./index-gdd4jt6b.js";
|
|
26
26
|
import"./index-zsrtt42s.js";
|
|
27
27
|
import"./index-k3cxyk66.js";
|
|
28
|
-
import"./index-
|
|
29
|
-
import"./index-
|
|
28
|
+
import"./index-4fda8kkw.js";
|
|
29
|
+
import"./index-2ht8c7ew.js";
|
|
30
30
|
import"./index-8fwhhayc.js";
|
|
31
31
|
import"./index-q1exe2b3.js";
|
|
32
32
|
import"./index-7sy3aa9m.js";
|
|
33
33
|
import"./index-4905hd2m.js";
|
|
34
|
-
import"./index-
|
|
35
|
-
import"./index-
|
|
34
|
+
import"./index-rr2fjfsd.js";
|
|
35
|
+
import"./index-8jrn4rwp.js";
|
|
36
36
|
import"./index-gprxjmm7.js";
|
|
37
37
|
import"./index-n832052r.js";
|
|
38
|
-
import"./index-
|
|
39
|
-
import"./index-
|
|
38
|
+
import"./index-rdb3nr6d.js";
|
|
39
|
+
import"./index-j3byg0a9.js";
|
|
40
40
|
import"./index-rn0eq85g.js";
|
|
41
41
|
import"./index-4rhhvd1a.js";
|
|
42
42
|
import"./index-jqsfsqbx.js";
|
|
43
43
|
import"./index-z6xqpmqg.js";
|
|
44
44
|
import"./index-zjygnfay.js";
|
|
45
|
-
import"./index-
|
|
45
|
+
import"./index-315tnsve.js";
|
|
46
46
|
import"./index-tq5s07ta.js";
|
|
47
47
|
import"./index-rtry5xyf.js";
|
|
48
|
-
import"./index-
|
|
48
|
+
import"./index-c3zag2cw.js";
|
|
49
49
|
import"./index-ae75rja9.js";
|
|
50
50
|
import"./index-w7x7qxz2.js";
|
|
51
51
|
import"./index-erfnw81g.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-4s5htbgq.js";
|
|
5
|
+
import"./index-j2eb0x44.js";
|
|
6
6
|
import"./index-556ja8an.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-j3byg0a9.js";
|
|
8
8
|
import"./index-jqsfsqbx.js";
|
|
9
9
|
import"./index-z6xqpmqg.js";
|
|
10
10
|
import"./index-zjygnfay.js";
|
|
@@ -7,52 +7,52 @@ import {
|
|
|
7
7
|
isHiveEligible,
|
|
8
8
|
promoteFromSwarm,
|
|
9
9
|
promoteToHive
|
|
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-
|
|
44
|
-
import"./index-
|
|
43
|
+
import"./index-rdb3nr6d.js";
|
|
44
|
+
import"./index-j3byg0a9.js";
|
|
45
45
|
import"./index-rn0eq85g.js";
|
|
46
46
|
import"./index-4rhhvd1a.js";
|
|
47
47
|
import"./index-jqsfsqbx.js";
|
|
48
48
|
import"./index-z6xqpmqg.js";
|
|
49
49
|
import"./index-zjygnfay.js";
|
|
50
|
-
import"./index-
|
|
50
|
+
import"./index-315tnsve.js";
|
|
51
51
|
import"./index-tq5s07ta.js";
|
|
52
52
|
import"./index-rtry5xyf.js";
|
|
53
53
|
import {
|
|
54
54
|
resolveHiveKnowledgePath
|
|
55
|
-
} from "./index-
|
|
55
|
+
} from "./index-c3zag2cw.js";
|
|
56
56
|
import"./index-ae75rja9.js";
|
|
57
57
|
import"./index-w7x7qxz2.js";
|
|
58
58
|
import"./index-erfnw81g.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
readTaskEvidence,
|
|
16
16
|
readTaskEvidenceRaw,
|
|
17
17
|
sanitizeTaskId
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-sqp6349j.js";
|
|
19
19
|
import {
|
|
20
20
|
LedgerStaleWriterError,
|
|
21
21
|
appendLedgerEvent,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
replayFromLedgerWithStatus,
|
|
36
36
|
takeSnapshotEvent,
|
|
37
37
|
takeSnapshotWithRetry
|
|
38
|
-
} from "./index-
|
|
38
|
+
} from "./index-bgdr1ww3.js";
|
|
39
39
|
import {
|
|
40
40
|
getWorktreeMergeFailure
|
|
41
41
|
} from "./index-zsrtt42s.js";
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
} from "./index-gprxjmm7.js";
|
|
54
54
|
import {
|
|
55
55
|
PlanSchema
|
|
56
|
-
} from "./index-
|
|
56
|
+
} from "./index-rdb3nr6d.js";
|
|
57
57
|
import {
|
|
58
58
|
readSwarmFileAsync,
|
|
59
59
|
validateSwarmPath
|
|
@@ -86,7 +86,7 @@ var _internals = {
|
|
|
86
86
|
symlinkSync: fs.symlinkSync
|
|
87
87
|
},
|
|
88
88
|
writeScopeToDisk: async (directory, taskId, files) => {
|
|
89
|
-
const { writeScopeToDisk: realWrite } = await import("./scope-persistence-
|
|
89
|
+
const { writeScopeToDisk: realWrite } = await import("./scope-persistence-geth2hb1.js");
|
|
90
90
|
return realWrite(directory, taskId, files);
|
|
91
91
|
},
|
|
92
92
|
writeLaneProfileToDisk: async (_worktreePath, _laneIndex, _envOverrides) => {
|