opencode-swarm 7.85.0 → 7.87.0
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/{capability-probe-jevmgwmf.js → capability-probe-wsjzcp48.js} +2 -2
- package/dist/cli/{config-doctor-zejarrr6.js → config-doctor-6h64pn8n.js} +4 -4
- package/dist/cli/{dispatch-k86d928w.js → dispatch-kb69qw40.js} +3 -3
- package/dist/cli/{evidence-summary-service-g2znnd33.js → evidence-summary-service-gg5m9z57.js} +4 -4
- package/dist/cli/{guardrail-explain-w4txg349.js → guardrail-explain-wb1cj312.js} +13 -13
- package/dist/cli/{guardrail-log-80116wmz.js → guardrail-log-eegabqcp.js} +5 -5
- package/dist/cli/{index-qqabjns2.js → index-0m44n5qv.js} +14 -14
- package/dist/cli/{index-0sxvwjt0.js → index-1cb4wxnm.js} +2 -2
- package/dist/cli/{index-zfsbaaqh.js → index-5e4e2hvv.js} +1 -1
- package/dist/cli/{index-vq2321gg.js → index-5hvbw5xh.js} +2 -2
- package/dist/cli/{index-5cb86007.js → index-5vpe6vq9.js} +1 -1
- package/dist/cli/{index-red8fm8p.js → index-89xjr3h4.js} +1162 -214
- package/dist/cli/{index-f8r50m3h.js → index-adz3nk9b.js} +2 -2
- package/dist/cli/{index-x7qck34v.js → index-f13d3b69.js} +2 -2
- package/dist/cli/{index-ckntc5gf.js → index-gn8n22th.js} +2 -2
- package/dist/cli/{index-hw9b2xng.js → index-q9h0wb04.js} +36 -3
- package/dist/cli/{index-d9fbxaqd.js → index-s8bj492g.js} +1 -1
- package/dist/cli/{index-hz59hg4h.js → index-v4fcn4tr.js} +1 -1
- package/dist/cli/{index-eb85wtx9.js → index-vqyfscxd.js} +2 -2
- package/dist/cli/{index-yhqt45de.js → index-wv2yj8ka.js} +2598 -1406
- package/dist/cli/{index-yx44zd0p.js → index-zgwm4ryv.js} +9 -1
- package/dist/cli/index.js +12 -12
- package/dist/cli/{pending-delegations-rd40tv9s.js → pending-delegations-35fvcj7z.js} +3 -3
- package/dist/cli/{pr-subscriptions-y1nn36e5.js → pr-subscriptions-b18n1yd8.js} +4 -4
- package/dist/cli/{schema-8d32b2v6.js → schema-84146tvk.js} +3 -1
- package/dist/cli/{skill-generator-a5ehggyg.js → skill-generator-3pvpk4y2.js} +2 -2
- package/dist/commands/coupling.d.ts +36 -0
- package/dist/commands/epic.d.ts +52 -0
- package/dist/commands/registry.d.ts +18 -2
- package/dist/config/constants.d.ts +1 -0
- package/dist/config/schema.d.ts +145 -0
- package/dist/git/branch.d.ts +22 -1
- package/dist/hooks/delegation-gate/worktree-merge-status.d.ts +86 -0
- package/dist/index.js +8670 -5803
- package/dist/memory/schema.d.ts +3 -3
- package/dist/plan/manager.d.ts +10 -0
- package/dist/state.d.ts +16 -0
- package/dist/tools/epic-plan-waves.d.ts +79 -0
- package/dist/tools/epic-record-divergence.d.ts +73 -0
- package/dist/tools/epic-run-phase.d.ts +179 -0
- package/dist/tools/index.d.ts +3 -0
- package/dist/tools/manifest.d.ts +3 -0
- package/dist/tools/repo-graph/builder.d.ts +46 -0
- package/dist/tools/repo-graph/query.d.ts +26 -1
- package/dist/tools/repo-graph/types.d.ts +73 -1
- package/dist/tools/repo-graph.d.ts +4 -3
- package/dist/tools/tool-metadata.d.ts +12 -0
- package/dist/turbo/epic/activation.d.ts +193 -0
- package/dist/turbo/epic/calibration-engine.d.ts +88 -0
- package/dist/turbo/epic/calibration.d.ts +65 -0
- package/dist/turbo/epic/cochange-conflict.d.ts +79 -0
- package/dist/turbo/epic/cochange-source.d.ts +80 -0
- package/dist/turbo/epic/coupling-report.d.ts +85 -0
- package/dist/turbo/epic/divergence-recorder.d.ts +112 -0
- package/dist/turbo/epic/index.d.ts +24 -0
- package/dist/turbo/epic/promotion-evidence.d.ts +42 -0
- package/dist/turbo/epic/state.d.ts +85 -0
- package/dist/turbo/epic/task-commit.d.ts +110 -0
- package/dist/turbo/epic/upstream-commits.d.ts +82 -0
- package/dist/turbo/epic/wave-planner.d.ts +83 -0
- package/dist/turbo/lean/partition-common.d.ts +85 -0
- package/dist/turbo/lean/planner.d.ts +12 -20
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/logger.d.ts +19 -0
- package/package.json +1 -1
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
isBubblewrapAvailable,
|
|
6
6
|
isSandboxExecAvailable,
|
|
7
7
|
isWindowsSandboxAvailable
|
|
8
|
-
} from "./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
} from "./index-v4fcn4tr.js";
|
|
9
|
+
import"./index-zgwm4ryv.js";
|
|
10
10
|
import"./index-a76rekgs.js";
|
|
11
11
|
init_capability_probe();
|
|
12
12
|
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
shouldRunOnStartup,
|
|
13
13
|
writeBackupArtifact,
|
|
14
14
|
writeDoctorArtifact
|
|
15
|
-
} from "./index-
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
15
|
+
} from "./index-1cb4wxnm.js";
|
|
16
|
+
import"./index-q9h0wb04.js";
|
|
17
|
+
import"./index-5e4e2hvv.js";
|
|
18
18
|
import"./index-p0arc26j.js";
|
|
19
|
-
import"./index-
|
|
19
|
+
import"./index-zgwm4ryv.js";
|
|
20
20
|
import"./index-293f68mj.js";
|
|
21
21
|
import"./index-a76rekgs.js";
|
|
22
22
|
export {
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
defaultTestFilesFor,
|
|
12
12
|
detectProjectLanguages,
|
|
13
13
|
tokenizeCommand
|
|
14
|
-
} from "./index-
|
|
15
|
-
import"./index-
|
|
14
|
+
} from "./index-adz3nk9b.js";
|
|
15
|
+
import"./index-5e4e2hvv.js";
|
|
16
16
|
import"./index-p0arc26j.js";
|
|
17
|
-
import"./index-
|
|
17
|
+
import"./index-zgwm4ryv.js";
|
|
18
18
|
import"./index-b9v501fr.js";
|
|
19
19
|
import"./index-a76rekgs.js";
|
|
20
20
|
|
package/dist/cli/{evidence-summary-service-g2znnd33.js → evidence-summary-service-gg5m9z57.js}
RENAMED
|
@@ -6,16 +6,16 @@ import {
|
|
|
6
6
|
loadPlanJsonOnly,
|
|
7
7
|
mergeDurableGateEntriesFromEvidence,
|
|
8
8
|
readDurableGateEvidence
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-89xjr3h4.js";
|
|
10
10
|
import"./index-e7h9bb6v.js";
|
|
11
11
|
import"./index-fjwwrwr5.js";
|
|
12
|
-
import"./index-
|
|
12
|
+
import"./index-gn8n22th.js";
|
|
13
13
|
import"./index-jtqkh8jf.js";
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-5e4e2hvv.js";
|
|
15
15
|
import"./index-p0arc26j.js";
|
|
16
16
|
import {
|
|
17
17
|
log
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-zgwm4ryv.js";
|
|
19
19
|
import"./index-bcp79s17.js";
|
|
20
20
|
import"./index-293f68mj.js";
|
|
21
21
|
import"./index-b9v501fr.js";
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-f13d3b69.js";
|
|
5
|
+
import"./index-wv2yj8ka.js";
|
|
6
|
+
import"./index-5hvbw5xh.js";
|
|
7
7
|
import"./index-yhsmmv2z.js";
|
|
8
|
-
import"./index-
|
|
8
|
+
import"./index-s8bj492g.js";
|
|
9
9
|
import"./index-e8pk68cc.js";
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
10
|
+
import"./index-1cb4wxnm.js";
|
|
11
|
+
import"./index-q9h0wb04.js";
|
|
12
|
+
import"./index-89xjr3h4.js";
|
|
13
|
+
import"./index-adz3nk9b.js";
|
|
14
|
+
import"./index-v4fcn4tr.js";
|
|
15
15
|
import"./index-e7h9bb6v.js";
|
|
16
16
|
import"./index-fjwwrwr5.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
17
|
+
import"./index-vqyfscxd.js";
|
|
18
|
+
import"./index-gn8n22th.js";
|
|
19
19
|
import"./index-jtqkh8jf.js";
|
|
20
|
-
import"./index-
|
|
20
|
+
import"./index-5e4e2hvv.js";
|
|
21
21
|
import"./index-p0arc26j.js";
|
|
22
|
-
import"./index-
|
|
22
|
+
import"./index-zgwm4ryv.js";
|
|
23
23
|
import"./index-bcp79s17.js";
|
|
24
24
|
import"./index-293f68mj.js";
|
|
25
25
|
import"./index-b9v501fr.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
4
|
+
} from "./index-5vpe6vq9.js";
|
|
5
|
+
import"./index-5hvbw5xh.js";
|
|
6
|
+
import"./index-q9h0wb04.js";
|
|
7
|
+
import"./index-5e4e2hvv.js";
|
|
8
8
|
import"./index-p0arc26j.js";
|
|
9
|
-
import"./index-
|
|
9
|
+
import"./index-zgwm4ryv.js";
|
|
10
10
|
import"./index-293f68mj.js";
|
|
11
11
|
import"./index-b9v501fr.js";
|
|
12
12
|
import"./index-a76rekgs.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-f13d3b69.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-5vpe6vq9.js";
|
|
8
8
|
import {
|
|
9
9
|
COMMAND_REGISTRY,
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
@@ -76,28 +76,28 @@ import {
|
|
|
76
76
|
handleWriteRetroCommand,
|
|
77
77
|
normalizeSwarmCommandInput,
|
|
78
78
|
resolveCommand
|
|
79
|
-
} from "./index-
|
|
80
|
-
import"./index-
|
|
79
|
+
} from "./index-wv2yj8ka.js";
|
|
80
|
+
import"./index-5hvbw5xh.js";
|
|
81
81
|
import"./index-yhsmmv2z.js";
|
|
82
|
-
import"./index-
|
|
82
|
+
import"./index-s8bj492g.js";
|
|
83
83
|
import"./index-e8pk68cc.js";
|
|
84
|
-
import"./index-
|
|
84
|
+
import"./index-1cb4wxnm.js";
|
|
85
85
|
import {
|
|
86
86
|
AGENT_TOOL_MAP,
|
|
87
87
|
ORCHESTRATOR_NAME,
|
|
88
88
|
stripKnownSwarmPrefix
|
|
89
|
-
} from "./index-
|
|
90
|
-
import"./index-
|
|
91
|
-
import"./index-
|
|
92
|
-
import"./index-
|
|
89
|
+
} from "./index-q9h0wb04.js";
|
|
90
|
+
import"./index-89xjr3h4.js";
|
|
91
|
+
import"./index-adz3nk9b.js";
|
|
92
|
+
import"./index-v4fcn4tr.js";
|
|
93
93
|
import"./index-e7h9bb6v.js";
|
|
94
94
|
import"./index-fjwwrwr5.js";
|
|
95
|
-
import"./index-
|
|
96
|
-
import"./index-
|
|
95
|
+
import"./index-vqyfscxd.js";
|
|
96
|
+
import"./index-gn8n22th.js";
|
|
97
97
|
import"./index-jtqkh8jf.js";
|
|
98
|
-
import"./index-
|
|
98
|
+
import"./index-5e4e2hvv.js";
|
|
99
99
|
import"./index-p0arc26j.js";
|
|
100
|
-
import"./index-
|
|
100
|
+
import"./index-zgwm4ryv.js";
|
|
101
101
|
import"./index-bcp79s17.js";
|
|
102
102
|
import"./index-293f68mj.js";
|
|
103
103
|
import"./index-b9v501fr.js";
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
ALL_AGENT_NAMES,
|
|
4
4
|
PluginConfigSchema,
|
|
5
5
|
stripKnownSwarmPrefix
|
|
6
|
-
} from "./index-
|
|
6
|
+
} from "./index-q9h0wb04.js";
|
|
7
7
|
import {
|
|
8
8
|
log
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-zgwm4ryv.js";
|
|
10
10
|
|
|
11
11
|
// src/services/config-doctor.ts
|
|
12
12
|
import * as crypto from "crypto";
|