opencode-swarm 7.149.1 → 7.150.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/{config-doctor-d3nsq1nz.js → config-doctor-96qyv31a.js} +2 -2
- package/dist/cli/{core-y9d858n6.js → core-xx0x5tfv.js} +1 -1
- package/dist/cli/{curator-f5m0hh2p.js → curator-frrehxxe.js} +17 -17
- package/dist/cli/{curator-llm-factory-mzh9ns5s.js → curator-llm-factory-b83jsg02.js} +17 -17
- package/dist/cli/{evidence-summary-service-601x7ne7.js → evidence-summary-service-dv4bt2bx.js} +6 -6
- package/dist/cli/{gate-evidence-kjs9vsx9.js → gate-evidence-dkvs7aez.js} +2 -2
- package/dist/cli/{guardrail-explain-j291sss5.js → guardrail-explain-1zbk21fq.js} +18 -18
- package/dist/cli/{guardrail-log-1jykfrqc.js → guardrail-log-d20jewtr.js} +3 -3
- package/dist/cli/{guardrail-reset-tr07m077.js → guardrail-reset-wb3ba243.js} +17 -17
- package/dist/cli/{hive-promoter-162ws6xp.js → hive-promoter-10zv1b45.js} +17 -17
- package/dist/cli/{index-xe83cwvn.js → index-0tn1kxej.js} +3 -3
- package/dist/cli/{index-t994f8fp.js → index-1rpjd5na.js} +1 -1
- package/dist/cli/{index-dkrz1vv5.js → index-1rww5k9e.js} +3 -3
- package/dist/cli/{index-jg2gwzvq.js → index-1wmd5wn1.js} +1 -1
- package/dist/cli/{index-f53yyerg.js → index-8cn6545x.js} +19 -19
- package/dist/cli/{index-ekvs3ade.js → index-an922xj4.js} +3 -3
- package/dist/cli/{index-cna8m7my.js → index-bhg6brtw.js} +1 -1
- package/dist/cli/{index-5gntxwxt.js → index-g75rbw3e.js} +5 -5
- package/dist/cli/{index-eaq9b0qm.js → index-ggs716fj.js} +1 -1
- package/dist/cli/{index-kgk65rde.js → index-htqs4p52.js} +1 -1
- package/dist/cli/{index-mdwtj4xm.js → index-ma1p1w05.js} +4 -4
- package/dist/cli/{index-pf22x0dr.js → index-mef0trex.js} +1 -1
- package/dist/cli/{index-srwp8fs7.js → index-mnhagjvn.js} +1 -1
- package/dist/cli/{index-7m8rk72d.js → index-qqs44wcp.js} +1285 -428
- package/dist/cli/{index-fc4x86sy.js → index-r5djc1cc.js} +2 -2
- package/dist/cli/{index-hxbrsb40.js → index-reknv4f9.js} +1 -1
- package/dist/cli/{index-yjj3s8af.js → index-s0xz2520.js} +3 -3
- package/dist/cli/{index-cqhf7fkw.js → index-t54jt9cs.js} +1 -1
- package/dist/cli/{index-38ema5k2.js → index-w9pb72vg.js} +2 -2
- package/dist/cli/{index-64d17yd0.js → index-x3pt7d0b.js} +2 -2
- package/dist/cli/{index-1aztaa2s.js → index-zyv56em5.js} +1 -1
- package/dist/cli/index.js +17 -17
- package/dist/cli/{knowledge-escalator-whkxxgxj.js → knowledge-escalator-pc7smwrd.js} +6 -6
- package/dist/cli/{knowledge-events-rnqzt87h.js → knowledge-events-jmb3jm84.js} +4 -4
- package/dist/cli/{knowledge-store-7de59rnz.js → knowledge-store-wd6zh05h.js} +1 -1
- package/dist/cli/{knowledge-validator-bpk17jf4.js → knowledge-validator-2v6ar1wk.js} +2 -2
- package/dist/cli/{scan-cursor-0p51fh61.js → scan-cursor-hr8e3jqj.js} +2 -2
- package/dist/cli/{schema-8g2nxhjf.js → schema-g44y7s0w.js} +1 -1
- package/dist/cli/{scope-persistence-hhkr0c46.js → scope-persistence-0n2cv4kn.js} +4 -4
- package/dist/cli/{skill-generator-pk9gcz7r.js → skill-generator-0gmpxwgk.js} +7 -7
- package/dist/cli/{worktree-isolation-1hwwfbdw.js → worktree-isolation-pcr5zv0c.js} +17 -17
- package/dist/index.js +176 -152
- package/dist/lang/symbol-graph.d.ts +15 -0
- package/dist/tools/repo-graph/builder.d.ts +27 -1
- package/dist/tools/symbols.d.ts +35 -0
- package/package.json +1 -1
|
@@ -713,7 +713,7 @@ async function applyConfidenceFloorAction(directory, touched, options) {
|
|
|
713
713
|
const {
|
|
714
714
|
readAuthoritativeKnowledgeCounterRollups,
|
|
715
715
|
effectiveRetrievalOutcomes
|
|
716
|
-
} = await import("./knowledge-events-
|
|
716
|
+
} = await import("./knowledge-events-jmb3jm84.js");
|
|
717
717
|
const rollups = await readAuthoritativeKnowledgeCounterRollups(directory);
|
|
718
718
|
const flagIds = new Set;
|
|
719
719
|
for (const e of atFloor) {
|
|
@@ -780,11 +780,11 @@ async function applyConfidenceFloorAction(directory, touched, options) {
|
|
|
780
780
|
});
|
|
781
781
|
}
|
|
782
782
|
if (action === "quarantine" && toQuarantine.length > 0) {
|
|
783
|
-
const { quarantineEntry } = await import("./knowledge-validator-
|
|
784
|
-
const { KnowledgeConfigSchema } = await import("./schema-
|
|
783
|
+
const { quarantineEntry } = await import("./knowledge-validator-2v6ar1wk.js");
|
|
784
|
+
const { KnowledgeConfigSchema } = await import("./schema-g44y7s0w.js");
|
|
785
785
|
let config;
|
|
786
786
|
try {
|
|
787
|
-
const { loadPluginConfigWithMeta } = await import("./index-
|
|
787
|
+
const { loadPluginConfigWithMeta } = await import("./index-s0xz2520.js");
|
|
788
788
|
const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
|
|
789
789
|
config = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
|
|
790
790
|
} catch {
|
|
@@ -21,7 +21,7 @@ var package_default;
|
|
|
21
21
|
var init_package = __esm(() => {
|
|
22
22
|
package_default = {
|
|
23
23
|
name: "opencode-swarm",
|
|
24
|
-
version: "7.
|
|
24
|
+
version: "7.150.0",
|
|
25
25
|
description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
26
26
|
main: "dist/index.js",
|
|
27
27
|
types: "dist/index.d.ts",
|