opencode-swarm 7.116.1 → 7.118.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-htzxe394.js → config-doctor-p73yfdz0.js} +2 -2
- package/dist/cli/{curator-yxmtp8py.js → curator-920swpnk.js} +10 -10
- package/dist/cli/{curator-llm-factory-9qn52fnv.js → curator-llm-factory-kqt1f4sw.js} +10 -10
- package/dist/cli/{guardrail-explain-xvyz2eag.js → guardrail-explain-bycz51b0.js} +11 -11
- package/dist/cli/{guardrail-log-dzbqcgz9.js → guardrail-log-qjqgg7pz.js} +3 -3
- package/dist/cli/{hive-promoter-ykqc60w1.js → hive-promoter-w9pgfs6w.js} +15 -10
- package/dist/cli/{index-m7hc7nn7.js → index-11q1t6g0.js} +1 -1
- package/dist/cli/{index-7kcpkm4y.js → index-34tsqvqb.js} +2527 -1354
- package/dist/cli/{index-efdyjgeh.js → index-470tykwx.js} +2 -2
- package/dist/cli/{index-g4p13g8t.js → index-5hze8ztj.js} +12 -22
- package/dist/cli/{index-m43zgtjn.js → index-bcg89pt8.js} +1 -1
- package/dist/cli/{index-8j5d3ytd.js → index-g2wrs7jy.js} +1 -1
- package/dist/cli/{index-wegc6xwr.js → index-jbdgpqpj.js} +3 -3
- package/dist/cli/{index-p9jf8gt8.js → index-k83hebh1.js} +12 -12
- package/dist/cli/{index-nvc0nsvg.js → index-pdk1n8yh.js} +2 -0
- package/dist/cli/{index-t5f01hnz.js → index-pjhfe7c3.js} +2 -2
- package/dist/cli/{index-5h7d37nf.js → index-qx5z58a7.js} +19 -31
- package/dist/cli/{index-wxkf3089.js → index-sb9x6xjj.js} +3 -3
- package/dist/cli/{index-34g1mv3c.js → index-wpgv6hht.js} +52 -6
- package/dist/cli/index.js +10 -10
- package/dist/cli/{knowledge-escalator-tthw6c9q.js → knowledge-escalator-gt1q632m.js} +4 -4
- package/dist/cli/{knowledge-events-hrbmwxxj.js → knowledge-events-0bjdtdsb.js} +2 -2
- package/dist/cli/{knowledge-store-5cns5sns.js → knowledge-store-fm2300xf.js} +7 -2
- package/dist/cli/{knowledge-validator-xre0s774.js → knowledge-validator-91kx3eqv.js} +3 -3
- package/dist/cli/{schema-bqn7g3ez.js → schema-7c484wjz.js} +1 -1
- package/dist/cli/{skill-generator-22nk6c6a.js → skill-generator-t47xyfps.js} +5 -5
- package/dist/commands/link.d.ts +7 -4
- package/dist/commands/promote.d.ts +3 -0
- package/dist/commands/registry.d.ts +2 -2
- package/dist/commands/unlink.d.ts +12 -5
- package/dist/config/schema.d.ts +8 -4
- package/dist/hooks/curator-postmortem.d.ts +1 -1
- package/dist/hooks/hive-policy.d.ts +81 -0
- package/dist/hooks/hive-promoter.d.ts +147 -28
- package/dist/hooks/hive-transaction.d.ts +113 -0
- package/dist/hooks/knowledge-events.d.ts +4 -1
- package/dist/hooks/knowledge-link.d.ts +31 -4
- package/dist/hooks/knowledge-store.d.ts +6 -5
- package/dist/hooks/knowledge-types.d.ts +87 -0
- package/dist/index.js +343 -325
- package/dist/knowledge/cohort-identity.d.ts +103 -0
- package/dist/knowledge/config-fingerprint.d.ts +57 -0
- package/dist/knowledge/family-manifest.d.ts +50 -0
- package/dist/knowledge/family-migration.d.ts +109 -0
- package/dist/knowledge/hive-paths.d.ts +51 -0
- package/dist/knowledge/identity.d.ts +12 -2
- package/dist/knowledge/index.d.ts +1 -0
- package/dist/services/knowledge-diagnostics.d.ts +45 -0
- package/dist/services/status-service.d.ts +13 -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-11q1t6g0.js";
|
|
16
|
+
import"./index-pdk1n8yh.js";
|
|
17
17
|
import"./index-bfwt3abw.js";
|
|
18
18
|
import"./index-5e4e2hvv.js";
|
|
19
19
|
import"./index-p0arc26j.js";
|
|
@@ -14,23 +14,23 @@ import {
|
|
|
14
14
|
runCuratorInit,
|
|
15
15
|
runCuratorPhase,
|
|
16
16
|
writeCuratorSummary
|
|
17
|
-
} from "./index-
|
|
17
|
+
} from "./index-34tsqvqb.js";
|
|
18
18
|
import"./index-nprawcc0.js";
|
|
19
|
-
import"./index-
|
|
19
|
+
import"./index-g2wrs7jy.js";
|
|
20
20
|
import"./index-c8s9a3zh.js";
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
21
|
+
import"./index-11q1t6g0.js";
|
|
22
|
+
import"./index-pdk1n8yh.js";
|
|
23
23
|
import"./index-xdsd2hma.js";
|
|
24
24
|
import"./index-scww5b77.js";
|
|
25
25
|
import"./index-4905hd2m.js";
|
|
26
26
|
import"./index-5bcrp3bc.js";
|
|
27
|
-
import"./index-
|
|
28
|
-
import"./index-
|
|
29
|
-
import"./index-
|
|
30
|
-
import"./index-
|
|
31
|
-
import"./index-
|
|
27
|
+
import"./index-sb9x6xjj.js";
|
|
28
|
+
import"./index-pjhfe7c3.js";
|
|
29
|
+
import"./index-jbdgpqpj.js";
|
|
30
|
+
import"./index-5hze8ztj.js";
|
|
31
|
+
import"./index-qx5z58a7.js";
|
|
32
32
|
import"./index-bfwt3abw.js";
|
|
33
|
-
import"./index-
|
|
33
|
+
import"./index-wpgv6hht.js";
|
|
34
34
|
import"./index-vxv732ex.js";
|
|
35
35
|
import"./index-8fwhhayc.js";
|
|
36
36
|
import"./index-q1exe2b3.js";
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createCuratorLLMDelegate
|
|
4
|
-
} from "./index-
|
|
4
|
+
} from "./index-34tsqvqb.js";
|
|
5
5
|
import"./index-nprawcc0.js";
|
|
6
|
-
import"./index-
|
|
6
|
+
import"./index-g2wrs7jy.js";
|
|
7
7
|
import"./index-c8s9a3zh.js";
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
8
|
+
import"./index-11q1t6g0.js";
|
|
9
|
+
import"./index-pdk1n8yh.js";
|
|
10
10
|
import"./index-xdsd2hma.js";
|
|
11
11
|
import"./index-scww5b77.js";
|
|
12
12
|
import"./index-4905hd2m.js";
|
|
13
13
|
import"./index-5bcrp3bc.js";
|
|
14
|
-
import"./index-
|
|
15
|
-
import"./index-
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
14
|
+
import"./index-sb9x6xjj.js";
|
|
15
|
+
import"./index-pjhfe7c3.js";
|
|
16
|
+
import"./index-jbdgpqpj.js";
|
|
17
|
+
import"./index-5hze8ztj.js";
|
|
18
|
+
import"./index-qx5z58a7.js";
|
|
19
19
|
import"./index-bfwt3abw.js";
|
|
20
|
-
import"./index-
|
|
20
|
+
import"./index-wpgv6hht.js";
|
|
21
21
|
import"./index-vxv732ex.js";
|
|
22
22
|
import"./index-8fwhhayc.js";
|
|
23
23
|
import"./index-q1exe2b3.js";
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
4
|
+
} from "./index-470tykwx.js";
|
|
5
|
+
import"./index-34tsqvqb.js";
|
|
6
6
|
import"./index-nprawcc0.js";
|
|
7
|
-
import"./index-
|
|
7
|
+
import"./index-g2wrs7jy.js";
|
|
8
8
|
import"./index-c8s9a3zh.js";
|
|
9
|
-
import"./index-
|
|
10
|
-
import"./index-
|
|
9
|
+
import"./index-11q1t6g0.js";
|
|
10
|
+
import"./index-pdk1n8yh.js";
|
|
11
11
|
import"./index-xdsd2hma.js";
|
|
12
12
|
import"./index-scww5b77.js";
|
|
13
13
|
import"./index-4905hd2m.js";
|
|
14
14
|
import"./index-5bcrp3bc.js";
|
|
15
|
-
import"./index-
|
|
16
|
-
import"./index-
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
15
|
+
import"./index-sb9x6xjj.js";
|
|
16
|
+
import"./index-pjhfe7c3.js";
|
|
17
|
+
import"./index-jbdgpqpj.js";
|
|
18
|
+
import"./index-5hze8ztj.js";
|
|
19
|
+
import"./index-qx5z58a7.js";
|
|
20
20
|
import"./index-bfwt3abw.js";
|
|
21
|
-
import"./index-
|
|
21
|
+
import"./index-wpgv6hht.js";
|
|
22
22
|
import"./index-vxv732ex.js";
|
|
23
23
|
import"./index-8fwhhayc.js";
|
|
24
24
|
import"./index-q1exe2b3.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-bcg89pt8.js";
|
|
5
|
+
import"./index-g2wrs7jy.js";
|
|
6
|
+
import"./index-pdk1n8yh.js";
|
|
7
7
|
import"./index-bfwt3abw.js";
|
|
8
8
|
import"./index-5e4e2hvv.js";
|
|
9
9
|
import"./index-p0arc26j.js";
|
|
@@ -2,27 +2,30 @@
|
|
|
2
2
|
import {
|
|
3
3
|
_internals1 as _internals,
|
|
4
4
|
checkHivePromotions,
|
|
5
|
+
countDistinctProjects,
|
|
5
6
|
createHivePromoterHook,
|
|
6
7
|
isHiveEligible,
|
|
7
8
|
promoteFromSwarm,
|
|
8
9
|
promoteToHive
|
|
9
|
-
} from "./index-
|
|
10
|
+
} from "./index-34tsqvqb.js";
|
|
10
11
|
import"./index-nprawcc0.js";
|
|
11
|
-
import"./index-
|
|
12
|
+
import"./index-g2wrs7jy.js";
|
|
12
13
|
import"./index-c8s9a3zh.js";
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
14
|
+
import"./index-11q1t6g0.js";
|
|
15
|
+
import"./index-pdk1n8yh.js";
|
|
15
16
|
import"./index-xdsd2hma.js";
|
|
16
17
|
import"./index-scww5b77.js";
|
|
17
18
|
import"./index-4905hd2m.js";
|
|
18
19
|
import"./index-5bcrp3bc.js";
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
22
|
-
import"./index-
|
|
23
|
-
import
|
|
20
|
+
import"./index-sb9x6xjj.js";
|
|
21
|
+
import"./index-pjhfe7c3.js";
|
|
22
|
+
import"./index-jbdgpqpj.js";
|
|
23
|
+
import"./index-5hze8ztj.js";
|
|
24
|
+
import {
|
|
25
|
+
resolveHiveKnowledgePath
|
|
26
|
+
} from "./index-qx5z58a7.js";
|
|
24
27
|
import"./index-bfwt3abw.js";
|
|
25
|
-
import"./index-
|
|
28
|
+
import"./index-wpgv6hht.js";
|
|
26
29
|
import"./index-vxv732ex.js";
|
|
27
30
|
import"./index-8fwhhayc.js";
|
|
28
31
|
import"./index-q1exe2b3.js";
|
|
@@ -43,10 +46,12 @@ import"./index-vvk2g744.js";
|
|
|
43
46
|
import"./index-qe3v54nb.js";
|
|
44
47
|
import"./index-a76rekgs.js";
|
|
45
48
|
export {
|
|
49
|
+
resolveHiveKnowledgePath,
|
|
46
50
|
promoteToHive,
|
|
47
51
|
promoteFromSwarm,
|
|
48
52
|
isHiveEligible,
|
|
49
53
|
createHivePromoterHook,
|
|
54
|
+
countDistinctProjects,
|
|
50
55
|
checkHivePromotions,
|
|
51
56
|
_internals
|
|
52
57
|
};
|