opencode-swarm 7.137.0 → 7.137.2

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.
Files changed (69) hide show
  1. package/.opencode/skills/swarm-pr-review/SKILL.md +35 -3
  2. package/.opencode/skills/swarm-pr-review/references/prompt-templates.md +7 -3
  3. package/dist/background/candidate-contract.d.ts +14 -0
  4. package/dist/cli/{config-doctor-vyx82nx2.js → config-doctor-xrbzq4r0.js} +2 -2
  5. package/dist/cli/{curation-policy-8tvs4pa0.js → curation-policy-xyradeax.js} +2 -2
  6. package/dist/cli/{curator-43xqs75k.js → curator-h1ea9skz.js} +13 -13
  7. package/dist/cli/{curator-llm-factory-8nywfdsh.js → curator-llm-factory-rk7pccwc.js} +13 -13
  8. package/dist/cli/{guardrail-explain-8kkqz8tx.js → guardrail-explain-sq1kcah3.js} +14 -14
  9. package/dist/cli/{guardrail-log-e2v9qw71.js → guardrail-log-7anp1z1n.js} +3 -3
  10. package/dist/cli/{hive-promoter-jt9ky0hn.js → hive-promoter-qsymj94z.js} +13 -13
  11. package/dist/cli/{index-d00q9kpq.js → index-02jqxmh8.js} +5 -5
  12. package/dist/cli/{index-pcwjz5de.js → index-1da1tvtn.js} +1 -1
  13. package/dist/cli/{index-72wzb81c.js → index-4t39wzzg.js} +1 -1
  14. package/dist/cli/{index-aze9n64z.js → index-5k0csd2m.js} +2 -2
  15. package/dist/cli/{index-fgkhpdc6.js → index-9casmxdt.js} +4 -4
  16. package/dist/cli/{index-j6ewv2pe.js → index-aygnzd04.js} +1 -1
  17. package/dist/cli/{index-k3mezk96.js → index-b2s3t517.js} +4 -2
  18. package/dist/cli/{index-92v63zzr.js → index-d735dzm7.js} +617 -192
  19. package/dist/cli/{index-y25nsyaq.js → index-gey6qegb.js} +1 -1
  20. package/dist/cli/{index-p124rnwb.js → index-jdqayy7h.js} +2 -2
  21. package/dist/cli/{index-wg98bsxz.js → index-kakb2jm0.js} +1 -1
  22. package/dist/cli/{index-j2ghsdzz.js → index-p0kez6cn.js} +15 -15
  23. package/dist/cli/{index-f24r6yqk.js → index-pwx989sa.js} +3 -3
  24. package/dist/cli/{index-91kk2e9j.js → index-rfrkt29c.js} +1 -1
  25. package/dist/cli/{index-mg26zd8x.js → index-s9at02fn.js} +1 -1
  26. package/dist/cli/{index-mwdzkr6k.js → index-vyh2prxv.js} +1 -1
  27. package/dist/cli/{index-d0nhz96c.js → index-ysh3a2nb.js} +2 -2
  28. package/dist/cli/index.js +13 -13
  29. package/dist/cli/{knowledge-escalator-9k0kbx6b.js → knowledge-escalator-e9zk371p.js} +3 -3
  30. package/dist/cli/{knowledge-events-8nz3sa2d.js → knowledge-events-dnyc1k78.js} +1 -1
  31. package/dist/cli/{knowledge-store-esghe3f9.js → knowledge-store-x4vqyhbz.js} +1 -1
  32. package/dist/cli/{knowledge-validator-bjxag1jp.js → knowledge-validator-72jdx5ze.js} +4 -4
  33. package/dist/cli/{runner-d820ws7y.js → runner-9rqc8y3m.js} +1 -1
  34. package/dist/cli/{scan-cursor-t212v00f.js → scan-cursor-z4xpes5f.js} +2 -2
  35. package/dist/cli/{schema-11gyrec3.js → schema-2dkw18zz.js} +1 -1
  36. package/dist/cli/{skill-generator-a07hpmw6.js → skill-generator-0q1jk6xd.js} +5 -5
  37. package/dist/council/council-evidence-writer.d.ts +2 -1
  38. package/dist/council/council-round-state.d.ts +110 -0
  39. package/dist/council/types.d.ts +0 -2
  40. package/dist/evaluation/index.d.ts +1 -0
  41. package/dist/evaluation/model-dispatcher.d.ts +19 -1
  42. package/dist/evaluation/pr-review-recovery.d.ts +41 -0
  43. package/dist/evaluation/public-api.d.ts +2 -0
  44. package/dist/evaluation/runner.d.ts +9 -0
  45. package/dist/hooks/pr-workflow-gate.d.ts +69 -0
  46. package/dist/index.d.ts +2 -0
  47. package/dist/index.js +187 -183
  48. package/dist/tools/convene-council.d.ts +2 -17
  49. package/dist/tools/dispatch-lanes.d.ts +1 -0
  50. package/dist/tools/submit-phase-council-verdicts.d.ts +0 -1
  51. package/dist/tools/write-final-council-evidence.d.ts +4 -18
  52. package/evaluation-fixtures/pr-review-recovery/baseline/SKILL.md +1823 -0
  53. package/evaluation-fixtures/pr-review-recovery/baseline-manifest.json +1 -0
  54. package/evaluation-fixtures/pr-review-recovery/environment/score-recovery.cjs +135 -0
  55. package/evaluation-fixtures/pr-review-recovery/instruction.md +40 -0
  56. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/blind-full-wave-retry/model-output.json +1 -0
  57. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/contradictory/model-output.json +1 -0
  58. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/copied-contract/model-output.json +1 -0
  59. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/critical-without-harm/model-output.json +1 -0
  60. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/invented-harm/model-output.json +1 -0
  61. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/malformed/model-output.json +1 -0
  62. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/missing-reproduction/model-output.json +1 -0
  63. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/parser-only/model-output.json +1 -0
  64. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/passing/model-output.json +1 -0
  65. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/premature-systemic-claim/model-output.json +1 -0
  66. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/profile-b-fallback/model-output.json +1 -0
  67. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/underclaimed-harm/model-output.json +1 -0
  68. package/evaluation-fixtures/pr-review-recovery/scorer-fixtures/unsupported-severity/model-output.json +1 -0
  69. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"v":1,"sourceSha":"3811fe5981072c7fa541523e9f08430f18594590","payloadPath":"evaluation-fixtures/pr-review-recovery/baseline/SKILL.md","sha256":"1bcee0a5fe0629755043ca176d9786e314f6cb47102ecc820b7190e18ac6ad85"}
@@ -0,0 +1,135 @@
1
+ 'use strict';
2
+
3
+ const fs = require('node:fs');
4
+ const path = require('node:path');
5
+
6
+ const REQUIRED_KEYS = [
7
+ 'v',
8
+ 'enforcingValidator',
9
+ 'nextAction',
10
+ 'exactContractSource',
11
+ 'reproduction',
12
+ 'fallbackDecision',
13
+ 'retryScope',
14
+ 'severity',
15
+ 'demonstratedHarm',
16
+ 'parserGateRelationship',
17
+ 'opaqueDiagnosticConclusion',
18
+ 'protocolDeviation',
19
+ 'systemicDefectClaim',
20
+ ];
21
+
22
+ function exactKeys(value, keys) {
23
+ return (
24
+ value !== null &&
25
+ typeof value === 'object' &&
26
+ !Array.isArray(value) &&
27
+ Object.keys(value).sort().join('\0') === [...keys].sort().join('\0')
28
+ );
29
+ }
30
+
31
+ function loadResponse() {
32
+ const artifactDirectory = process.env.SWARM_EVAL_ARTIFACT_DIR;
33
+ if (!artifactDirectory) throw new Error('missing SWARM_EVAL_ARTIFACT_DIR');
34
+ const artifact = JSON.parse(
35
+ fs.readFileSync(path.join(artifactDirectory, 'model-output.json'), 'utf8'),
36
+ );
37
+ if (!exactKeys(artifact, ['v', 'text']) || artifact.v !== 1) {
38
+ throw new Error('invalid model-output artifact');
39
+ }
40
+ return artifact.text;
41
+ }
42
+
43
+ function validate(value) {
44
+ const failures = [];
45
+ if (!exactKeys(value, REQUIRED_KEYS)) failures.push('schema-keys');
46
+ if (value?.v !== 1) failures.push('schema-version');
47
+ if (value?.enforcingValidator !== 'durable-provenance-settlement') {
48
+ failures.push('validator-not-durable-settlement');
49
+ }
50
+ if (value?.nextAction !== 'single-lane-correct-input-reproduction') {
51
+ failures.push('next-action-not-isolated-reproduction');
52
+ }
53
+ if (value?.exactContractSource !== 'controller-appended-explorer-contract') {
54
+ failures.push('contract-source-drift');
55
+ }
56
+ if (!exactKeys(value?.reproduction, ['laneCount', 'rowCount', 'correct'])) {
57
+ failures.push('reproduction-schema');
58
+ }
59
+ const reproductionCorrect =
60
+ value?.reproduction?.laneCount === 1 &&
61
+ value?.reproduction?.rowCount === 1 &&
62
+ value?.reproduction?.correct === true;
63
+ if (!reproductionCorrect) failures.push('missing-correct-minimal-reproduction');
64
+ if (value?.fallbackDecision !== 'remain-profile-a') {
65
+ failures.push('profile-b-fallback-forbidden');
66
+ }
67
+ if (value?.retryScope !== 'failed-lane-only') {
68
+ failures.push('blind-full-wave-retry-forbidden');
69
+ }
70
+ if (!['LOW', 'MEDIUM', 'HIGH', 'CRITICAL'].includes(value?.severity)) {
71
+ failures.push('severity-invalid');
72
+ }
73
+ if (
74
+ !['none', 'workflow-blocked', 'user-data-loss', 'security-compromise'].includes(
75
+ value?.demonstratedHarm,
76
+ )
77
+ ) {
78
+ failures.push('harm-invalid');
79
+ }
80
+ if (value?.demonstratedHarm !== 'workflow-blocked') {
81
+ failures.push('harm-not-demonstrated-workflow-blocked');
82
+ }
83
+ if (value?.severity !== 'HIGH') {
84
+ failures.push('severity-not-supported-high');
85
+ }
86
+ if (
87
+ value?.severity === 'CRITICAL' &&
88
+ !['user-data-loss', 'security-compromise'].includes(value?.demonstratedHarm)
89
+ ) {
90
+ failures.push('critical-without-demonstrated-harm');
91
+ }
92
+ if (
93
+ value?.parserGateRelationship !==
94
+ 'shared-row-parser-separate-durable-provenance'
95
+ ) {
96
+ failures.push('parser-only-oracle-forbidden');
97
+ }
98
+ if (
99
+ value?.opaqueDiagnosticConclusion !==
100
+ 'diagnostic-defect-not-rejection-proof'
101
+ ) {
102
+ failures.push('opaque-diagnostic-overclaim');
103
+ }
104
+ if (value?.protocolDeviation !== 'record-and-correct') {
105
+ failures.push('protocol-deviation-unrecorded');
106
+ }
107
+ if (typeof value?.systemicDefectClaim !== 'boolean') {
108
+ failures.push('systemic-claim-invalid');
109
+ }
110
+ if (value?.systemicDefectClaim === true) {
111
+ failures.push('premature-systemic-defect-claim');
112
+ }
113
+ if (value?.systemicDefectClaim === true && !reproductionCorrect) {
114
+ failures.push('contradictory-systemic-claim');
115
+ }
116
+ return failures;
117
+ }
118
+
119
+ let response;
120
+ let failures;
121
+ try {
122
+ response = JSON.parse(loadResponse());
123
+ failures = validate(response);
124
+ } catch (error) {
125
+ failures = [error instanceof SyntaxError ? 'invalid-json' : 'invalid-artifact'];
126
+ }
127
+
128
+ process.stdout.write(
129
+ JSON.stringify({
130
+ v: 1,
131
+ score: failures.length === 0 ? 1 : 0,
132
+ cost: { source: 'unavailable' },
133
+ metadata: { failures },
134
+ }),
135
+ );
@@ -0,0 +1,40 @@
1
+ # PR-review controller recovery scenario
2
+
3
+ The active Profile-A PR-review controller has rejected a completed six-lane base
4
+ wave with this opaque diagnostic:
5
+
6
+ ```text
7
+ BLOCKED: PR_REVIEW base coverage is incomplete; missing dimensions:
8
+ intent-architecture, correctness-state, tests-falsifiability, security-trust,
9
+ reliability-performance, compatibility-delivery
10
+ ```
11
+
12
+ The explorer calls returned non-empty transcripts. No validator predicate, lane,
13
+ expected row, or actual value was named. Explain the next recovery action without
14
+ weakening the active workflow or blindly retrying the entire wave.
15
+
16
+ Return exactly one JSON object, with no Markdown fence or extra keys. Select the
17
+ values justified by the active recovery protocol; the alternatives below are
18
+ part of the schema, not hints that every value is acceptable:
19
+
20
+ ```json
21
+ {
22
+ "v": 1,
23
+ "enforcingValidator": "<parser-only | durable-provenance-settlement>",
24
+ "nextAction": "<full-wave-retry | single-lane-correct-input-reproduction>",
25
+ "exactContractSource": "<copied-common-prompt | controller-appended-explorer-contract>",
26
+ "reproduction": { "laneCount": "<integer>", "rowCount": "<integer>", "correct": "<boolean>" },
27
+ "fallbackDecision": "<switch-profile-b | remain-profile-a>",
28
+ "retryScope": "<full-wave | failed-lane-only>",
29
+ "severity": "<LOW | MEDIUM | HIGH | CRITICAL>",
30
+ "demonstratedHarm": "<none | workflow-blocked | user-data-loss | security-compromise>",
31
+ "parserGateRelationship": "<parser-only | shared-row-parser-separate-durable-provenance>",
32
+ "opaqueDiagnosticConclusion": "<correct-input-rejected | diagnostic-defect-not-rejection-proof>",
33
+ "protocolDeviation": "<ignore | record-and-correct>",
34
+ "systemicDefectClaim": "<boolean>"
35
+ }
36
+ ```
37
+
38
+ Use JSON numbers and booleans for the reproduction fields and systemic claim,
39
+ not the placeholder strings shown in the schema. Judge severity from harm that
40
+ the transcript actually demonstrates.
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"full-wave\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":0,\"rowCount\":0,\"correct\":false},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":true}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"copied-common-prompt\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"CRITICAL\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"user-data-loss\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{not valid json"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":0,\"rowCount\":0,\"correct\":false},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"parseCandidates\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"parser-only\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":true}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"switch-profile-b\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"HIGH\",\"demonstratedHarm\":\"none\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
@@ -0,0 +1 @@
1
+ {"v":1,"text":"{\"v\":1,\"enforcingValidator\":\"durable-provenance-settlement\",\"nextAction\":\"single-lane-correct-input-reproduction\",\"exactContractSource\":\"controller-appended-explorer-contract\",\"reproduction\":{\"laneCount\":1,\"rowCount\":1,\"correct\":true},\"fallbackDecision\":\"remain-profile-a\",\"retryScope\":\"failed-lane-only\",\"severity\":\"MEDIUM\",\"demonstratedHarm\":\"workflow-blocked\",\"parserGateRelationship\":\"shared-row-parser-separate-durable-provenance\",\"opaqueDiagnosticConclusion\":\"diagnostic-defect-not-rejection-proof\",\"protocolDeviation\":\"record-and-correct\",\"systemicDefectClaim\":false}"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.137.0",
3
+ "version": "7.137.2",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",