opencode-swarm 7.110.0 → 7.110.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.
- package/dist/agents/explorer.d.ts +1 -1
- package/dist/cli/{config-doctor-9vjyj9m3.js → config-doctor-q5e9yzn6.js} +2 -2
- package/dist/cli/{core-mbd2g302.js → core-gjac7vd9.js} +1 -1
- package/dist/cli/{curator-llm-factory-y4kvr1ph.js → curator-llm-factory-3x89ddtd.js} +13 -13
- package/dist/cli/{curator-4qqzpd85.js → curator-qpgdv0fp.js} +15 -13
- package/dist/cli/{explorer-ksr3xq7n.js → explorer-t5srbq64.js} +1 -1
- package/dist/cli/{guardrail-explain-10hh57cr.js → guardrail-explain-jdwp6h9c.js} +14 -14
- package/dist/cli/{guardrail-log-5240bawg.js → guardrail-log-973nan7m.js} +3 -3
- package/dist/cli/{hive-promoter-wvxqyayt.js → hive-promoter-rs5dr4pf.js} +13 -13
- package/dist/cli/{index-18690p15.js → index-0g5xsrp4.js} +19 -7
- package/dist/cli/{index-2nt4mq9n.js → index-40h0yp9e.js} +69 -1
- package/dist/cli/{index-xhsba2sn.js → index-4k3gh2nz.js} +2 -2
- package/dist/cli/{index-d3txrx5q.js → index-53z1afgh.js} +1 -1
- package/dist/cli/{index-p5vm9gy9.js → index-5rfxzgmt.js} +1 -1
- package/dist/cli/{index-41fgssqr.js → index-c483hnn4.js} +2 -2
- package/dist/cli/{index-b15qbvph.js → index-cmjq1kg7.js} +43 -34
- package/dist/cli/{index-3yk9196e.js → index-dm35e55e.js} +1 -1
- package/dist/cli/{index-09xpycan.js → index-jt58s751.js} +1 -1
- package/dist/cli/{index-mtzjbaaa.js → index-mvg66d9n.js} +3 -3
- package/dist/cli/{index-khj0knr0.js → index-rm8b4959.js} +19 -19
- package/dist/cli/{index-1mc2yfc2.js → index-smk3st51.js} +1219 -1017
- package/dist/cli/{index-8f10r7ay.js → index-v8pk35h7.js} +5 -5
- package/dist/cli/{index-x2q0gnt8.js → index-vzzt3ygr.js} +1 -1
- package/dist/cli/{index-zjh648z4.js → index-xddysq89.js} +1 -1
- package/dist/cli/{index-y5z2qdvk.js → index-yhmt3dw3.js} +2 -2
- package/dist/cli/index.js +15 -15
- package/dist/cli/{knowledge-escalator-9ksrgq7h.js → knowledge-escalator-0dkkenp2.js} +4 -4
- package/dist/cli/{knowledge-events-ymysgtrr.js → knowledge-events-bckbj6ah.js} +2 -2
- package/dist/cli/{knowledge-store-562fefjy.js → knowledge-store-dvjbdn00.js} +3 -2
- package/dist/cli/{knowledge-validator-b9nvmzjc.js → knowledge-validator-bqr936sg.js} +3 -3
- package/dist/cli/{schema-5vmb5dh8.js → schema-s48je8zt.js} +1 -1
- package/dist/cli/{scope-persistence-6m5nsp1r.js → scope-persistence-tgp00wtd.js} +1 -1
- package/dist/cli/{skill-generator-mjfqvnn0.js → skill-generator-5rsjmmfq.js} +7 -5
- package/dist/hooks/curator-postmortem.d.ts +33 -2
- package/dist/hooks/curator-types.d.ts +2 -2
- package/dist/hooks/curator.d.ts +2 -1
- package/dist/hooks/knowledge-link.d.ts +9 -0
- package/dist/hooks/knowledge-reader.d.ts +14 -0
- package/dist/index.js +82 -66
- package/dist/services/skill-generator.d.ts +1 -0
- package/dist/services/warning-buffer.d.ts +25 -0
- package/dist/tools/tool-metadata.d.ts +4 -4
- package/package.json +1 -1
|
@@ -382,7 +382,7 @@ Append exactly one fenced JSON block after SUMMARY. This block is the executable
|
|
|
382
382
|
{
|
|
383
383
|
"summary": "3-line executive summary for architect briefing",
|
|
384
384
|
"curation_recommendations": [
|
|
385
|
-
{"action": "promote", "entry_id": "<uuid or omit for new>", "lesson": "concise lesson text", "reason": "evidence-backed reason", "category": "process", "confidence": 0.8}
|
|
385
|
+
{"action": "promote", "entry_id": "<full uuid, unique 8+ hex prefix, or omit for new>", "lesson": "concise lesson text", "reason": "evidence-backed reason", "category": "process", "confidence": 0.8, "applies_to_agents": ["coder"], "required_actions": ["concrete required action"], "triggers": ["short trigger phrase"], "directive_priority": "medium"}
|
|
386
386
|
],
|
|
387
387
|
"queue_triage": [
|
|
388
388
|
{"proposal_id": "proposal-slug", "action": "apply", "reason": "one-line reason"}
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
countEntryViolationsInWindow,
|
|
5
5
|
readKnowledgeEvents,
|
|
6
6
|
recordKnowledgeEvent
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-yhmt3dw3.js";
|
|
8
8
|
import {
|
|
9
9
|
jaccardBigram,
|
|
10
10
|
readKnowledge,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
resolveSwarmKnowledgePath,
|
|
13
13
|
transactKnowledge,
|
|
14
14
|
wordBigrams
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-v8pk35h7.js";
|
|
16
16
|
import {
|
|
17
17
|
isActiveStatus
|
|
18
18
|
} from "./index-bfwt3abw.js";
|
|
@@ -188,7 +188,7 @@ async function maybeQuarantineOnContradiction(directory, entryId, threshold, win
|
|
|
188
188
|
alreadyInactive: true
|
|
189
189
|
};
|
|
190
190
|
}
|
|
191
|
-
const { quarantineEntry } = await import("./knowledge-validator-
|
|
191
|
+
const { quarantineEntry } = await import("./knowledge-validator-bqr936sg.js");
|
|
192
192
|
await quarantineEntry(directory, entryId, `repeat_contradiction: ${count} contradicted events in ${windowDays}d`, "auto");
|
|
193
193
|
return { quarantined: true, entryId, contradictionsInWindow: count };
|
|
194
194
|
} catch {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-4k3gh2nz.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-5rfxzgmt.js";
|
|
8
8
|
import {
|
|
9
9
|
COMMAND_REGISTRY,
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
@@ -80,31 +80,31 @@ import {
|
|
|
80
80
|
handleWriteRetroCommand,
|
|
81
81
|
normalizeSwarmCommandInput,
|
|
82
82
|
resolveCommand
|
|
83
|
-
} from "./index-
|
|
84
|
-
import"./index-
|
|
85
|
-
import"./index-mtzjbaaa.js";
|
|
83
|
+
} from "./index-smk3st51.js";
|
|
84
|
+
import"./index-53z1afgh.js";
|
|
86
85
|
import"./index-c8s9a3zh.js";
|
|
87
|
-
import"./index-
|
|
88
|
-
import"./index-j2v3w1ds.js";
|
|
89
|
-
import"./index-scww5b77.js";
|
|
90
|
-
import"./index-yw8qpf51.js";
|
|
91
|
-
import"./index-85bacexr.js";
|
|
92
|
-
import"./index-09xpycan.js";
|
|
86
|
+
import"./index-xddysq89.js";
|
|
93
87
|
import {
|
|
94
88
|
AGENT_TOOL_MAP,
|
|
95
89
|
ORCHESTRATOR_NAME,
|
|
96
90
|
stripKnownSwarmPrefix
|
|
97
|
-
} from "./index-
|
|
98
|
-
import"./index-
|
|
99
|
-
import"./index-
|
|
100
|
-
import"./index-
|
|
101
|
-
import"./index-
|
|
102
|
-
import"./index-
|
|
91
|
+
} from "./index-0g5xsrp4.js";
|
|
92
|
+
import"./index-j2v3w1ds.js";
|
|
93
|
+
import"./index-scww5b77.js";
|
|
94
|
+
import"./index-yw8qpf51.js";
|
|
95
|
+
import"./index-85bacexr.js";
|
|
96
|
+
import"./index-cmjq1kg7.js";
|
|
97
|
+
import"./index-c483hnn4.js";
|
|
98
|
+
import"./index-mvg66d9n.js";
|
|
99
|
+
import"./index-yhmt3dw3.js";
|
|
100
|
+
import"./index-v8pk35h7.js";
|
|
103
101
|
import"./index-bfwt3abw.js";
|
|
102
|
+
import"./index-40h0yp9e.js";
|
|
103
|
+
import"./index-jt58s751.js";
|
|
104
104
|
import"./index-wvrj16f0.js";
|
|
105
105
|
import"./index-q1exe2b3.js";
|
|
106
|
-
import"./index-
|
|
107
|
-
import"./index-
|
|
106
|
+
import"./index-vzzt3ygr.js";
|
|
107
|
+
import"./index-dm35e55e.js";
|
|
108
108
|
import"./index-r3j3458j.js";
|
|
109
109
|
import"./index-jtqkh8jf.js";
|
|
110
110
|
import"./index-5e4e2hvv.js";
|