@sesamespace/hivemind 0.11.5 → 0.12.1
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/{chunk-MWQZTAYA.js → chunk-6IAV6YAV.js} +2 -2
- package/dist/{chunk-EKZ3IZU6.js → chunk-7XXV5FKN.js} +304 -26
- package/dist/chunk-7XXV5FKN.js.map +1 -0
- package/dist/{chunk-HQTD25CP.js → chunk-AZ2ZKLN3.js} +2 -2
- package/dist/{chunk-NUMLGOLM.js → chunk-DD7TRNOD.js} +2 -2
- package/dist/{chunk-TTVGHFFT.js → chunk-VAR7O4UE.js} +3 -3
- package/dist/{chunk-GD6XTDQQ.js → chunk-Y2FWCQDX.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/init.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +6 -6
- package/dist/start.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-EKZ3IZU6.js.map +0 -1
- /package/dist/{chunk-MWQZTAYA.js.map → chunk-6IAV6YAV.js.map} +0 -0
- /package/dist/{chunk-HQTD25CP.js.map → chunk-AZ2ZKLN3.js.map} +0 -0
- /package/dist/{chunk-NUMLGOLM.js.map → chunk-DD7TRNOD.js.map} +0 -0
- /package/dist/{chunk-TTVGHFFT.js.map → chunk-VAR7O4UE.js.map} +0 -0
- /package/dist/{chunk-GD6XTDQQ.js.map → chunk-Y2FWCQDX.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FleetManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6IAV6YAV.js";
|
|
4
4
|
|
|
5
5
|
// packages/cli/src/commands/fleet.ts
|
|
6
6
|
function formatUptime(seconds) {
|
|
@@ -183,4 +183,4 @@ Commands:
|
|
|
183
183
|
export {
|
|
184
184
|
runFleetCommand
|
|
185
185
|
};
|
|
186
|
-
//# sourceMappingURL=chunk-
|
|
186
|
+
//# sourceMappingURL=chunk-AZ2ZKLN3.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startPipeline
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7XXV5FKN.js";
|
|
4
4
|
|
|
5
5
|
// packages/cli/src/commands/start.ts
|
|
6
6
|
import { resolve } from "path";
|
|
@@ -66,4 +66,4 @@ Options:
|
|
|
66
66
|
export {
|
|
67
67
|
runStartCommand
|
|
68
68
|
};
|
|
69
|
-
//# sourceMappingURL=chunk-
|
|
69
|
+
//# sourceMappingURL=chunk-DD7TRNOD.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6IAV6YAV.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7XXV5FKN.js";
|
|
8
8
|
|
|
9
9
|
// packages/cli/src/commands/watchdog.ts
|
|
10
10
|
import { resolve } from "path";
|
|
@@ -76,4 +76,4 @@ Options:
|
|
|
76
76
|
export {
|
|
77
77
|
runWatchdogCommand
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-VAR7O4UE.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SesameClient,
|
|
3
3
|
getClaudeCodeOAuthToken
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7XXV5FKN.js";
|
|
5
5
|
|
|
6
6
|
// packages/cli/src/commands/init.ts
|
|
7
7
|
import { resolve, dirname } from "path";
|
|
@@ -436,4 +436,4 @@ Options:
|
|
|
436
436
|
export {
|
|
437
437
|
runInitCommand
|
|
438
438
|
};
|
|
439
|
-
//# sourceMappingURL=chunk-
|
|
439
|
+
//# sourceMappingURL=chunk-Y2FWCQDX.js.map
|
package/dist/commands/fleet.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runFleetCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-AZ2ZKLN3.js";
|
|
4
|
+
import "../chunk-6IAV6YAV.js";
|
|
5
|
+
import "../chunk-7XXV5FKN.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runFleetCommand
|
package/dist/commands/init.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runInitCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-Y2FWCQDX.js";
|
|
4
|
+
import "../chunk-6IAV6YAV.js";
|
|
5
|
+
import "../chunk-7XXV5FKN.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runInitCommand
|
package/dist/commands/start.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runStartCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-DD7TRNOD.js";
|
|
4
|
+
import "../chunk-6IAV6YAV.js";
|
|
5
|
+
import "../chunk-7XXV5FKN.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runStartCommand
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runWatchdogCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-VAR7O4UE.js";
|
|
4
|
+
import "../chunk-6IAV6YAV.js";
|
|
5
|
+
import "../chunk-7XXV5FKN.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runWatchdogCommand
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
PrimaryMemorySync,
|
|
5
5
|
Watchdog,
|
|
6
6
|
WorkerMemorySync
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6IAV6YAV.js";
|
|
8
8
|
import {
|
|
9
9
|
Agent,
|
|
10
10
|
AutoDebugger,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
setLogLevel,
|
|
35
35
|
startPipeline,
|
|
36
36
|
startWorker
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-7XXV5FKN.js";
|
|
38
38
|
import "./chunk-DGUM43GV.js";
|
|
39
39
|
export {
|
|
40
40
|
Agent,
|
package/dist/main.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runInitCommand
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-Y2FWCQDX.js";
|
|
5
5
|
import {
|
|
6
6
|
runStartCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-DD7TRNOD.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AZ2ZKLN3.js";
|
|
11
11
|
import {
|
|
12
12
|
runServiceCommand
|
|
13
13
|
} from "./chunk-6QZDXOMW.js";
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
} from "./chunk-ICSJNKI6.js";
|
|
17
17
|
import {
|
|
18
18
|
runWatchdogCommand
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-VAR7O4UE.js";
|
|
20
|
+
import "./chunk-6IAV6YAV.js";
|
|
21
|
+
import "./chunk-7XXV5FKN.js";
|
|
22
22
|
import "./chunk-DGUM43GV.js";
|
|
23
23
|
|
|
24
24
|
// packages/cli/src/commands/session.ts
|
package/dist/start.js
CHANGED