opencode-swarm 7.135.1 → 7.135.3
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/.opencode/skills/critic-gate/SKILL.md +10 -0
- package/.opencode/skills/swarm-pr-feedback/SKILL.md +24 -21
- package/.opencode/skills/swarm-pr-review/SKILL.md +55 -42
- package/dist/agents/explorer.d.ts +1 -1
- package/dist/agents/index.d.ts +12 -0
- package/dist/background/candidate-contract.d.ts +113 -0
- package/dist/background/candidate-parser.d.ts +8 -29
- package/dist/background/pr-review-trigger-contract.d.ts +197 -0
- package/dist/background/workspace-snapshot.d.ts +26 -0
- package/dist/cli/{config-doctor-6398t3a6.js → config-doctor-4nznqeca.js} +3 -2
- package/dist/cli/{core-9876t6cs.js → core-4z1s2ak1.js} +3 -2
- package/dist/cli/{curation-policy-f7qz4tez.js → curation-policy-81m14519.js} +5 -5
- package/dist/cli/{curator-drift-9q6f85bm.js → curator-drift-jpap6hv4.js} +2 -2
- package/dist/cli/{curator-fjhyezyx.js → curator-e0z5gcww.js} +28 -27
- package/dist/cli/curator-llm-factory-fem13y9n.js +57 -0
- package/dist/cli/{dispatch-gxbeb2ps.js → dispatch-b1fge4xk.js} +2 -2
- package/dist/cli/{evidence-summary-service-0cczdmjv.js → evidence-summary-service-w006jnpg.js} +6 -6
- package/dist/cli/{explorer-jp0nen03.js → explorer-15gqzxh8.js} +1 -1
- package/dist/cli/{gate-evidence-8zrwdj69.js → gate-evidence-aenyz6vt.js} +4 -4
- package/dist/cli/guardrail-explain-wgaj23hd.js +58 -0
- package/dist/cli/{guardrail-log-bd45kw0x.js → guardrail-log-04p1z1vt.js} +5 -4
- package/dist/cli/{hive-promoter-f2yh22m1.js → hive-promoter-k345z42k.js} +28 -27
- package/dist/cli/{index-wdkkf3xg.js → index-168phrs7.js} +12 -10
- package/dist/cli/{index-xhpmagdm.js → index-30pg2rs3.js} +2 -2
- package/dist/cli/{index-bjrkg4tc.js → index-36v55ryg.js} +2 -2
- package/dist/cli/index-3jcyn8g6.js +1219 -0
- package/dist/cli/{index-7an2qn0s.js → index-45t7w06b.js} +2 -2
- package/dist/cli/{index-2ghkk9ve.js → index-4qzeef9h.js} +1 -1
- package/dist/cli/{index-4pdrmemy.js → index-5436jxnw.js} +2 -2
- package/dist/cli/{index-5vp9gka3.js → index-a01r818w.js} +5 -3
- package/dist/cli/{index-nbnqf4fj.js → index-bcmrg4t4.js} +1 -1
- package/dist/cli/{index-fwkqq9mq.js → index-c9ddxv4k.js} +57 -8
- package/dist/cli/{index-ens0gt38.js → index-cggqh2dz.js} +7 -7
- package/dist/cli/{index-vxv732ex.js → index-dg1njnms.js} +7 -4
- package/dist/cli/{index-aky90eqz.js → index-dwargd10.js} +11596 -10043
- package/dist/cli/{index-yhba8swx.js → index-dzyjb33e.js} +1 -1
- package/dist/cli/{index-xg9repnx.js → index-ey29aap6.js} +1 -1
- package/dist/cli/{index-5wx8wdxg.js → index-f52jt0am.js} +5 -5
- package/dist/cli/{index-2nqsr1dx.js → index-gxxxmajn.js} +4 -4
- package/dist/cli/{index-jtshf1pd.js → index-kb7qy7an.js} +4 -2
- package/dist/cli/{index-b7p0mp2q.js → index-mrtms113.js} +4 -4
- package/dist/cli/{index-dzaarxhg.js → index-p5kr35wh.js} +8 -1210
- package/dist/cli/{index-j89zmcpx.js → index-p9ngg568.js} +6 -6
- package/dist/cli/{index-g1drmgxe.js → index-rv7s2k9y.js} +3 -3
- package/dist/cli/{index-z085b4ka.js → index-tcn457d5.js} +1 -1
- package/dist/cli/{index-fpkb3mw1.js → index-vg3yx648.js} +1 -1
- package/dist/cli/{index-13xxjfhn.js → index-vm4xw9z3.js} +1 -1
- package/dist/cli/{index-jxchddjk.js → index-wygxzvtf.js} +6 -4
- package/dist/cli/{index-b4z7s917.js → index-x20cgr2q.js} +1 -1
- package/dist/cli/{index-qe3v54nb.js → index-y111zefa.js} +64 -23
- package/dist/cli/{index-w80r3axq.js → index-y47crdg9.js} +34 -32
- package/dist/cli/{index-3nasn371.js → index-y6a7gjtj.js} +126 -42
- package/dist/cli/{index-247b1c1m.js → index-yf30m841.js} +3 -3
- package/dist/cli/index.js +31 -29
- package/dist/cli/{knowledge-escalator-4tp3yy7e.js → knowledge-escalator-42ecv7m3.js} +6 -6
- package/dist/cli/{knowledge-events-7854gb3p.js → knowledge-events-zhna7v3g.js} +4 -4
- package/dist/cli/{knowledge-link-etrfntkd.js → knowledge-link-mm1w967j.js} +3 -3
- package/dist/cli/{knowledge-store-cxnr6v01.js → knowledge-store-56jcfc5k.js} +4 -4
- package/dist/cli/{knowledge-validator-3n5t55qy.js → knowledge-validator-8zk0pnb6.js} +7 -7
- package/dist/cli/{pending-delegations-4z3tkkct.js → pending-delegations-qajsxct0.js} +4 -4
- package/dist/cli/{pr-subscriptions-29j794kd.js → pr-subscriptions-qhr41epq.js} +4 -4
- package/dist/cli/{scan-cursor-0cexjh3b.js → scan-cursor-h3ndxd41.js} +5 -5
- package/dist/cli/{schema-rs5a7ywx.js → schema-r6wmd7zp.js} +2 -1
- package/dist/cli/{scope-persistence-1vsnkmm4.js → scope-persistence-h2fpgxww.js} +3 -3
- package/dist/cli/{skill-generator-n0h9n0zd.js → skill-generator-12cftsx4.js} +8 -8
- package/dist/cli/{workspace-snapshot-9h5za0s6.js → workspace-snapshot-jmyamqnv.js} +6 -1
- package/dist/cli/{worktree-collision-ownership-dtwr0xj4.js → worktree-collision-ownership-13btcj9g.js} +5 -5
- package/dist/commands/approve-plan-critic.d.ts +21 -0
- package/dist/commands/registry.d.ts +9 -1
- package/dist/config/cache-paths.d.ts +48 -0
- package/dist/config/constants.d.ts +18 -0
- package/dist/config/host-path.d.ts +95 -0
- package/dist/config/lane-context.d.ts +117 -0
- package/dist/config/lane-permissions.d.ts +277 -0
- package/dist/config/schema.d.ts +10 -0
- package/dist/config/swarm-branch.d.ts +130 -0
- package/dist/hooks/delegation-gate.d.ts +42 -1
- package/dist/hooks/pr-workflow-gate.d.ts +30 -4
- package/dist/hooks/repo-graph-builder.d.ts +18 -0
- package/dist/hooks/skill-propagation-gate.d.ts +10 -0
- package/dist/index.js +459 -443
- package/dist/memory/schema.d.ts +4 -4
- package/dist/tools/approve-plan-critic.d.ts +5 -0
- package/dist/tools/convene-council.d.ts +3 -3
- package/dist/tools/dispatch-lanes.d.ts +65 -7
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/manifest.d.ts +1 -0
- package/dist/tools/repo-graph/builder.d.ts +20 -2
- package/dist/tools/repo-graph/incremental.d.ts +18 -1
- package/dist/tools/repo-graph/ontology.d.ts +8 -0
- package/dist/tools/repo-graph/types.d.ts +62 -1
- package/dist/tools/repo-graph.d.ts +1 -1
- package/dist/tools/submit-phase-council-verdicts.d.ts +3 -3
- package/dist/tools/tool-metadata.d.ts +4 -0
- package/dist/tools/write-final-council-evidence.d.ts +3 -3
- package/dist/tools/write-pr-review-trigger-eval.d.ts +34 -63
- package/package.json +1 -1
- package/dist/cli/curator-llm-factory-wr3zmy2c.js +0 -56
- package/dist/cli/guardrail-explain-g1s89b3e.js +0 -57
|
@@ -7,57 +7,58 @@ import {
|
|
|
7
7
|
isHiveEligible,
|
|
8
8
|
promoteFromSwarm,
|
|
9
9
|
promoteToHive
|
|
10
|
-
} from "./index-
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
10
|
+
} from "./index-dwargd10.js";
|
|
11
|
+
import"./index-vm4xw9z3.js";
|
|
12
|
+
import"./index-kb7qy7an.js";
|
|
13
|
+
import"./index-a01r818w.js";
|
|
14
|
+
import"./index-cggqh2dz.js";
|
|
15
15
|
import"./index-4905hd2m.js";
|
|
16
16
|
import"./index-134d35c1.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
17
|
+
import"./index-yf30m841.js";
|
|
18
|
+
import"./index-f52jt0am.js";
|
|
19
|
+
import"./index-36v55ryg.js";
|
|
20
|
+
import"./index-dg1njnms.js";
|
|
21
21
|
import"./index-c8s9a3zh.js";
|
|
22
22
|
import"./index-9ss2m4rs.js";
|
|
23
|
-
import"./index-
|
|
24
|
-
import"./index-
|
|
25
|
-
import"./index-
|
|
26
|
-
import"./index-
|
|
23
|
+
import"./index-y6a7gjtj.js";
|
|
24
|
+
import"./index-mrtms113.js";
|
|
25
|
+
import"./index-gxxxmajn.js";
|
|
26
|
+
import"./index-30pg2rs3.js";
|
|
27
27
|
import"./index-rtry5xyf.js";
|
|
28
28
|
import {
|
|
29
29
|
resolveHiveKnowledgePath
|
|
30
|
-
} from "./index-
|
|
31
|
-
import"./index-
|
|
30
|
+
} from "./index-p9ngg568.js";
|
|
31
|
+
import"./index-rv7s2k9y.js";
|
|
32
32
|
import"./index-ae75rja9.js";
|
|
33
|
-
import"./index-
|
|
34
|
-
import"./index-
|
|
35
|
-
import"./index-
|
|
33
|
+
import"./index-dzyjb33e.js";
|
|
34
|
+
import"./index-ey29aap6.js";
|
|
35
|
+
import"./index-wygxzvtf.js";
|
|
36
36
|
import"./index-k5jrywpr.js";
|
|
37
37
|
import"./index-n832052r.js";
|
|
38
|
-
import"./index-
|
|
38
|
+
import"./index-p5kr35wh.js";
|
|
39
39
|
import"./index-bk5tah7q.js";
|
|
40
40
|
import"./index-8fwhhayc.js";
|
|
41
41
|
import"./index-q1exe2b3.js";
|
|
42
|
-
import"./index-
|
|
42
|
+
import"./index-tcn457d5.js";
|
|
43
|
+
import"./index-vg3yx648.js";
|
|
43
44
|
import"./index-wxyxf0bd.js";
|
|
44
45
|
import"./index-1kz6da87.js";
|
|
45
|
-
import"./index-
|
|
46
|
+
import"./index-x20cgr2q.js";
|
|
46
47
|
import"./index-b8zgtz81.js";
|
|
47
|
-
import"./index-
|
|
48
|
+
import"./index-c9ddxv4k.js";
|
|
48
49
|
import"./index-4rhhvd1a.js";
|
|
49
|
-
import"./index-
|
|
50
|
-
import"./index-
|
|
50
|
+
import"./index-3jcyn8g6.js";
|
|
51
|
+
import"./index-45t7w06b.js";
|
|
52
|
+
import"./index-4qzeef9h.js";
|
|
51
53
|
import"./index-fsrp8wp3.js";
|
|
52
54
|
import"./index-09b9zncg.js";
|
|
53
55
|
import"./index-7g4c7s5r.js";
|
|
54
|
-
import"./index-7a2hm51h.js";
|
|
55
56
|
import"./index-bpmtbmy9.js";
|
|
57
|
+
import"./index-7a2hm51h.js";
|
|
56
58
|
import"./index-z6xqpmqg.js";
|
|
57
59
|
import"./index-zjygnfay.js";
|
|
58
|
-
import"./index-
|
|
60
|
+
import"./index-y111zefa.js";
|
|
59
61
|
import"./index-zgwm4ryv.js";
|
|
60
|
-
import"./index-3nasn371.js";
|
|
61
62
|
import"./index-a76rekgs.js";
|
|
62
63
|
export {
|
|
63
64
|
resolveHiveKnowledgePath,
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
loadPluginConfigWithMeta,
|
|
8
8
|
loadPluginConfigWithMetaAsync,
|
|
9
9
|
resolveWorktreeIsolationConfig
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-wygxzvtf.js";
|
|
11
11
|
import {
|
|
12
12
|
ApprovalEvidenceSchema,
|
|
13
13
|
BaseEvidenceSchema,
|
|
@@ -34,8 +34,6 @@ import {
|
|
|
34
34
|
validateSpecContent
|
|
35
35
|
} from "./index-n832052r.js";
|
|
36
36
|
import {
|
|
37
|
-
ALL_AGENT_NAMES,
|
|
38
|
-
ALL_SUBAGENT_NAMES,
|
|
39
37
|
AUTO_REVIEW_V8_BURN_IN_DECISION,
|
|
40
38
|
AgentOverrideConfigSchema,
|
|
41
39
|
ApplyPatchConfigSchema,
|
|
@@ -43,26 +41,20 @@ import {
|
|
|
43
41
|
AutomationCapabilitiesSchema,
|
|
44
42
|
AutomationConfigSchema,
|
|
45
43
|
AutomationModeSchema,
|
|
46
|
-
DEFAULT_MODELS,
|
|
47
44
|
LeanTurboConfigSchema,
|
|
48
45
|
MemoryConfigSchema,
|
|
49
46
|
ModelPricingConfigSchema,
|
|
50
|
-
ORCHESTRATOR_NAME,
|
|
51
|
-
PIPELINE_AGENTS,
|
|
52
47
|
PhaseCompleteConfigSchema,
|
|
53
48
|
PipelineConfigSchema,
|
|
54
49
|
PluginConfigSchema,
|
|
55
50
|
PricingConfigSchema,
|
|
56
|
-
QA_AGENTS,
|
|
57
51
|
RepoGraphConfigSchema,
|
|
58
52
|
SkillPropagationConfigSchema,
|
|
59
53
|
SwarmConfigSchema,
|
|
60
54
|
TurboConfigSchema,
|
|
61
55
|
WorktreeIsolationConfigSchema,
|
|
62
|
-
isQAAgent,
|
|
63
|
-
isSubagent,
|
|
64
56
|
resolveAutoReviewConfig
|
|
65
|
-
} from "./index-
|
|
57
|
+
} from "./index-p5kr35wh.js";
|
|
66
58
|
import"./index-bk5tah7q.js";
|
|
67
59
|
import {
|
|
68
60
|
MigrationStatusSchema,
|
|
@@ -74,6 +66,16 @@ import {
|
|
|
74
66
|
TaskStatusSchema
|
|
75
67
|
} from "./index-1kz6da87.js";
|
|
76
68
|
import"./index-4rhhvd1a.js";
|
|
69
|
+
import {
|
|
70
|
+
ALL_AGENT_NAMES,
|
|
71
|
+
ALL_SUBAGENT_NAMES,
|
|
72
|
+
DEFAULT_MODELS,
|
|
73
|
+
ORCHESTRATOR_NAME,
|
|
74
|
+
PIPELINE_AGENTS,
|
|
75
|
+
QA_AGENTS,
|
|
76
|
+
isQAAgent,
|
|
77
|
+
isSubagent
|
|
78
|
+
} from "./index-3jcyn8g6.js";
|
|
77
79
|
import"./index-bpmtbmy9.js";
|
|
78
80
|
import"./index-zjygnfay.js";
|
|
79
81
|
import"./index-zgwm4ryv.js";
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
} from "./index-rtry5xyf.js";
|
|
5
5
|
import {
|
|
6
6
|
readKnowledgeEvents
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-rv7s2k9y.js";
|
|
8
8
|
import {
|
|
9
9
|
isLinked,
|
|
10
10
|
readLinkPointer,
|
|
11
11
|
resolveKnowledgeStoreDir,
|
|
12
12
|
resolveLinkDir
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-dzyjb33e.js";
|
|
14
14
|
|
|
15
15
|
// src/knowledge/curation-policy.ts
|
|
16
16
|
import { appendFile, mkdir as mkdir2, readFile as readFile2 } from "fs/promises";
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
readKnowledge,
|
|
4
4
|
transactKnowledge
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-p9ngg568.js";
|
|
6
6
|
import {
|
|
7
7
|
resolveKnowledgeStoreDir
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-dzyjb33e.js";
|
|
9
9
|
import {
|
|
10
10
|
init_knowledge_types,
|
|
11
11
|
isActiveStatus
|