opencode-swarm 7.113.3 → 7.113.4
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/{curator-llm-factory-mhjcpy1s.js → curator-llm-factory-b3g0g0cd.js} +1 -1
- package/dist/cli/{curator-ckzb8ww4.js → curator-nh9raf1a.js} +5 -1
- package/dist/cli/{guardrail-explain-kabd97j8.js → guardrail-explain-wpv5eskq.js} +2 -2
- package/dist/cli/{hive-promoter-h21wzpsr.js → hive-promoter-c0fd3j02.js} +4 -2
- package/dist/cli/{index-srvqfcyj.js → index-10v7hrkj.js} +1 -1
- package/dist/cli/{index-hw4tcxs9.js → index-5yzr9fk6.js} +3 -3
- package/dist/cli/{index-dh87tpc5.js → index-ct9e0y0q.js} +636 -396
- package/dist/cli/index.js +1 -1
- package/dist/hooks/curator.d.ts +33 -9
- package/dist/hooks/hive-promoter.d.ts +7 -0
- package/dist/hooks/knowledge-curator.d.ts +13 -0
- package/dist/index.js +187 -187
- package/package.json +1 -1
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
_internals,
|
|
4
|
+
appendCuratorRecommendation,
|
|
4
5
|
applyCuratorKnowledgeUpdates,
|
|
5
6
|
checkPhaseCompliance,
|
|
6
7
|
filterPhaseEvents,
|
|
8
|
+
mergeCuratorPhaseSummary,
|
|
7
9
|
normalizeRecommendationEntryIdToken,
|
|
8
10
|
parseKnowledgeRecommendations,
|
|
9
11
|
parseKnowledgeRecommendationsWithDiagnostics,
|
|
@@ -12,7 +14,7 @@ import {
|
|
|
12
14
|
runCuratorInit,
|
|
13
15
|
runCuratorPhase,
|
|
14
16
|
writeCuratorSummary
|
|
15
|
-
} from "./index-
|
|
17
|
+
} from "./index-ct9e0y0q.js";
|
|
16
18
|
import"./index-g6va6n3t.js";
|
|
17
19
|
import"./index-c8s9a3zh.js";
|
|
18
20
|
import"./index-2148358e.js";
|
|
@@ -56,8 +58,10 @@ export {
|
|
|
56
58
|
parseKnowledgeRecommendationsWithDiagnostics,
|
|
57
59
|
parseKnowledgeRecommendations,
|
|
58
60
|
normalizeRecommendationEntryIdToken,
|
|
61
|
+
mergeCuratorPhaseSummary,
|
|
59
62
|
filterPhaseEvents,
|
|
60
63
|
checkPhaseCompliance,
|
|
61
64
|
applyCuratorKnowledgeUpdates,
|
|
65
|
+
appendCuratorRecommendation,
|
|
62
66
|
_internals
|
|
63
67
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-10v7hrkj.js";
|
|
5
|
+
import"./index-ct9e0y0q.js";
|
|
6
6
|
import"./index-g6va6n3t.js";
|
|
7
7
|
import"./index-c8s9a3zh.js";
|
|
8
8
|
import"./index-2148358e.js";
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
|
+
_internals1 as _internals,
|
|
3
4
|
checkHivePromotions,
|
|
4
5
|
createHivePromoterHook,
|
|
5
6
|
isHiveEligible,
|
|
6
7
|
promoteFromSwarm,
|
|
7
8
|
promoteToHive
|
|
8
|
-
} from "./index-
|
|
9
|
+
} from "./index-ct9e0y0q.js";
|
|
9
10
|
import"./index-g6va6n3t.js";
|
|
10
11
|
import"./index-c8s9a3zh.js";
|
|
11
12
|
import"./index-2148358e.js";
|
|
@@ -45,5 +46,6 @@ export {
|
|
|
45
46
|
promoteFromSwarm,
|
|
46
47
|
isHiveEligible,
|
|
47
48
|
createHivePromoterHook,
|
|
48
|
-
checkHivePromotions
|
|
49
|
+
checkHivePromotions,
|
|
50
|
+
_internals
|
|
49
51
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-10v7hrkj.js";
|
|
5
5
|
import {
|
|
6
6
|
handleGuardrailLog
|
|
7
7
|
} from "./index-xbe1wtme.js";
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
SWARM_COMMAND_TOOL_ALLOWLIST,
|
|
11
11
|
SWARM_COMMAND_TOOL_COMMANDS,
|
|
12
12
|
VALID_COMMANDS,
|
|
13
|
-
|
|
13
|
+
_internals2 as _internals,
|
|
14
14
|
canonicalCommandKey,
|
|
15
15
|
classifySwarmCommandChatFallbackUse,
|
|
16
16
|
classifySwarmCommandToolUse,
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
handleWriteRetroCommand,
|
|
82
82
|
normalizeSwarmCommandInput,
|
|
83
83
|
resolveCommand
|
|
84
|
-
} from "./index-
|
|
84
|
+
} from "./index-ct9e0y0q.js";
|
|
85
85
|
import"./index-g6va6n3t.js";
|
|
86
86
|
import"./index-c8s9a3zh.js";
|
|
87
87
|
import"./index-2148358e.js";
|