opencode-swarm 7.138.2 → 7.138.4
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/execute/SKILL.md +11 -2
- package/.opencode/skills/swarm-implement/SKILL.md +1 -1
- package/.opencode/skills/swarm-pr-review/SKILL.md +5 -1
- package/dist/background/pr-review-trigger-contract.d.ts +38 -1
- package/dist/cli/{config-doctor-hzb0bck9.js → config-doctor-31yppse4.js} +2 -2
- package/dist/cli/{core-v6bte964.js → core-65c7rvqf.js} +1 -1
- package/dist/cli/{curation-policy-aj37yvz8.js → curation-policy-hs9pc1rp.js} +2 -2
- package/dist/cli/{curator-jt6dza8y.js → curator-54n1y4j8.js} +16 -15
- package/dist/cli/{curator-llm-factory-m9f4h8t4.js → curator-llm-factory-wm27ra25.js} +16 -15
- package/dist/cli/{evidence-summary-service-6cttrkzw.js → evidence-summary-service-hrxcf29a.js} +1 -1
- package/dist/cli/{guardrail-explain-rks41rpx.js → guardrail-explain-1729nse8.js} +17 -16
- package/dist/cli/{guardrail-log-h39jxftx.js → guardrail-log-yjj5srkw.js} +4 -3
- package/dist/cli/{hive-promoter-34y2x4vt.js → hive-promoter-es2x2b0e.js} +16 -15
- package/dist/cli/{index-49ygvqvm.js → index-1g6xpjk3.js} +4 -4
- package/dist/cli/{index-bakfqtye.js → index-33q2gmgd.js} +1 -1
- package/dist/cli/{index-xm07cqy2.js → index-50mwt8fx.js} +5 -5
- package/dist/cli/index-556ja8an.js +62 -0
- package/dist/cli/{index-r9pn41rj.js → index-57stye65.js} +1 -1
- package/dist/cli/{index-exq36v6w.js → index-5q009kc4.js} +1 -1
- package/dist/cli/{index-89dwrz8n.js → index-a18hk2fw.js} +225 -63
- package/dist/cli/{index-8emf08eb.js → index-a9xny52r.js} +2 -2
- package/dist/cli/{index-yxswbd1t.js → index-c60whfgh.js} +1 -1
- package/dist/cli/{index-gpxg7wx8.js → index-e1kgxchq.js} +30 -68
- package/dist/cli/{index-qt3jjjw9.js → index-gm3pjfhb.js} +271 -94
- package/dist/cli/{index-qg5smxv9.js → index-jbge0dyh.js} +3 -3
- package/dist/cli/{index-s7ac0xrf.js → index-k27a4e5g.js} +18 -17
- package/dist/cli/{index-k6cq9wwh.js → index-m1pwkwfe.js} +1 -1
- package/dist/cli/{index-ze4we97d.js → index-m40ea3zk.js} +1 -1
- package/dist/cli/{index-da98750t.js → index-m8txs2a9.js} +1 -1
- package/dist/cli/{index-y06a43sk.js → index-mycqmsz5.js} +4 -0
- package/dist/cli/index-smsy2p8n.js +1725 -0
- package/dist/cli/{index-d01d4102.js → index-tjwz5tct.js} +2 -2
- package/dist/cli/{index-j0xx9wpj.js → index-y28n2wmq.js} +1 -1
- package/dist/cli/index.js +16 -15
- package/dist/cli/{knowledge-escalator-qmpfh5yz.js → knowledge-escalator-s6z1x65b.js} +3 -3
- package/dist/cli/{knowledge-events-7neg8x0p.js → knowledge-events-nnyn6hst.js} +1 -1
- package/dist/cli/{knowledge-store-a6d4625r.js → knowledge-store-x4yfc7v3.js} +1 -1
- package/dist/cli/{knowledge-validator-q1qrdyvx.js → knowledge-validator-1v047gsa.js} +4 -4
- package/dist/cli/{scan-cursor-3tqshkb2.js → scan-cursor-jxajj6s7.js} +2 -2
- package/dist/cli/{schema-mtyaeh18.js → schema-fj32eyae.js} +1 -1
- package/dist/cli/{scope-persistence-n1bryhzf.js → scope-persistence-w7zen2wz.js} +25 -2
- package/dist/cli/{skill-generator-t3m5qajm.js → skill-generator-rt0jqcsa.js} +5 -5
- package/dist/hooks/guardrails/destructive-command.d.ts +35 -0
- package/dist/hooks/guardrails/file-authority.d.ts +71 -26
- package/dist/hooks/guardrails/index.d.ts +2 -0
- package/dist/hooks/guardrails/tool-before.d.ts +5 -0
- package/dist/hooks/scope-guard.d.ts +3 -1
- package/dist/index.js +408 -396
- package/dist/scope/path-identity.d.ts +27 -0
- package/dist/scope/scope-binding.d.ts +90 -2
- package/dist/scope/scope-lease-renewal.d.ts +28 -0
- package/dist/scope/scope-persistence.d.ts +102 -19
- package/dist/scope/scope-resolution-diagnostic.d.ts +7 -0
- package/dist/tools/declare-scope.d.ts +3 -1
- package/dist/tools/save-plan.d.ts +2 -0
- package/dist/tools/write-pr-review-trigger-eval.d.ts +2 -2
- package/dist/turbo/lean/lane-scope.d.ts +1 -1
- package/package.json +1 -1
- package/dist/cli/index-2y4jy0de.js +0 -642
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ALLOWED_SKILL_PATH_PREFIXES,
|
|
4
4
|
validateSkillPath
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-tjwz5tct.js";
|
|
6
6
|
import {
|
|
7
7
|
computeOutcomeSignal,
|
|
8
8
|
readKnowledge,
|
|
9
9
|
resolveHiveKnowledgePath,
|
|
10
10
|
resolveSwarmKnowledgePath,
|
|
11
11
|
transactKnowledge
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-1g6xpjk3.js";
|
|
13
13
|
import {
|
|
14
14
|
effectiveRetrievalOutcomes,
|
|
15
15
|
readKnowledgeCounterRollups
|
|
16
|
-
} from "./index-
|
|
16
|
+
} from "./index-57stye65.js";
|
|
17
17
|
import {
|
|
18
18
|
init_knowledge_types,
|
|
19
19
|
isActiveStatus
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-e1kgxchq.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-33q2gmgd.js";
|
|
8
8
|
import {
|
|
9
9
|
COMMAND_REGISTRY,
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
@@ -84,49 +84,50 @@ import {
|
|
|
84
84
|
handleWriteRetroCommand,
|
|
85
85
|
normalizeSwarmCommandInput,
|
|
86
86
|
resolveCommand
|
|
87
|
-
} from "./index-
|
|
87
|
+
} from "./index-a18hk2fw.js";
|
|
88
88
|
import"./index-vm4xw9z3.js";
|
|
89
89
|
import"./index-rrxcfxrd.js";
|
|
90
|
-
import"./index-
|
|
91
|
-
import"./index-
|
|
92
|
-
import"./index-
|
|
90
|
+
import"./index-gm3pjfhb.js";
|
|
91
|
+
import"./index-m8txs2a9.js";
|
|
92
|
+
import"./index-mycqmsz5.js";
|
|
93
93
|
import"./index-ngqxzkqm.js";
|
|
94
94
|
import"./index-y8552snf.js";
|
|
95
95
|
import"./index-4905hd2m.js";
|
|
96
96
|
import"./index-134d35c1.js";
|
|
97
|
-
import"./index-
|
|
98
|
-
import"./index-
|
|
99
|
-
import"./index-
|
|
97
|
+
import"./index-jbge0dyh.js";
|
|
98
|
+
import"./index-50mwt8fx.js";
|
|
99
|
+
import"./index-c60whfgh.js";
|
|
100
100
|
import"./index-6mjf4vr1.js";
|
|
101
101
|
import"./index-c8s9a3zh.js";
|
|
102
102
|
import"./index-9ss2m4rs.js";
|
|
103
103
|
import"./index-wsdnttf4.js";
|
|
104
104
|
import"./index-39k6y018.js";
|
|
105
|
-
import"./index-
|
|
106
|
-
import"./index-
|
|
105
|
+
import"./index-tjwz5tct.js";
|
|
106
|
+
import"./index-m40ea3zk.js";
|
|
107
107
|
import"./index-rtry5xyf.js";
|
|
108
|
-
import"./index-
|
|
109
|
-
import"./index-
|
|
108
|
+
import"./index-1g6xpjk3.js";
|
|
109
|
+
import"./index-57stye65.js";
|
|
110
110
|
import"./index-ae75rja9.js";
|
|
111
111
|
import"./index-en4fb04r.js";
|
|
112
112
|
import"./index-tqshdzaw.js";
|
|
113
|
-
import"./index-
|
|
113
|
+
import"./index-m1pwkwfe.js";
|
|
114
114
|
import"./index-gprxjmm7.js";
|
|
115
115
|
import"./index-n832052r.js";
|
|
116
116
|
import {
|
|
117
117
|
init_schema,
|
|
118
118
|
stripKnownSwarmPrefix
|
|
119
|
-
} from "./index-
|
|
119
|
+
} from "./index-5q009kc4.js";
|
|
120
120
|
import"./index-bk5tah7q.js";
|
|
121
121
|
import"./index-8fwhhayc.js";
|
|
122
122
|
import"./index-q1exe2b3.js";
|
|
123
123
|
import"./index-z7jgvm9b.js";
|
|
124
|
-
import"./index-
|
|
124
|
+
import"./index-smsy2p8n.js";
|
|
125
|
+
import"./index-556ja8an.js";
|
|
125
126
|
import"./index-4fmztnrq.js";
|
|
126
127
|
import"./index-1kz6da87.js";
|
|
127
128
|
import"./index-x20cgr2q.js";
|
|
128
129
|
import"./index-b8zgtz81.js";
|
|
129
|
-
import"./index-
|
|
130
|
+
import"./index-y28n2wmq.js";
|
|
130
131
|
import"./index-4rhhvd1a.js";
|
|
131
132
|
import {
|
|
132
133
|
AGENT_TOOL_MAP,
|
|
@@ -3151,6 +3151,10 @@ Phase: ${currentPhase} [${phaseStatus}] | Updated: ${now}
|
|
|
3151
3151
|
const sortedDepends = [...task.depends].sort();
|
|
3152
3152
|
suffix += ` (depends: ${sortedDepends.join(", ")})`;
|
|
3153
3153
|
}
|
|
3154
|
+
if (task.files_touched.length > 0) {
|
|
3155
|
+
const sortedFiles = [...task.files_touched].sort();
|
|
3156
|
+
suffix += ` (files_touched: ${JSON.stringify(sortedFiles)})`;
|
|
3157
|
+
}
|
|
3154
3158
|
if (phase.id === plan.current_phase && task.status === "in_progress" && !currentTaskMarked) {
|
|
3155
3159
|
suffix += " \u2190 CURRENT";
|
|
3156
3160
|
currentTaskMarked = true;
|