opencode-swarm 7.44.1 → 7.46.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/index.js CHANGED
@@ -52,7 +52,7 @@ var package_default;
52
52
  var init_package = __esm(() => {
53
53
  package_default = {
54
54
  name: "opencode-swarm",
55
- version: "7.44.1",
55
+ version: "7.46.0",
56
56
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
57
57
  main: "dist/index.js",
58
58
  types: "dist/index.d.ts",
@@ -35881,27 +35881,25 @@ function normalizeEntry(raw) {
35881
35881
  ro = {};
35882
35882
  obj.retrieval_outcomes = ro;
35883
35883
  }
35884
- {
35885
- if (typeof ro.shown_count !== "number") {
35886
- ro.shown_count = typeof ro.applied_count === "number" ? ro.applied_count : 0;
35887
- }
35888
- if (typeof ro.acknowledged_count !== "number")
35889
- ro.acknowledged_count = 0;
35890
- if (typeof ro.applied_explicit_count !== "number") {
35891
- ro.applied_explicit_count = 0;
35892
- }
35893
- if (typeof ro.ignored_count !== "number")
35894
- ro.ignored_count = 0;
35895
- if (typeof ro.violated_count !== "number")
35896
- ro.violated_count = 0;
35897
- if (typeof ro.contradicted_count !== "number")
35898
- ro.contradicted_count = 0;
35899
- if (typeof ro.succeeded_after_shown_count !== "number") {
35900
- ro.succeeded_after_shown_count = typeof ro.succeeded_after_count === "number" ? ro.succeeded_after_count : 0;
35901
- }
35902
- if (typeof ro.failed_after_shown_count !== "number") {
35903
- ro.failed_after_shown_count = typeof ro.failed_after_count === "number" ? ro.failed_after_count : 0;
35904
- }
35884
+ if (typeof ro.shown_count !== "number") {
35885
+ ro.shown_count = typeof ro.applied_count === "number" ? ro.applied_count : 0;
35886
+ }
35887
+ if (typeof ro.acknowledged_count !== "number")
35888
+ ro.acknowledged_count = 0;
35889
+ if (typeof ro.applied_explicit_count !== "number") {
35890
+ ro.applied_explicit_count = 0;
35891
+ }
35892
+ if (typeof ro.ignored_count !== "number")
35893
+ ro.ignored_count = 0;
35894
+ if (typeof ro.violated_count !== "number")
35895
+ ro.violated_count = 0;
35896
+ if (typeof ro.contradicted_count !== "number")
35897
+ ro.contradicted_count = 0;
35898
+ if (typeof ro.succeeded_after_shown_count !== "number") {
35899
+ ro.succeeded_after_shown_count = typeof ro.succeeded_after_count === "number" ? ro.succeeded_after_count : 0;
35900
+ }
35901
+ if (typeof ro.failed_after_shown_count !== "number") {
35902
+ ro.failed_after_shown_count = typeof ro.failed_after_count === "number" ? ro.failed_after_count : 0;
35905
35903
  }
35906
35904
  try {
35907
35905
  if (typeof obj.encounter_score !== "number" || Number.isNaN(obj.encounter_score)) {