opencode-swarm 7.145.2 → 7.146.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-j1r33f4q.js → config-doctor-vs6hvbew.js} +2 -2
- package/dist/cli/{core-c2zrd384.js → core-jvvm935f.js} +1 -1
- package/dist/cli/{curator-gk2kmrk1.js → curator-5bxh1djq.js} +17 -17
- package/dist/cli/{curator-llm-factory-sat3mn5n.js → curator-llm-factory-pe6skby4.js} +17 -17
- package/dist/cli/{evidence-summary-service-0mhx0t0v.js → evidence-summary-service-6m9jmzk8.js} +6 -6
- package/dist/cli/{gate-evidence-a5adh55x.js → gate-evidence-84sfx6g8.js} +2 -2
- package/dist/cli/{guardrail-explain-r50fery8.js → guardrail-explain-jhbxq8yb.js} +18 -18
- package/dist/cli/{guardrail-log-p69eys6d.js → guardrail-log-vpbp3rm4.js} +3 -3
- package/dist/cli/{hive-promoter-ay8a7sct.js → hive-promoter-mmmfszv8.js} +17 -17
- package/dist/cli/{index-2vefr1f8.js → index-5qwmpamg.js} +1 -1
- package/dist/cli/{index-n55a28zr.js → index-92cxd0r1.js} +1 -1
- package/dist/cli/{index-612rr70a.js → index-bma2wrqx.js} +1 -1
- package/dist/cli/{index-917z76qr.js → index-d4e6wpkg.js} +3 -3
- package/dist/cli/{index-ncfjxz9n.js → index-f17j50dx.js} +5 -5
- package/dist/cli/{index-gpnv14kq.js → index-fay8h6v8.js} +24 -4
- package/dist/cli/{index-b9kxxd6k.js → index-fyr2wbvz.js} +2 -2
- package/dist/cli/{index-673axbjx.js → index-fzqhn96z.js} +1 -1
- package/dist/cli/{index-jgb7mq2y.js → index-g3xt1d16.js} +3 -3
- package/dist/cli/{index-np4ytvvv.js → index-gxbhp7sx.js} +1 -1
- package/dist/cli/{index-9080b3de.js → index-j43qndgc.js} +19 -19
- package/dist/cli/{index-czde45km.js → index-jfcgnvg6.js} +2 -2
- package/dist/cli/{index-6wf75rcm.js → index-kfmee1cr.js} +4 -4
- package/dist/cli/{index-vav705md.js → index-kwxp0z0n.js} +2 -2
- package/dist/cli/{index-9gt8g2qj.js → index-n6ke10ck.js} +3 -3
- package/dist/cli/{index-cb2qtetk.js → index-pz2py5v7.js} +1489 -1041
- package/dist/cli/{index-jpppcckq.js → index-q2mvacjr.js} +1 -1
- package/dist/cli/{index-7y5akvc9.js → index-s8qyaqs2.js} +1 -1
- package/dist/cli/{index-1g87esfp.js → index-vk15nbh4.js} +1 -1
- package/dist/cli/{index-cxn95n7q.js → index-zd1mfygt.js} +3 -3
- package/dist/cli/{index-rk80jhef.js → index-zsmsy1dh.js} +1 -1
- package/dist/cli/index.js +17 -17
- package/dist/cli/{knowledge-escalator-22apj3dj.js → knowledge-escalator-c9p3w12b.js} +6 -6
- package/dist/cli/{knowledge-events-bx8xba9z.js → knowledge-events-d201414m.js} +4 -4
- package/dist/cli/{knowledge-store-nc71kfsg.js → knowledge-store-ds45k9th.js} +1 -1
- package/dist/cli/{knowledge-validator-g8ne80v6.js → knowledge-validator-707vsncy.js} +2 -2
- package/dist/cli/{scan-cursor-6ksgv514.js → scan-cursor-znhqb8xa.js} +2 -2
- package/dist/cli/{schema-mpcm7nje.js → schema-dnnm0p40.js} +1 -1
- package/dist/cli/{scope-persistence-mj1w3hqw.js → scope-persistence-4n24a1e2.js} +4 -4
- package/dist/cli/{skill-generator-gsa6qwwt.js → skill-generator-5s0p3y8k.js} +7 -7
- package/dist/cli/{worktree-isolation-ajzyp2gm.js → worktree-isolation-1v2mythh.js} +17 -17
- package/dist/commands/memory.d.ts +8 -0
- package/dist/commands/registry.d.ts +8 -0
- package/dist/config/schema.d.ts +14 -0
- package/dist/index.js +401 -351
- package/dist/memory/config.d.ts +20 -0
- package/dist/memory/errors.d.ts +14 -0
- package/dist/memory/gateway.d.ts +32 -0
- package/dist/memory/index.d.ts +3 -2
- package/dist/memory/pii.d.ts +66 -0
- package/dist/memory/prompt-block.d.ts +1 -1
- package/dist/memory/provider.d.ts +15 -0
- package/dist/memory/redaction.d.ts +31 -8
- package/dist/memory/schema.d.ts +18 -0
- package/dist/memory/sentinel.d.ts +12 -0
- package/dist/memory/sqlite-provider.d.ts +93 -0
- package/dist/memory/types.d.ts +9 -0
- package/package.json +12 -2
|
@@ -709,7 +709,7 @@ async function applyConfidenceFloorAction(directory, touched, options) {
|
|
|
709
709
|
const {
|
|
710
710
|
readAuthoritativeKnowledgeCounterRollups,
|
|
711
711
|
effectiveRetrievalOutcomes
|
|
712
|
-
} = await import("./knowledge-events-
|
|
712
|
+
} = await import("./knowledge-events-d201414m.js");
|
|
713
713
|
const rollups = await readAuthoritativeKnowledgeCounterRollups(directory);
|
|
714
714
|
const flagIds = new Set;
|
|
715
715
|
for (const e of atFloor) {
|
|
@@ -776,11 +776,11 @@ async function applyConfidenceFloorAction(directory, touched, options) {
|
|
|
776
776
|
});
|
|
777
777
|
}
|
|
778
778
|
if (action === "quarantine" && toQuarantine.length > 0) {
|
|
779
|
-
const { quarantineEntry } = await import("./knowledge-validator-
|
|
780
|
-
const { KnowledgeConfigSchema } = await import("./schema-
|
|
779
|
+
const { quarantineEntry } = await import("./knowledge-validator-707vsncy.js");
|
|
780
|
+
const { KnowledgeConfigSchema } = await import("./schema-dnnm0p40.js");
|
|
781
781
|
let config;
|
|
782
782
|
try {
|
|
783
|
-
const { loadPluginConfigWithMeta } = await import("./index-
|
|
783
|
+
const { loadPluginConfigWithMeta } = await import("./index-n6ke10ck.js");
|
|
784
784
|
const { config: loadedConfig } = loadPluginConfigWithMeta(directory);
|
|
785
785
|
config = KnowledgeConfigSchema.parse(loadedConfig.knowledge ?? {});
|
|
786
786
|
} catch {
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
computePlanStructureHash,
|
|
4
4
|
derivePlanId
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-fzqhn96z.js";
|
|
6
6
|
import {
|
|
7
7
|
unsafePathTextReason
|
|
8
8
|
} from "./index-556ja8an.js";
|
|
9
9
|
import {
|
|
10
10
|
PlanSchema
|
|
11
|
-
} from "./index-
|
|
11
|
+
} from "./index-5qwmpamg.js";
|
|
12
12
|
import {
|
|
13
13
|
validateSwarmPath
|
|
14
14
|
} from "./index-w8pgjr75.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
_internals,
|
|
4
4
|
resolveWorktreeIsolationConfig
|
|
5
|
-
} from "./index-
|
|
5
|
+
} from "./index-jfcgnvg6.js";
|
|
6
6
|
import {
|
|
7
7
|
ApprovalEvidenceSchema,
|
|
8
8
|
BaseEvidenceSchema,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
loadPluginConfig,
|
|
43
43
|
loadPluginConfigWithMeta,
|
|
44
44
|
loadPluginConfigWithMetaAsync
|
|
45
|
-
} from "./index-
|
|
45
|
+
} from "./index-5qwmpamg.js";
|
|
46
46
|
import {
|
|
47
47
|
AUTO_REVIEW_V8_BURN_IN_DECISION,
|
|
48
48
|
AgentOverrideConfigSchema,
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
TurboConfigSchema,
|
|
65
65
|
WorktreeIsolationConfigSchema,
|
|
66
66
|
resolveAutoReviewConfig
|
|
67
|
-
} from "./index-
|
|
67
|
+
} from "./index-fay8h6v8.js";
|
|
68
68
|
import {
|
|
69
69
|
ALL_AGENT_NAMES,
|
|
70
70
|
ALL_SUBAGENT_NAMES,
|