opencode-swarm 7.103.2 → 7.104.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-4rxjsg22.js → config-doctor-5m8z8jeg.js} +2 -2
- package/dist/cli/{guardrail-explain-4pnnjmyb.js → guardrail-explain-2zat1bxh.js} +5 -5
- package/dist/cli/{guardrail-log-vg0atkrx.js → guardrail-log-zhshjbpk.js} +3 -3
- package/dist/cli/{index-9zb70qfe.js → index-0derejrq.js} +1 -1
- package/dist/cli/{index-h0h4qjmc.js → index-5tywmqeh.js} +1 -1
- package/dist/cli/{index-4fnw0ebs.js → index-e7nhwa9k.js} +8 -6
- package/dist/cli/{index-5xy6kv7p.js → index-fk8ta8zw.js} +2 -2
- package/dist/cli/{index-m9keg83x.js → index-kcbcy6wq.js} +1 -1
- package/dist/cli/{index-3ahcme4e.js → index-n3ys2eny.js} +655 -55
- package/dist/cli/{index-ga7et2xw.js → index-t1vfvtg9.js} +21 -0
- package/dist/cli/index.js +4 -4
- package/dist/cli/{schema-az0hgfv0.js → schema-yxkdx5g5.js} +1 -1
- package/dist/commands/index.d.ts +1 -1
- package/dist/commands/memory.d.ts +1 -0
- package/dist/commands/registry.d.ts +8 -0
- package/dist/config/schema.d.ts +22 -0
- package/dist/council/types.d.ts +9 -0
- package/dist/graph/import-extractor.d.ts +1 -1
- package/dist/hooks/knowledge-application.d.ts +2 -2
- package/dist/hooks/knowledge-events.d.ts +3 -0
- package/dist/index.js +79 -44
- package/dist/lang/symbol-visibility.d.ts +2 -0
- package/dist/memory/config.d.ts +20 -0
- package/dist/memory/gateway.d.ts +1 -0
- package/dist/memory/index.d.ts +2 -1
- package/dist/memory/maintenance.d.ts +4 -1
- package/dist/memory/provider-pool.d.ts +23 -0
- package/dist/memory/provider.d.ts +53 -0
- package/dist/memory/reward.d.ts +39 -0
- package/dist/memory/schema.d.ts +2 -0
- package/dist/memory/scoring.d.ts +2 -0
- package/dist/memory/sqlite-provider.d.ts +53 -1
- package/dist/memory/types.d.ts +5 -0
- package/dist/state.d.ts +2 -2
- package/dist/tools/convene-council.d.ts +2 -0
- package/dist/tools/repo-graph/builder.d.ts +4 -2
- package/dist/tools/submit-phase-council-verdicts.d.ts +1 -0
- package/dist/tools/symbols.d.ts +2 -0
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
shouldRunOnStartup,
|
|
13
13
|
writeBackupArtifact,
|
|
14
14
|
writeDoctorArtifact
|
|
15
|
-
} from "./index-
|
|
16
|
-
import"./index-
|
|
15
|
+
} from "./index-5tywmqeh.js";
|
|
16
|
+
import"./index-t1vfvtg9.js";
|
|
17
17
|
import"./index-5e4e2hvv.js";
|
|
18
18
|
import"./index-p0arc26j.js";
|
|
19
19
|
import"./index-zgwm4ryv.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-fk8ta8zw.js";
|
|
5
|
+
import"./index-n3ys2eny.js";
|
|
6
|
+
import"./index-kcbcy6wq.js";
|
|
7
7
|
import"./index-ydgy7vg5.js";
|
|
8
8
|
import"./index-vwyjkzgs.js";
|
|
9
9
|
import"./index-f7nma02k.js";
|
|
10
|
-
import"./index-
|
|
11
|
-
import"./index-
|
|
10
|
+
import"./index-5tywmqeh.js";
|
|
11
|
+
import"./index-t1vfvtg9.js";
|
|
12
12
|
import"./index-k2rmw9sz.js";
|
|
13
13
|
import"./index-8w4d325g.js";
|
|
14
14
|
import"./index-v4fcn4tr.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-0derejrq.js";
|
|
5
|
+
import"./index-kcbcy6wq.js";
|
|
6
|
+
import"./index-t1vfvtg9.js";
|
|
7
7
|
import"./index-5e4e2hvv.js";
|
|
8
8
|
import"./index-p0arc26j.js";
|
|
9
9
|
import"./index-zgwm4ryv.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-fk8ta8zw.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-0derejrq.js";
|
|
8
8
|
import {
|
|
9
9
|
COMMAND_REGISTRY,
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
@@ -58,6 +58,7 @@ import {
|
|
|
58
58
|
handleMemoryImportCommand,
|
|
59
59
|
handleMemoryMigrateCommand,
|
|
60
60
|
handleMemoryStatusCommand,
|
|
61
|
+
handleMemoryValueLogCommand,
|
|
61
62
|
handlePlanCommand,
|
|
62
63
|
handlePreflightCommand,
|
|
63
64
|
handlePromoteCommand,
|
|
@@ -79,17 +80,17 @@ import {
|
|
|
79
80
|
handleWriteRetroCommand,
|
|
80
81
|
normalizeSwarmCommandInput,
|
|
81
82
|
resolveCommand
|
|
82
|
-
} from "./index-
|
|
83
|
-
import"./index-
|
|
83
|
+
} from "./index-n3ys2eny.js";
|
|
84
|
+
import"./index-kcbcy6wq.js";
|
|
84
85
|
import"./index-ydgy7vg5.js";
|
|
85
86
|
import"./index-vwyjkzgs.js";
|
|
86
87
|
import"./index-f7nma02k.js";
|
|
87
|
-
import"./index-
|
|
88
|
+
import"./index-5tywmqeh.js";
|
|
88
89
|
import {
|
|
89
90
|
AGENT_TOOL_MAP,
|
|
90
91
|
ORCHESTRATOR_NAME,
|
|
91
92
|
stripKnownSwarmPrefix
|
|
92
|
-
} from "./index-
|
|
93
|
+
} from "./index-t1vfvtg9.js";
|
|
93
94
|
import"./index-k2rmw9sz.js";
|
|
94
95
|
import"./index-8w4d325g.js";
|
|
95
96
|
import"./index-v4fcn4tr.js";
|
|
@@ -358,6 +359,7 @@ export {
|
|
|
358
359
|
handlePromoteCommand,
|
|
359
360
|
handlePreflightCommand,
|
|
360
361
|
handlePlanCommand,
|
|
362
|
+
handleMemoryValueLogCommand,
|
|
361
363
|
handleMemoryStatusCommand,
|
|
362
364
|
handleMemoryMigrateCommand,
|
|
363
365
|
handleMemoryImportCommand,
|
|
@@ -12,14 +12,14 @@ import {
|
|
|
12
12
|
detectPosixWrites,
|
|
13
13
|
detectWindowsWrites,
|
|
14
14
|
resolveWriteTargets
|
|
15
|
-
} from "./index-
|
|
15
|
+
} from "./index-n3ys2eny.js";
|
|
16
16
|
import {
|
|
17
17
|
checkFileAuthority,
|
|
18
18
|
classifyFile,
|
|
19
19
|
isInDeclaredScope,
|
|
20
20
|
redactPath,
|
|
21
21
|
redactShellCommand
|
|
22
|
-
} from "./index-
|
|
22
|
+
} from "./index-kcbcy6wq.js";
|
|
23
23
|
|
|
24
24
|
// src/services/guardrail-explain-service.ts
|
|
25
25
|
import path from "path";
|