@sesamespace/hivemind 0.8.8 → 0.8.10
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/README.md +2 -0
- package/dist/{chunk-PSOS7GMS.js → chunk-A5LMEJIN.js} +2 -2
- package/dist/{chunk-SEL5726C.js → chunk-F6EMICWP.js} +3 -3
- package/dist/{chunk-2LGU4ZLA.js → chunk-OG6GPQDK.js} +17 -4
- package/dist/chunk-OG6GPQDK.js.map +1 -0
- package/dist/{chunk-B6IS7TAC.js → chunk-OVRYYS5I.js} +2 -2
- package/dist/{chunk-STO4NMBI.js → chunk-SMUG64N7.js} +2 -2
- package/dist/{chunk-B7NI6R3R.js → chunk-XBJGLZ7V.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/test-caitlin-access.md +11 -0
- package/dist/chunk-2LGU4ZLA.js.map +0 -1
- /package/dist/{chunk-PSOS7GMS.js.map → chunk-A5LMEJIN.js.map} +0 -0
- /package/dist/{chunk-SEL5726C.js.map → chunk-F6EMICWP.js.map} +0 -0
- /package/dist/{chunk-B6IS7TAC.js.map → chunk-OVRYYS5I.js.map} +0 -0
- /package/dist/{chunk-STO4NMBI.js.map → chunk-SMUG64N7.js.map} +0 -0
- /package/dist/{chunk-B7NI6R3R.js.map → chunk-XBJGLZ7V.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startPipeline
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OG6GPQDK.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-OVRYYS5I.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FleetManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-A5LMEJIN.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-SMUG64N7.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SesameClient,
|
|
3
3
|
getClaudeCodeOAuthToken
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OG6GPQDK.js";
|
|
5
5
|
|
|
6
6
|
// packages/cli/src/commands/init.ts
|
|
7
7
|
import { resolve, dirname } from "path";
|
|
@@ -359,4 +359,4 @@ Options:
|
|
|
359
359
|
export {
|
|
360
360
|
runInitCommand
|
|
361
361
|
};
|
|
362
|
-
//# sourceMappingURL=chunk-
|
|
362
|
+
//# sourceMappingURL=chunk-XBJGLZ7V.js.map
|
package/dist/commands/fleet.js
CHANGED
package/dist/commands/init.js
CHANGED
package/dist/commands/start.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runWatchdogCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-F6EMICWP.js";
|
|
4
|
+
import "../chunk-A5LMEJIN.js";
|
|
5
|
+
import "../chunk-OG6GPQDK.js";
|
|
6
6
|
export {
|
|
7
7
|
runWatchdogCommand
|
|
8
8
|
};
|
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-A5LMEJIN.js";
|
|
8
8
|
import {
|
|
9
9
|
Agent,
|
|
10
10
|
CompactionManager,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
loadConfig,
|
|
29
29
|
startPipeline,
|
|
30
30
|
startWorker
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-OG6GPQDK.js";
|
|
32
32
|
export {
|
|
33
33
|
Agent,
|
|
34
34
|
CompactionManager,
|
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-XBJGLZ7V.js";
|
|
5
5
|
import {
|
|
6
6
|
runStartCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-OVRYYS5I.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-SMUG64N7.js";
|
|
11
11
|
import {
|
|
12
12
|
runServiceCommand
|
|
13
13
|
} from "./chunk-IJRAVHQC.js";
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
} from "./chunk-LJHJGDKY.js";
|
|
17
17
|
import {
|
|
18
18
|
runWatchdogCommand
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-F6EMICWP.js";
|
|
20
|
+
import "./chunk-A5LMEJIN.js";
|
|
21
|
+
import "./chunk-OG6GPQDK.js";
|
|
22
22
|
|
|
23
23
|
// packages/cli/src/main.ts
|
|
24
24
|
var [command, ...args] = process.argv.slice(2);
|
package/dist/start.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Test File - Caitlin Access
|
|
2
|
+
|
|
3
|
+
Created by Caitlin on 2026-03-01 to test GitHub write access.
|
|
4
|
+
|
|
5
|
+
This demonstrates that I can:
|
|
6
|
+
- Access the Hivemind repository
|
|
7
|
+
- Create files
|
|
8
|
+
- Commit changes
|
|
9
|
+
- Push to GitHub
|
|
10
|
+
|
|
11
|
+
This file can be safely deleted after testing is complete.
|