svamp-cli 0.2.340 → 0.2.342
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/{adminCommands-K1oo5Zxr.mjs → adminCommands-CRTBDZan.mjs} +1 -1
- package/dist/{agentCommands-ChVM6K3a.mjs → agentCommands-BuO988tJ.mjs} +5 -5
- package/dist/{auth-D3lxMSjT.mjs → auth--WS0wezs.mjs} +1 -1
- package/dist/{cli-DS4Xb1_k.mjs → cli-B24CmIli.mjs} +137 -83
- package/dist/cli.mjs +2 -2
- package/dist/{commands-CQ37lyCn.mjs → commands-BKb1g8Gq.mjs} +2 -2
- package/dist/{commands-CENM3waA.mjs → commands-BsKgZ5sQ.mjs} +1 -1
- package/dist/{commands-CTusBMbx.mjs → commands-C0HQiu-S.mjs} +3 -3
- package/dist/{commands-oblvzodh.mjs → commands-Cwxy-C5N.mjs} +11 -11
- package/dist/{commands-Daivh0OQ.mjs → commands-DDuGBSsz.mjs} +12 -17
- package/dist/{commands-i4sJJo_T.mjs → commands-DU4B-4Gh.mjs} +3 -3
- package/dist/{commands-CIfNXKBb.mjs → commands-DXLOKJOj.mjs} +3 -3
- package/dist/{commands-B--vQWTy.mjs → commands-DXM17M6n.mjs} +3 -3
- package/dist/{fleet-C4R6E2Hp.mjs → fleet-BHzlAvnu.mjs} +1 -1
- package/dist/{headlessCli-CTp95z2R.mjs → headlessCli-C2gvOpOt.mjs} +2 -2
- package/dist/index.mjs +1 -1
- package/dist/{notifyCommands-CYQ80UQK.mjs → notifyCommands-0aZUwKQK.mjs} +1 -1
- package/dist/{package-4ZZ-NyHo.mjs → package-CTbGYaJG.mjs} +3 -3
- package/dist/{rpc-Hzx79dRT.mjs → rpc-B2Lc2BAB.mjs} +4 -4
- package/dist/{rpc-C_4D0N6G.mjs → rpc-rAQQ1q8t.mjs} +1 -1
- package/dist/{run-DQnBdAxD.mjs → run-C7QVfyw4.mjs} +1 -1
- package/dist/{run-zvn6DVUS.mjs → run-CF4kAVPW.mjs} +15402 -15007
- package/dist/{scheduler-BiHJvgws.mjs → scheduler-CzF4lOe_.mjs} +1 -1
- package/dist/{serveCommands-CQMkfTEw.mjs → serveCommands-EIEqdaVu.mjs} +31 -16
- package/dist/{sideband-BskNkJLx.mjs → sideband-BoutiRJi.mjs} +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as connectToHypha,
|
|
1
|
+
import { c as connectToHypha, O as computeCollectionConfigUpdate, P as SYSTEM_COLLECTION_CONFIG } from './run-CF4kAVPW.mjs';
|
|
2
2
|
import { existsSync, readFileSync } from 'node:fs';
|
|
3
3
|
import { join } from 'node:path';
|
|
4
4
|
import os from 'node:os';
|
|
@@ -2,7 +2,7 @@ import { existsSync, readFileSync, mkdirSync, writeFileSync, renameSync } from '
|
|
|
2
2
|
import { join, dirname } from 'node:path';
|
|
3
3
|
import os from 'node:os';
|
|
4
4
|
import { requireNotSandboxed } from './sandboxDetect-DNTcbgWD.mjs';
|
|
5
|
-
import { e as shortId } from './run-
|
|
5
|
+
import { e as shortId } from './run-CF4kAVPW.mjs';
|
|
6
6
|
import 'os';
|
|
7
7
|
import 'fs/promises';
|
|
8
8
|
import 'fs';
|
|
@@ -96,7 +96,7 @@ async function sessionSetTitle(title) {
|
|
|
96
96
|
}
|
|
97
97
|
async function sessionSetProjectDescription(description) {
|
|
98
98
|
const dir = process.cwd();
|
|
99
|
-
const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-
|
|
99
|
+
const { projectName, writeProjectInfo, sanitizeDescription, projectInfoPath } = await import('./run-CF4kAVPW.mjs').then(function (n) { return n.aw; });
|
|
100
100
|
const desc = sanitizeDescription(description, 240);
|
|
101
101
|
if (!desc) {
|
|
102
102
|
console.error("Project description is empty.");
|
|
@@ -399,7 +399,7 @@ async function sessionBroadcast(action, args) {
|
|
|
399
399
|
console.log(`Broadcast sent: ${action}`);
|
|
400
400
|
}
|
|
401
401
|
async function connectToMachineService() {
|
|
402
|
-
const { connectAndGetMachine } = await import('./commands-
|
|
402
|
+
const { connectAndGetMachine } = await import('./commands-DDuGBSsz.mjs');
|
|
403
403
|
return connectAndGetMachine();
|
|
404
404
|
}
|
|
405
405
|
function buildInboxMessage(args) {
|
|
@@ -482,7 +482,7 @@ async function inboxSend(targetSessionId, opts) {
|
|
|
482
482
|
console.error("Message body is required.");
|
|
483
483
|
process.exit(1);
|
|
484
484
|
}
|
|
485
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
485
|
+
const { connectAndResolveSession } = await import('./commands-DDuGBSsz.mjs');
|
|
486
486
|
let server;
|
|
487
487
|
try {
|
|
488
488
|
const { targetId, messageId } = await inboxSendCore(
|
|
@@ -537,7 +537,7 @@ async function inboxReply(messageId, body, opts) {
|
|
|
537
537
|
console.error("SVAMP_SESSION_ID not set. This command must be run inside a Svamp session.");
|
|
538
538
|
process.exit(1);
|
|
539
539
|
}
|
|
540
|
-
const { connectAndResolveSession } = await import('./commands-
|
|
540
|
+
const { connectAndResolveSession } = await import('./commands-DDuGBSsz.mjs');
|
|
541
541
|
const { server: localServer, machine: localMachine } = await connectToMachineService();
|
|
542
542
|
let localDisconnected = false;
|
|
543
543
|
const disconnectLocal = async () => {
|