opencode-swarm 7.107.1 → 7.107.2
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/cli/{curator-np2ky29t.js → curator-6zvpn7fs.js} +2 -2
- package/dist/cli/{curator-llm-factory-gdhtm1hh.js → curator-llm-factory-r3m5e7n8.js} +2 -2
- package/dist/cli/{evidence-summary-service-dh44gevz.js → evidence-summary-service-7nwhd8s4.js} +1 -1
- package/dist/cli/{guardrail-explain-414smfg4.js → guardrail-explain-zajegz3a.js} +3 -3
- package/dist/cli/{hive-promoter-y9r8d315.js → hive-promoter-nwcsha2j.js} +2 -2
- package/dist/cli/{index-gt514nt1.js → index-168p3bfr.js} +541 -420
- package/dist/cli/{index-jjp5qrjv.js → index-f12bmedv.js} +10 -9
- package/dist/cli/{index-7v734syt.js → index-jr54w7pb.js} +1 -1
- package/dist/cli/{index-87d4wsv9.js → index-r87xhtmx.js} +3 -3
- package/dist/cli/index.js +2 -2
- package/dist/commands/handoff.d.ts +2 -1
- package/dist/commands/registry.d.ts +4 -4
- package/dist/config/bundled-skills.d.ts +3 -5
- package/dist/index.js +269 -260
- package/dist/session/snapshot-writer.d.ts +4 -0
- package/dist/tools/external-skill-discover.d.ts +11 -0
- package/dist/tools/pre-check-batch.d.ts +4 -0
- package/dist/turbo/lean/evidence.d.ts +22 -0
- package/dist/turbo/lean/integration.d.ts +6 -1
- package/dist/turbo/lean/reviewer.d.ts +6 -1
- package/dist/turbo/lean/runner.d.ts +10 -1
- package/dist/utils/untrusted-markdown.d.ts +1 -0
- package/dist/worktree/merge.d.ts +1 -0
- package/package.json +1 -1
|
@@ -11,9 +11,9 @@ import {
|
|
|
11
11
|
runCuratorInit,
|
|
12
12
|
runCuratorPhase,
|
|
13
13
|
writeCuratorSummary
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-168p3bfr.js";
|
|
15
15
|
import"./index-esg1554h.js";
|
|
16
|
-
import"./index-
|
|
16
|
+
import"./index-f12bmedv.js";
|
|
17
17
|
import"./index-8w4d325g.js";
|
|
18
18
|
import"./index-fxtrk7y8.js";
|
|
19
19
|
import"./index-09xpycan.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createCuratorLLMDelegate
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-168p3bfr.js";
|
|
5
5
|
import"./index-esg1554h.js";
|
|
6
|
-
import"./index-
|
|
6
|
+
import"./index-f12bmedv.js";
|
|
7
7
|
import"./index-8w4d325g.js";
|
|
8
8
|
import"./index-fxtrk7y8.js";
|
|
9
9
|
import"./index-09xpycan.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-jr54w7pb.js";
|
|
5
|
+
import"./index-168p3bfr.js";
|
|
6
6
|
import"./index-esg1554h.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-f12bmedv.js";
|
|
8
8
|
import"./index-8w4d325g.js";
|
|
9
9
|
import"./index-fxtrk7y8.js";
|
|
10
10
|
import"./index-09xpycan.js";
|
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
isHiveEligible,
|
|
6
6
|
promoteFromSwarm,
|
|
7
7
|
promoteToHive
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-168p3bfr.js";
|
|
9
9
|
import"./index-esg1554h.js";
|
|
10
|
-
import"./index-
|
|
10
|
+
import"./index-f12bmedv.js";
|
|
11
11
|
import"./index-8w4d325g.js";
|
|
12
12
|
import"./index-fxtrk7y8.js";
|
|
13
13
|
import"./index-09xpycan.js";
|