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
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
resolveSwarmKnowledgePath,
|
|
7
7
|
transactKnowledge,
|
|
8
8
|
wordBigrams
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-p9ngg568.js";
|
|
10
10
|
import {
|
|
11
11
|
countEntryContradictionsInWindow,
|
|
12
12
|
countEntryViolationsInWindow,
|
|
13
13
|
readKnowledgeEvents,
|
|
14
14
|
recordKnowledgeEvent
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-rv7s2k9y.js";
|
|
16
16
|
import {
|
|
17
17
|
init_knowledge_types,
|
|
18
18
|
isActiveStatus
|
|
@@ -190,11 +190,11 @@ async function maybeQuarantineOnContradiction(directory, entryId, threshold, win
|
|
|
190
190
|
alreadyInactive: true
|
|
191
191
|
};
|
|
192
192
|
}
|
|
193
|
-
const { quarantineEntry } = await import("./knowledge-validator-
|
|
193
|
+
const { quarantineEntry } = await import("./knowledge-validator-8zk0pnb6.js");
|
|
194
194
|
let policyConfig;
|
|
195
195
|
try {
|
|
196
|
-
const { KnowledgeConfigSchema } = await import("./schema-
|
|
197
|
-
const { loadPluginConfigWithMeta } = await import("./index-
|
|
196
|
+
const { KnowledgeConfigSchema } = await import("./schema-r6wmd7zp.js");
|
|
197
|
+
const { loadPluginConfigWithMeta } = await import("./index-168phrs7.js");
|
|
198
198
|
const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
|
|
199
199
|
policyConfig = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
|
|
200
200
|
} catch {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
authorizeCuration
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-30pg2rs3.js";
|
|
5
5
|
import {
|
|
6
6
|
findNearDuplicate,
|
|
7
7
|
inferTags,
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
resolveSwarmKnowledgePath,
|
|
10
10
|
resolveSwarmRejectedPath,
|
|
11
11
|
transactKnowledge
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-p9ngg568.js";
|
|
13
13
|
import {
|
|
14
14
|
resolveKnowledgeStoreDir
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-dzyjb33e.js";
|
|
16
16
|
import {
|
|
17
17
|
atomicWriteFile
|
|
18
|
-
} from "./index-
|
|
18
|
+
} from "./index-ey29aap6.js";
|
|
19
19
|
import {
|
|
20
20
|
require_proper_lockfile
|
|
21
21
|
} from "./index-7g4c7s5r.js";
|
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
atomicWriteFile,
|
|
4
4
|
taskEvidencePath,
|
|
5
5
|
withTaskEvidenceLock
|
|
6
|
-
} from "./index-
|
|
7
|
-
import {
|
|
8
|
-
telemetry
|
|
9
|
-
} from "./index-7a2hm51h.js";
|
|
6
|
+
} from "./index-ey29aap6.js";
|
|
10
7
|
import {
|
|
11
8
|
exports_external,
|
|
12
9
|
init_zod
|
|
13
10
|
} from "./index-bpmtbmy9.js";
|
|
11
|
+
import {
|
|
12
|
+
telemetry
|
|
13
|
+
} from "./index-7a2hm51h.js";
|
|
14
14
|
|
|
15
15
|
// src/gate-evidence.ts
|
|
16
16
|
init_zod();
|