agent-yes 1.226.1 → 1.227.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.
Files changed (49) hide show
  1. package/dist/{SUPPORTED_CLIS-xM8S6xqo.js → SUPPORTED_CLIS-CFd1V2O5.js} +2 -2
  2. package/dist/SUPPORTED_CLIS-CJiLdm01.js +11 -0
  3. package/dist/{agent-yes.config-DmW_TVFI.js → agent-yes.config-0G11aPWe.js} +2 -2
  4. package/dist/{agentShare-DSYm87vH.js → agentShare-C_rydTfo.js} +7 -7
  5. package/dist/{callback-DlzoC3fU.js → callback-BV3AhWeB.js} +5 -5
  6. package/dist/callback-BgWZmpqC.js +12 -0
  7. package/dist/{callbackCore-DSxbO_6a.js → callbackCore-B3DNe_SP.js} +1 -1
  8. package/dist/{callbackCore-CgnOT1Cp.js → callbackCore-BlNdDILy.js} +1 -1
  9. package/dist/cli.js +9 -9
  10. package/dist/{configShared-nnIwDYY-.js → configShared-YKfS6NMe.js} +1 -1
  11. package/dist/{cwdConflictWarn-CnxkLs7T.js → cwdConflictWarn-CJZRp4S0.js} +1 -1
  12. package/dist/{e2e-D5jaSHyY.js → e2e-DB7BDdEA.js} +1 -1
  13. package/dist/{expose-CKWXAkzK.js → expose-GWRXTGpj.js} +1 -1
  14. package/dist/{forkNested-DJ2QzBsc.js → forkNested-BWdv2mXC.js} +1 -1
  15. package/dist/index.js +3 -4
  16. package/dist/{nodeRuntime-CR0NwnnO.js → nodeRuntime-CgXWHe9p.js} +1 -1
  17. package/dist/{notifyDaemon-4qxS_FjO.js → notifyDaemon-CyLvaAwc.js} +6 -6
  18. package/dist/{openBrowser-D9VVE6cq.js → openBrowser-CSfI8zCG.js} +1 -1
  19. package/dist/{remotes-DZ_G2wkM.js → remotes-BCgowsiu.js} +3 -3
  20. package/dist/{remotes-BtXom7Rp.js → remotes-ZqD0FHl_.js} +3 -3
  21. package/dist/{rustBinary-KhrcXvB6.js → rustBinary-DHgMI1uK.js} +2 -2
  22. package/dist/{schedule-HHBT6eGE.js → schedule-0p4V_khb.js} +7 -7
  23. package/dist/{serve-BeHHkDIn.js → serve-C2KCUxTP.js} +29 -29
  24. package/dist/{setup-nAQJffmr.js → setup-CCKS4rtW.js} +3 -3
  25. package/dist/{share-BwEUEHfy.js → share-CrvxZO7o.js} +2 -2
  26. package/dist/{share-B7VP4_UF.js → share-ieE7D0C1.js} +2 -2
  27. package/dist/{spawnGate-CfcpmQmk.js → spawnGate-CIC7b7nm.js} +1 -1
  28. package/dist/{spawnGate-ChYCj6Dm.js → spawnGate-CeFYH-Ib.js} +2 -2
  29. package/dist/{subcommands-DYeJJ2Rh.js → subcommands-CsVEI376.js} +5 -5
  30. package/dist/{subcommands-D8zJxifk.js → subcommands-FTkZkqKy.js} +15 -15
  31. package/dist/{todoAutomation-fxtfT_44.js → todoAutomation-Cwnh4aWo.js} +300 -4
  32. package/dist/todoCli-6v1CYdxN.js +427 -0
  33. package/dist/{tray-BZqJtEmL.js → tray-DBt8X-Qj.js} +1 -1
  34. package/dist/{ts-yPc1x2-7.js → ts-CT75CpeM.js} +3 -3
  35. package/dist/{versionChecker-8h_rjT-C.js → versionChecker-Bd09mqkZ.js} +2 -2
  36. package/dist/{webrtcLink-DknpJQ0y.js → webrtcLink-CjckgIZe.js} +2 -2
  37. package/dist/{webrtcRemote-C974zjSt.js → webrtcRemote-BMzEt9Cp.js} +3 -3
  38. package/dist/{workspaceConfig-BRl-GwSN.js → workspaceConfig-De5tgjeO.js} +1 -1
  39. package/dist/{ws-YCNt3rNz.js → ws-B4zHUwc6.js} +7 -7
  40. package/package.json +1 -1
  41. package/ts/todoCli.spec.ts +80 -5
  42. package/ts/todoCli.ts +471 -336
  43. package/ts/todoStore.spec.ts +58 -0
  44. package/ts/todoStore.ts +42 -0
  45. package/dist/SUPPORTED_CLIS-C5vBin1r.js +0 -11
  46. package/dist/callback-BmgFE-2j.js +0 -12
  47. package/dist/todoCli-D8bL164c.js +0 -336
  48. package/dist/todoDigest-DSTG9ksk.js +0 -284
  49. package/dist/todoDigest-gKP1XibO.js +0 -3
@@ -1,8 +1,8 @@
1
- import { t as CLIS_CONFIG } from "./ts-yPc1x2-7.js";
1
+ import { t as CLIS_CONFIG } from "./ts-CT75CpeM.js";
2
2
 
3
3
  //#region ts/SUPPORTED_CLIS.ts
4
4
  const SUPPORTED_CLIS = Object.keys(CLIS_CONFIG);
5
5
 
6
6
  //#endregion
7
7
  export { SUPPORTED_CLIS as t };
8
- //# sourceMappingURL=SUPPORTED_CLIS-xM8S6xqo.js.map
8
+ //# sourceMappingURL=SUPPORTED_CLIS-CFd1V2O5.js.map
@@ -0,0 +1,11 @@
1
+ import "./ts-CT75CpeM.js";
2
+ import "./logger-CDIsZ-Pp.js";
3
+ import "./versionChecker-Bd09mqkZ.js";
4
+ import "./JsonlStore-Bm5Nj6v_.js";
5
+ import "./globalPidIndex-CoNr7tS8.js";
6
+ import "./pidStore-DCqpU_bI.js";
7
+ import "./messageLog-Bb_Ie3Ck.js";
8
+ import "./todoAutomation-Cwnh4aWo.js";
9
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-CFd1V2O5.js";
10
+
11
+ export { SUPPORTED_CLIS };
@@ -1,5 +1,5 @@
1
1
  import { n as logger } from "./logger-CDIsZ-Pp.js";
2
- import { n as normalizeAgentYesConfig, t as loadSharedCliDefaults } from "./configShared-nnIwDYY-.js";
2
+ import { n as normalizeAgentYesConfig, t as loadSharedCliDefaults } from "./configShared-YKfS6NMe.js";
3
3
  import os from "node:os";
4
4
  import { access, mkdir, readFile, writeFile } from "node:fs/promises";
5
5
  import path from "node:path";
@@ -226,4 +226,4 @@ async function getDefaultConfig() {
226
226
 
227
227
  //#endregion
228
228
  export { agent_yes_config_default as default };
229
- //# sourceMappingURL=agent-yes.config-DmW_TVFI.js.map
229
+ //# sourceMappingURL=agent-yes.config-0G11aPWe.js.map
@@ -1,12 +1,12 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
2
  import "./globalPidIndex-CoNr7tS8.js";
3
3
  import "./messageLog-Bb_Ie3Ck.js";
4
- import "./configShared-nnIwDYY-.js";
5
- import { N as resolveOne } from "./subcommands-D8zJxifk.js";
6
- import "./e2e-D5jaSHyY.js";
7
- import "./webrtcLink-DknpJQ0y.js";
8
- import "./remotes-BtXom7Rp.js";
9
- import { r as startShare } from "./share-BwEUEHfy.js";
4
+ import "./configShared-YKfS6NMe.js";
5
+ import { N as resolveOne } from "./subcommands-FTkZkqKy.js";
6
+ import "./e2e-DB7BDdEA.js";
7
+ import "./webrtcLink-CjckgIZe.js";
8
+ import "./remotes-ZqD0FHl_.js";
9
+ import { r as startShare } from "./share-CrvxZO7o.js";
10
10
 
11
11
  //#region ts/agentShare.ts
12
12
  const MAX_SHARES = 8;
@@ -229,4 +229,4 @@ function transformEvent(rawEvent, agentId, forwarded) {
229
229
 
230
230
  //#endregion
231
231
  export { createScopedShare, listShares, revokeAllShares, revokeShare };
232
- //# sourceMappingURL=agentShare-DSYm87vH.js.map
232
+ //# sourceMappingURL=agentShare-C_rydTfo.js.map
@@ -1,6 +1,6 @@
1
1
  import { t as agentYesHome } from "./agentYesHome-CtHb5b71.js";
2
- import { N as resolveOne } from "./subcommands-D8zJxifk.js";
3
- import { a as mintCapability, o as parseExpires } from "./callbackCore-CgnOT1Cp.js";
2
+ import { N as resolveOne } from "./subcommands-FTkZkqKy.js";
3
+ import { a as mintCapability, o as parseExpires } from "./callbackCore-BlNdDILy.js";
4
4
  import { randomBytes } from "node:crypto";
5
5
  import { mkdir, readFile, writeFile } from "node:fs/promises";
6
6
  import path from "node:path";
@@ -72,7 +72,7 @@ async function resolveBase(flag) {
72
72
  if (flag) return flag;
73
73
  if (process.env.AGENT_YES_CALLBACK_BASE) return process.env.AGENT_YES_CALLBACK_BASE;
74
74
  try {
75
- const { resolveLocalServeUrl } = await import("./serve-BeHHkDIn.js");
75
+ const { resolveLocalServeUrl } = await import("./serve-C2KCUxTP.js");
76
76
  const url = await resolveLocalServeUrl();
77
77
  if (url) return url;
78
78
  } catch {}
@@ -170,7 +170,7 @@ async function cmdCallback(rest) {
170
170
  createdAt: Date.now()
171
171
  };
172
172
  saveStore(all);
173
- const { buildSnippet } = await import("./callbackCore-DSxbO_6a.js");
173
+ const { buildSnippet } = await import("./callbackCore-B3DNe_SP.js");
174
174
  w(`callback ${id} → ${record.cli} #${record.pid} @ ${record.cwd}`);
175
175
  w(`expires: ${new Date(exp).toISOString()} (${expiresSpec})`);
176
176
  w(`endpoint: ${base.replace(/\/+$/, "")}/cb/${cap}`);
@@ -187,4 +187,4 @@ async function cmdCallback(rest) {
187
187
 
188
188
  //#endregion
189
189
  export { loadOrCreateCallbackSecret as i, isCallbackRevoked as n, loadCallbackSecretReadOnly as r, cmdCallback as t };
190
- //# sourceMappingURL=callback-DlzoC3fU.js.map
190
+ //# sourceMappingURL=callback-BV3AhWeB.js.map
@@ -0,0 +1,12 @@
1
+ import "./logger-CDIsZ-Pp.js";
2
+ import "./globalPidIndex-CoNr7tS8.js";
3
+ import "./messageLog-Bb_Ie3Ck.js";
4
+ import "./configShared-YKfS6NMe.js";
5
+ import "./subcommands-FTkZkqKy.js";
6
+ import "./e2e-DB7BDdEA.js";
7
+ import "./webrtcLink-CjckgIZe.js";
8
+ import "./remotes-ZqD0FHl_.js";
9
+ import "./callbackCore-BlNdDILy.js";
10
+ import { i as loadOrCreateCallbackSecret, n as isCallbackRevoked, r as loadCallbackSecretReadOnly, t as cmdCallback } from "./callback-BV3AhWeB.js";
11
+
12
+ export { cmdCallback };
@@ -1,3 +1,3 @@
1
- import { a as mintCapability, i as frameVisitorMessage, n as MAX_EXPIRES_MS, o as parseExpires, r as buildSnippet, s as verifyCapability, t as MAX_CALLBACK_MSG_BYTES } from "./callbackCore-CgnOT1Cp.js";
1
+ import { a as mintCapability, i as frameVisitorMessage, n as MAX_EXPIRES_MS, o as parseExpires, r as buildSnippet, s as verifyCapability, t as MAX_CALLBACK_MSG_BYTES } from "./callbackCore-BlNdDILy.js";
2
2
 
3
3
  export { buildSnippet };
@@ -140,4 +140,4 @@ function buildSnippet(opts) {
140
140
 
141
141
  //#endregion
142
142
  export { mintCapability as a, frameVisitorMessage as i, MAX_EXPIRES_MS as n, parseExpires as o, buildSnippet as r, verifyCapability as s, MAX_CALLBACK_MSG_BYTES as t };
143
- //# sourceMappingURL=callbackCore-CgnOT1Cp.js.map
143
+ //# sourceMappingURL=callbackCore-BlNdDILy.js.map
package/dist/cli.js CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env bun
2
2
  import { t as invokedCliName } from "./invokedCli-uqM2YYA7.js";
3
3
  import { n as logger } from "./logger-CDIsZ-Pp.js";
4
- import { i as versionString, n as displayVersion, t as checkAndAutoUpdate } from "./versionChecker-8h_rjT-C.js";
5
- import { n as getRustBinary } from "./rustBinary-KhrcXvB6.js";
4
+ import { i as versionString, n as displayVersion, t as checkAndAutoUpdate } from "./versionChecker-Bd09mqkZ.js";
5
+ import { n as getRustBinary } from "./rustBinary-DHgMI1uK.js";
6
6
  import { argv } from "process";
7
7
  import { spawn } from "child_process";
8
8
  import ms from "ms";
@@ -285,7 +285,7 @@ function buildRustArgs(argv, cliFromScript, supportedClis) {
285
285
  const rawArg = process.argv[2];
286
286
  const managerCommands = !invokedCliName(process.argv);
287
287
  const isHelpFlag = rawArg === "-h" || rawArg === "--help";
288
- const { isSubcommand, runSubcommand, cmdHelp } = await import("./subcommands-DYeJJ2Rh.js");
288
+ const { isSubcommand, runSubcommand, cmdHelp } = await import("./subcommands-CsVEI376.js");
289
289
  if (isHelpFlag && process.argv.length === 3) {
290
290
  await cmdHelp(managerCommands);
291
291
  process.exit(0);
@@ -299,16 +299,16 @@ await checkAndAutoUpdate();
299
299
  logger.info(versionString());
300
300
  const config = parseCliArgs(process.argv);
301
301
  if (config.tray) {
302
- const { startTray } = await import("./tray-BZqJtEmL.js");
302
+ const { startTray } = await import("./tray-DBt8X-Qj.js");
303
303
  await startTray();
304
304
  await new Promise(() => {});
305
305
  }
306
306
  {
307
- const { ensureTray } = await import("./tray-BZqJtEmL.js");
307
+ const { ensureTray } = await import("./tray-DBt8X-Qj.js");
308
308
  ensureTray();
309
309
  }
310
310
  if (!config.showVersion && !config.appendPrompt && !config.tray) {
311
- const { waitForSpawnCapacity } = await import("./spawnGate-CfcpmQmk.js");
311
+ const { waitForSpawnCapacity } = await import("./spawnGate-CIC7b7nm.js");
312
312
  await waitForSpawnCapacity({
313
313
  onWait: (reason, waitedMs) => {
314
314
  if (config.verbose || waitedMs === 0) console.error(`[agent-yes] spawn gate: ${reason} — waiting…`);
@@ -317,7 +317,7 @@ if (!config.showVersion && !config.appendPrompt && !config.tray) {
317
317
  });
318
318
  }
319
319
  if (!config.showVersion && !config.appendPrompt && !config.tray) {
320
- const { warnIfCwdOccupied } = await import("./cwdConflictWarn-CnxkLs7T.js");
320
+ const { warnIfCwdOccupied } = await import("./cwdConflictWarn-CJZRp4S0.js");
321
321
  await warnIfCwdOccupied(process.argv);
322
322
  }
323
323
  if (config.useRust) {
@@ -331,14 +331,14 @@ if (config.useRust) {
331
331
  }
332
332
  }
333
333
  if (rustBinary) {
334
- const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-C5vBin1r.js");
334
+ const { SUPPORTED_CLIS } = await import("./SUPPORTED_CLIS-CJiLdm01.js");
335
335
  const rustArgs = buildRustArgs(process.argv, config.cli, SUPPORTED_CLIS);
336
336
  if (config.verbose) {
337
337
  console.log(`[rust] Using binary: ${rustBinary}`);
338
338
  console.log(`[rust] Args: ${rustArgs.join(" ")}`);
339
339
  }
340
340
  const attach = config.attach || process.env.AGENT_YES_ATTACH === "1";
341
- const { shouldForkNested, buildSpawnTutorial, waitForFifo } = await import("./forkNested-DJ2QzBsc.js");
341
+ const { shouldForkNested, buildSpawnTutorial, waitForFifo } = await import("./forkNested-BWdv2mXC.js");
342
342
  if (shouldForkNested({
343
343
  isTTY: Boolean(process.stdout.isTTY),
344
344
  ayPid: process.env.AGENT_YES_PID,
@@ -69,4 +69,4 @@ async function loadSharedCliDefaults(fromUrl = import.meta.url) {
69
69
 
70
70
  //#endregion
71
71
  export { normalizeAgentYesConfig as n, loadSharedCliDefaults as t };
72
- //# sourceMappingURL=configShared-nnIwDYY-.js.map
72
+ //# sourceMappingURL=configShared-YKfS6NMe.js.map
@@ -61,4 +61,4 @@ async function warnIfCwdOccupied(rawArgv) {
61
61
 
62
62
  //#endregion
63
63
  export { warnIfCwdOccupied };
64
- //# sourceMappingURL=cwdConflictWarn-CnxkLs7T.js.map
64
+ //# sourceMappingURL=cwdConflictWarn-CJZRp4S0.js.map
@@ -172,4 +172,4 @@ function randomHex(n) {
172
172
 
173
173
  //#endregion
174
174
  export { computeTranscriptHash as a, open as c, randomHex as d, seal as f, MAX_CHUNK as i, packEnvelope as l, FLAG_CONFIRM as n, deriveAuthToken as o, unpackEnvelope as p, MARKER as r, deriveDirKeys as s, CONFIRM_TIMEOUT_MS as t, parseSecret as u };
175
- //# sourceMappingURL=e2e-D5jaSHyY.js.map
175
+ //# sourceMappingURL=e2e-DB7BDdEA.js.map
@@ -546,4 +546,4 @@ async function cmdExpose(args) {
546
546
 
547
547
  //#endregion
548
548
  export { cmdExpose, ensureExposure, listExposures, stopExposure };
549
- //# sourceMappingURL=expose-CKWXAkzK.js.map
549
+ //# sourceMappingURL=expose-GWRXTGpj.js.map
@@ -56,4 +56,4 @@ async function waitForFifo(pid, timeoutMs = 2e3, aborted) {
56
56
 
57
57
  //#endregion
58
58
  export { buildSpawnTutorial, shouldForkNested, waitForFifo };
59
- //# sourceMappingURL=forkNested-DJ2QzBsc.js.map
59
+ //# sourceMappingURL=forkNested-BWdv2mXC.js.map
package/dist/index.js CHANGED
@@ -1,11 +1,10 @@
1
- import { i as AgentContext, n as agentYes, o as removeControlCharacters, r as config, t as CLIS_CONFIG } from "./ts-yPc1x2-7.js";
1
+ import { i as AgentContext, n as agentYes, o as removeControlCharacters, r as config, t as CLIS_CONFIG } from "./ts-CT75CpeM.js";
2
2
  import "./logger-CDIsZ-Pp.js";
3
- import "./versionChecker-8h_rjT-C.js";
3
+ import "./versionChecker-Bd09mqkZ.js";
4
4
  import "./JsonlStore-Bm5Nj6v_.js";
5
5
  import "./globalPidIndex-CoNr7tS8.js";
6
6
  import "./pidStore-DCqpU_bI.js";
7
7
  import "./messageLog-Bb_Ie3Ck.js";
8
- import { a as unblockedTasks, c as ORPHANED_STATE, d as isKnownKind, f as nextStates, i as renderTree, l as canTransition, m as statesOf, n as openBlockers, o as DONE_STATE, p as requiredGate, r as renderDigest, s as LIFECYCLES, u as initialState } from "./todoDigest-DSTG9ksk.js";
9
- import { a as TodoStore, i as CycleError, n as describeBlock, o as openStore, r as monitorHint, t as reconcileTodos } from "./todoAutomation-fxtfT_44.js";
8
+ import { _ as isKnownKind, a as renderTree, b as statesOf, c as monitorHint, d as openStore, f as DONE_STATE, g as initialState, h as canTransition, i as renderDigest, l as CycleError, m as ORPHANED_STATE, o as unblockedTasks, p as LIFECYCLES, r as openBlockers, s as describeBlock, t as reconcileTodos, u as TodoStore, v as nextStates, y as requiredGate } from "./todoAutomation-Cwnh4aWo.js";
10
9
 
11
10
  export { AgentContext, CLIS_CONFIG, CycleError, DONE_STATE, LIFECYCLES, ORPHANED_STATE, TodoStore, canTransition, config, agentYes as default, describeBlock, initialState, isKnownKind, monitorHint, nextStates, openBlockers, openStore, reconcileTodos, removeControlCharacters, renderDigest, renderTree, requiredGate, statesOf, unblockedTasks };
@@ -53,4 +53,4 @@ async function ensureNodeRuntime(which = Bun.which) {
53
53
 
54
54
  //#endregion
55
55
  export { liveEnv as n, ensureNodeRuntime as t };
56
- //# sourceMappingURL=nodeRuntime-CR0NwnnO.js.map
56
+ //# sourceMappingURL=nodeRuntime-CgXWHe9p.js.map
@@ -1,11 +1,11 @@
1
1
  import { n as logger } from "./logger-CDIsZ-Pp.js";
2
2
  import "./globalPidIndex-CoNr7tS8.js";
3
3
  import "./messageLog-Bb_Ie3Ck.js";
4
- import "./configShared-nnIwDYY-.js";
5
- import { $ as daemonLockDir, A as renderLogTailLines, G as appendEvent, K as gcInboxes, Q as shouldStealLock, S as listRecords, X as liveWatchers, Y as listInboxParents, Z as readInbox, _ as isPidAlive, c as deriveLiveState, et as daemonLockOwnerPath, q as hostId, tt as notifyDir } from "./subcommands-D8zJxifk.js";
6
- import "./e2e-D5jaSHyY.js";
7
- import "./webrtcLink-DknpJQ0y.js";
8
- import "./remotes-BtXom7Rp.js";
4
+ import "./configShared-YKfS6NMe.js";
5
+ import { $ as daemonLockDir, A as renderLogTailLines, G as appendEvent, K as gcInboxes, Q as shouldStealLock, S as listRecords, X as liveWatchers, Y as listInboxParents, Z as readInbox, _ as isPidAlive, c as deriveLiveState, et as daemonLockOwnerPath, q as hostId, tt as notifyDir } from "./subcommands-FTkZkqKy.js";
6
+ import "./e2e-DB7BDdEA.js";
7
+ import "./webrtcLink-CjckgIZe.js";
8
+ import "./remotes-ZqD0FHl_.js";
9
9
  import { mkdir, readFile, rename, rm, stat, writeFile } from "fs/promises";
10
10
  import { randomUUID } from "node:crypto";
11
11
  import { execFile } from "node:child_process";
@@ -589,4 +589,4 @@ async function ensureDaemon() {
589
589
 
590
590
  //#endregion
591
591
  export { daemonStatus, ensureDaemon, requestDaemonStop, runDaemon };
592
- //# sourceMappingURL=notifyDaemon-4qxS_FjO.js.map
592
+ //# sourceMappingURL=notifyDaemon-CyLvaAwc.js.map
@@ -68,4 +68,4 @@ async function offerOpenInBrowser(url, prompt = "Open in browser now? [Y/n] ") {
68
68
 
69
69
  //#endregion
70
70
  export { offerOpenInBrowser };
71
- //# sourceMappingURL=openBrowser-D9VVE6cq.js.map
71
+ //# sourceMappingURL=openBrowser-CSfI8zCG.js.map
@@ -1,5 +1,5 @@
1
- import "./e2e-D5jaSHyY.js";
2
- import "./webrtcLink-DknpJQ0y.js";
3
- import { a as resolveRemoteSpec, i as readRemotes, n as deleteRemoteAlias, o as writeRemoteAlias, r as parseDirectRemoteSpec, t as cmdRemote } from "./remotes-BtXom7Rp.js";
1
+ import "./e2e-DB7BDdEA.js";
2
+ import "./webrtcLink-CjckgIZe.js";
3
+ import { a as resolveRemoteSpec, i as readRemotes, n as deleteRemoteAlias, o as writeRemoteAlias, r as parseDirectRemoteSpec, t as cmdRemote } from "./remotes-ZqD0FHl_.js";
4
4
 
5
5
  export { cmdRemote };
@@ -1,4 +1,4 @@
1
- import { n as isWebrtcSpec } from "./webrtcLink-DknpJQ0y.js";
1
+ import { n as isWebrtcSpec } from "./webrtcLink-CjckgIZe.js";
2
2
  import { mkdir, readFile, writeFile } from "fs/promises";
3
3
  import { homedir } from "os";
4
4
  import path from "path";
@@ -86,7 +86,7 @@ async function resolveRemoteSpec(spec) {
86
86
  * The bridge lives for the rest of the process (torn down on `process.exit`).
87
87
  */
88
88
  async function resolveWebrtc(link, keyword) {
89
- const { startWebrtcBridge } = await import("./webrtcRemote-C974zjSt.js");
89
+ const { startWebrtcBridge } = await import("./webrtcRemote-BMzEt9Cp.js");
90
90
  const bridge = await startWebrtcBridge(link);
91
91
  return {
92
92
  url: bridge.baseUrl,
@@ -173,4 +173,4 @@ async function cmdRemote(rest) {
173
173
 
174
174
  //#endregion
175
175
  export { resolveRemoteSpec as a, readRemotes as i, deleteRemoteAlias as n, writeRemoteAlias as o, parseDirectRemoteSpec as r, cmdRemote as t };
176
- //# sourceMappingURL=remotes-BtXom7Rp.js.map
176
+ //# sourceMappingURL=remotes-ZqD0FHl_.js.map
@@ -1,4 +1,4 @@
1
- import { r as getInstalledPackage } from "./versionChecker-8h_rjT-C.js";
1
+ import { r as getInstalledPackage } from "./versionChecker-Bd09mqkZ.js";
2
2
  import { execFileSync } from "child_process";
3
3
  import { existsSync, mkdirSync, unlinkSync } from "fs";
4
4
  import { chmod, copyFile } from "fs/promises";
@@ -225,4 +225,4 @@ async function getRustBinary(options = {}) {
225
225
 
226
226
  //#endregion
227
227
  export { getRustBinary as n, findSpawnHiddenLauncher as t };
228
- //# sourceMappingURL=rustBinary-KhrcXvB6.js.map
228
+ //# sourceMappingURL=rustBinary-DHgMI1uK.js.map
@@ -1,14 +1,14 @@
1
- import "./ts-yPc1x2-7.js";
1
+ import "./ts-CT75CpeM.js";
2
2
  import "./logger-CDIsZ-Pp.js";
3
- import "./versionChecker-8h_rjT-C.js";
3
+ import "./versionChecker-Bd09mqkZ.js";
4
4
  import "./JsonlStore-Bm5Nj6v_.js";
5
5
  import "./globalPidIndex-CoNr7tS8.js";
6
6
  import "./pidStore-DCqpU_bI.js";
7
7
  import "./messageLog-Bb_Ie3Ck.js";
8
- import "./todoAutomation-fxtfT_44.js";
9
- import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-xM8S6xqo.js";
10
- import { d as resolveSpawnCwd } from "./workspaceConfig-BRl-GwSN.js";
11
- import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-CR0NwnnO.js";
8
+ import "./todoAutomation-Cwnh4aWo.js";
9
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-CFd1V2O5.js";
10
+ import { d as resolveSpawnCwd } from "./workspaceConfig-De5tgjeO.js";
11
+ import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-CgXWHe9p.js";
12
12
  import { createHash } from "node:crypto";
13
13
 
14
14
  //#region ts/oxmgrService.ts
@@ -153,4 +153,4 @@ async function cmdSchedule(rest) {
153
153
 
154
154
  //#endregion
155
155
  export { cmdSchedule };
156
- //# sourceMappingURL=schedule-HHBT6eGE.js.map
156
+ //# sourceMappingURL=schedule-0p4V_khb.js.map
@@ -1,25 +1,25 @@
1
- import { a as CLAUDE_SESSION_PIN_ENV } from "./ts-yPc1x2-7.js";
1
+ import { a as CLAUDE_SESSION_PIN_ENV } from "./ts-CT75CpeM.js";
2
2
  import "./logger-CDIsZ-Pp.js";
3
- import { r as getInstalledPackage } from "./versionChecker-8h_rjT-C.js";
4
- import { t as findSpawnHiddenLauncher } from "./rustBinary-KhrcXvB6.js";
3
+ import { r as getInstalledPackage } from "./versionChecker-Bd09mqkZ.js";
4
+ import { t as findSpawnHiddenLauncher } from "./rustBinary-DHgMI1uK.js";
5
5
  import { t as agentYesHome$1 } from "./agentYesHome-CtHb5b71.js";
6
6
  import "./JsonlStore-Bm5Nj6v_.js";
7
7
  import { a as updateGlobalPidStatus } from "./globalPidIndex-CoNr7tS8.js";
8
8
  import "./pidStore-DCqpU_bI.js";
9
9
  import { r as recordInbox } from "./messageLog-Bb_Ie3Ck.js";
10
10
  import { t as pgidForWrapper } from "./reaper-BNKvujYy.js";
11
- import "./todoAutomation-fxtfT_44.js";
12
- import "./configShared-nnIwDYY-.js";
13
- import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-xM8S6xqo.js";
14
- import { A as renderLogTailLines, D as readPtysize, E as readNotes, J as isTransientLockMkdirError, M as renderRawLogLines, N as resolveOne, O as recentMessageEdges, R as snapshotStatus, S as listRecords, W as writeToIpc, b as isUserTyping, f as extractNeedsInput, j as renderRawLog, k as recentReadEdges, l as deriveLiveStatus, nt as TYPING_BADGE, o as controlCodeFromName, p as extractTaskCounts, u as extractBadges } from "./subcommands-D8zJxifk.js";
15
- import "./e2e-D5jaSHyY.js";
16
- import "./webrtcLink-DknpJQ0y.js";
17
- import "./remotes-BtXom7Rp.js";
18
- import { i as frameVisitorMessage, s as verifyCapability, t as MAX_CALLBACK_MSG_BYTES } from "./callbackCore-CgnOT1Cp.js";
19
- import { n as isCallbackRevoked, r as loadCallbackSecretReadOnly } from "./callback-DlzoC3fU.js";
20
- import { a as getSpawnHook, c as hasProvisionHook, d as resolveSpawnCwd, i as getProvisionRoot, l as hasSpawnHook, r as getProvisionHook, u as isProvisionAllowed } from "./workspaceConfig-BRl-GwSN.js";
21
- import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-CR0NwnnO.js";
22
- import { r as spawnRejectionReason } from "./spawnGate-ChYCj6Dm.js";
11
+ import "./todoAutomation-Cwnh4aWo.js";
12
+ import "./configShared-YKfS6NMe.js";
13
+ import { t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-CFd1V2O5.js";
14
+ import { A as renderLogTailLines, D as readPtysize, E as readNotes, J as isTransientLockMkdirError, M as renderRawLogLines, N as resolveOne, O as recentMessageEdges, R as snapshotStatus, S as listRecords, W as writeToIpc, b as isUserTyping, f as extractNeedsInput, j as renderRawLog, k as recentReadEdges, l as deriveLiveStatus, nt as TYPING_BADGE, o as controlCodeFromName, p as extractTaskCounts, u as extractBadges } from "./subcommands-FTkZkqKy.js";
15
+ import "./e2e-DB7BDdEA.js";
16
+ import "./webrtcLink-CjckgIZe.js";
17
+ import "./remotes-ZqD0FHl_.js";
18
+ import { i as frameVisitorMessage, s as verifyCapability, t as MAX_CALLBACK_MSG_BYTES } from "./callbackCore-BlNdDILy.js";
19
+ import { n as isCallbackRevoked, r as loadCallbackSecretReadOnly } from "./callback-BV3AhWeB.js";
20
+ import { a as getSpawnHook, c as hasProvisionHook, d as resolveSpawnCwd, i as getProvisionRoot, l as hasSpawnHook, r as getProvisionHook, u as isProvisionAllowed } from "./workspaceConfig-De5tgjeO.js";
21
+ import { n as liveEnv, t as ensureNodeRuntime } from "./nodeRuntime-CgXWHe9p.js";
22
+ import { r as spawnRejectionReason } from "./spawnGate-CeFYH-Ib.js";
23
23
  import yargs from "yargs";
24
24
  import { appendFile, mkdir, open, readFile, rename, rm, stat, unlink, writeFile } from "fs/promises";
25
25
  import { arch, cpus, freemem, homedir, hostname, loadavg, platform, totalmem, uptime, userInfo } from "os";
@@ -943,7 +943,7 @@ async function cmdServeDaemon(sub, args) {
943
943
  let shareLink = null;
944
944
  let shareLinkMinted = false;
945
945
  if (webrtcDaemon) try {
946
- const { loadOrCreateShareRoom, shareLinkFromRoomUrl } = await import("./share-B7VP4_UF.js");
946
+ const { loadOrCreateShareRoom, shareLinkFromRoomUrl } = await import("./share-ieE7D0C1.js");
947
947
  const explicit = explicitWebrtcUrl(effArgs);
948
948
  shareLink = shareLinkFromRoomUrl(explicit ?? await loadOrCreateShareRoom());
949
949
  shareLinkMinted = !explicit;
@@ -952,7 +952,7 @@ async function cmdServeDaemon(sub, args) {
952
952
  if (!webrtcDaemon) return;
953
953
  if (shareLink) {
954
954
  process.stdout.write(`\nshared over WebRTC — open this link (the token is eaten from the URL on open):\n ${shareLink}\n` + (shareLinkMinted ? ` (persistent room — same link across restarts; delete ~/.agent-yes/.share-room to rotate)\n` : ``));
955
- const { offerOpenInBrowser } = await import("./openBrowser-D9VVE6cq.js");
955
+ const { offerOpenInBrowser } = await import("./openBrowser-CSfI8zCG.js");
956
956
  await offerOpenInBrowser(shareLink);
957
957
  } else process.stdout.write("\nthe WebRTC share link carries a secret, so the daemon does NOT log it —\nread it from ~/.agent-yes/.share-link (mode 0600). The room persists in\n~/.agent-yes/.share-room, so the link survives restarts.\n");
958
958
  };
@@ -1992,7 +1992,7 @@ Options:
1992
1992
  }
1993
1993
  });
1994
1994
  if (req.method === "GET" && p === "/api/ws") {
1995
- const ws = await import("./ws-YCNt3rNz.js");
1995
+ const ws = await import("./ws-B4zHUwc6.js");
1996
1996
  try {
1997
1997
  await ws.loadProvision();
1998
1998
  } catch (e) {
@@ -2012,7 +2012,7 @@ Options:
2012
2012
  if (req.method === "GET" && p === "/api/ws/status") {
2013
2013
  const dirRaw = url.searchParams.get("path");
2014
2014
  if (!dirRaw) return new Response("missing ?path=<workspace dir>", { status: 400 });
2015
- const ws = await import("./ws-YCNt3rNz.js");
2015
+ const ws = await import("./ws-B4zHUwc6.js");
2016
2016
  let prov;
2017
2017
  try {
2018
2018
  prov = await ws.loadProvision();
@@ -2601,7 +2601,7 @@ Options:
2601
2601
  const perm = body.perm ?? "r";
2602
2602
  if (perm !== "r" && perm !== "rw") return new Response(`invalid perm ${perm} (want r or rw)`, { status: 400 });
2603
2603
  try {
2604
- const { createScopedShare } = await import("./agentShare-DSYm87vH.js");
2604
+ const { createScopedShare } = await import("./agentShare-C_rydTfo.js");
2605
2605
  const share = await createScopedShare({
2606
2606
  agent: body.agent,
2607
2607
  perm,
@@ -2616,12 +2616,12 @@ Options:
2616
2616
  }
2617
2617
  }
2618
2618
  if (req.method === "GET" && p === "/api/shares") {
2619
- const { listShares } = await import("./agentShare-DSYm87vH.js");
2619
+ const { listShares } = await import("./agentShare-C_rydTfo.js");
2620
2620
  return Response.json(listShares());
2621
2621
  }
2622
2622
  const revokeM = /^\/api\/share\/([^/]+)$/.exec(p);
2623
2623
  if (req.method === "DELETE" && revokeM) {
2624
- const { revokeShare } = await import("./agentShare-DSYm87vH.js");
2624
+ const { revokeShare } = await import("./agentShare-C_rydTfo.js");
2625
2625
  const ok = revokeShare(decodeURIComponent(revokeM[1]));
2626
2626
  return new Response(ok ? "revoked" : "no such share", { status: ok ? 200 : 404 });
2627
2627
  }
@@ -2635,7 +2635,7 @@ Options:
2635
2635
  const port = Number(body.port);
2636
2636
  if (!Number.isInteger(port) || port < 1 || port > 65535) return new Response("valid port required", { status: 400 });
2637
2637
  try {
2638
- const { ensureExposure } = await import("./expose-CKWXAkzK.js");
2638
+ const { ensureExposure } = await import("./expose-GWRXTGpj.js");
2639
2639
  const h = await ensureExposure(port, body.relay);
2640
2640
  return Response.json({
2641
2641
  id: h.id,
@@ -2649,12 +2649,12 @@ Options:
2649
2649
  }
2650
2650
  }
2651
2651
  if (req.method === "GET" && p === "/api/exposes") {
2652
- const { listExposures } = await import("./expose-CKWXAkzK.js");
2652
+ const { listExposures } = await import("./expose-GWRXTGpj.js");
2653
2653
  return Response.json(listExposures());
2654
2654
  }
2655
2655
  const unexposeM = /^\/api\/expose\/(\d+)$/.exec(p);
2656
2656
  if (req.method === "DELETE" && unexposeM) {
2657
- const { stopExposure } = await import("./expose-CKWXAkzK.js");
2657
+ const { stopExposure } = await import("./expose-GWRXTGpj.js");
2658
2658
  const ok = stopExposure(Number(unexposeM[1]));
2659
2659
  return new Response(ok ? "revoked" : "no such exposure", { status: ok ? 200 : 404 });
2660
2660
  }
@@ -2873,7 +2873,7 @@ Options:
2873
2873
  const webrtcVal = argv.webrtc ?? argv.share;
2874
2874
  const explicitUrl = typeof webrtcVal === "string" && webrtcVal.startsWith("webrtc://") ? webrtcVal : void 0;
2875
2875
  try {
2876
- const { startShare, loadOrCreateShareRoom } = await import("./share-B7VP4_UF.js");
2876
+ const { startShare, loadOrCreateShareRoom } = await import("./share-ieE7D0C1.js");
2877
2877
  const linkFile = path.join(process.env.AGENT_YES_HOME ?? path.join(homedir(), ".agent-yes"), ".share-link");
2878
2878
  const announce = async (room, link, rotated) => {
2879
2879
  const lead = rotated ? "the room was rejected by signaling (stale generation) — rotated to a fresh link" : "shared over WebRTC — open this link (the token is eaten from the URL on open)";
@@ -2881,7 +2881,7 @@ Options:
2881
2881
  const persistNote = explicitUrl ? "\n" : ` (persistent room — same link across restarts; delete ~/.agent-yes/.share-room to rotate)\n\n`;
2882
2882
  process.stdout.write(`${wantHttp ? "\n" : ""}${lead}:\n ${link}\n` + persistNote);
2883
2883
  if (!rotated) {
2884
- const { offerOpenInBrowser } = await import("./openBrowser-D9VVE6cq.js");
2884
+ const { offerOpenInBrowser } = await import("./openBrowser-CSfI8zCG.js");
2885
2885
  await offerOpenInBrowser(link);
2886
2886
  }
2887
2887
  } else {
@@ -2923,7 +2923,7 @@ Options:
2923
2923
  const shutdown = (resolve) => {
2924
2924
  if (heartbeat) clearInterval(heartbeat);
2925
2925
  closeShare?.();
2926
- import("./agentShare-DSYm87vH.js").then((m) => m.revokeAllShares()).catch(() => {});
2926
+ import("./agentShare-C_rydTfo.js").then((m) => m.revokeAllShares()).catch(() => {});
2927
2927
  server?.stop();
2928
2928
  Promise.resolve(releaseHostLock?.()).catch(() => {}).then(resolve);
2929
2929
  };
@@ -2936,4 +2936,4 @@ Options:
2936
2936
 
2937
2937
  //#endregion
2938
2938
  export { cmdServe, resolveLocalServeUrl };
2939
- //# sourceMappingURL=serve-BeHHkDIn.js.map
2939
+ //# sourceMappingURL=serve-C2KCUxTP.js.map
@@ -1,4 +1,4 @@
1
- import { f as setWorkspaceRoot, s as getWorkspaceRoot } from "./workspaceConfig-BRl-GwSN.js";
1
+ import { f as setWorkspaceRoot, s as getWorkspaceRoot } from "./workspaceConfig-De5tgjeO.js";
2
2
  import { existsSync } from "node:fs";
3
3
  import { stdin, stdout } from "node:process";
4
4
  import { createInterface } from "node:readline/promises";
@@ -32,7 +32,7 @@ async function cmdSetup(rest) {
32
32
  if (!existsSync(abs)) process.stderr.write(` note: that directory doesn't exist yet — create it, or agents spawned there will fail\n`);
33
33
  if (noShare) return 0;
34
34
  process.stdout.write(`\nsharing this machine to agent-yes.com…\n`);
35
- const { cmdServe } = await import("./serve-BeHHkDIn.js");
35
+ const { cmdServe } = await import("./serve-C2KCUxTP.js");
36
36
  return cmdServe([
37
37
  "install",
38
38
  "--share",
@@ -42,4 +42,4 @@ async function cmdSetup(rest) {
42
42
 
43
43
  //#endregion
44
44
  export { cmdSetup };
45
- //# sourceMappingURL=setup-nAQJffmr.js.map
45
+ //# sourceMappingURL=setup-CCKS4rtW.js.map
@@ -1,4 +1,4 @@
1
- import { a as computeTranscriptHash, c as open$1, d as randomHex, f as seal, i as MAX_CHUNK, l as packEnvelope, n as FLAG_CONFIRM, o as deriveAuthToken, p as unpackEnvelope, r as MARKER, s as deriveDirKeys, t as CONFIRM_TIMEOUT_MS, u as parseSecret } from "./e2e-D5jaSHyY.js";
1
+ import { a as computeTranscriptHash, c as open$1, d as randomHex, f as seal, i as MAX_CHUNK, l as packEnvelope, n as FLAG_CONFIRM, o as deriveAuthToken, p as unpackEnvelope, r as MARKER, s as deriveDirKeys, t as CONFIRM_TIMEOUT_MS, u as parseSecret } from "./e2e-DB7BDdEA.js";
2
2
  import { mkdir, readFile, writeFile } from "fs/promises";
3
3
  import { homedir } from "os";
4
4
  import path from "path";
@@ -627,4 +627,4 @@ async function startShare(opts) {
627
627
 
628
628
  //#endregion
629
629
  export { shareLinkFromRoomUrl as n, startShare as r, loadOrCreateShareRoom as t };
630
- //# sourceMappingURL=share-BwEUEHfy.js.map
630
+ //# sourceMappingURL=share-CrvxZO7o.js.map
@@ -1,4 +1,4 @@
1
- import "./e2e-D5jaSHyY.js";
2
- import { n as shareLinkFromRoomUrl, r as startShare, t as loadOrCreateShareRoom } from "./share-BwEUEHfy.js";
1
+ import "./e2e-DB7BDdEA.js";
2
+ import { n as shareLinkFromRoomUrl, r as startShare, t as loadOrCreateShareRoom } from "./share-CrvxZO7o.js";
3
3
 
4
4
  export { loadOrCreateShareRoom, shareLinkFromRoomUrl, startShare };
@@ -1,5 +1,5 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
2
  import "./globalPidIndex-CoNr7tS8.js";
3
- import { i as waitForSpawnCapacity, n as spawnGateEnabled, r as spawnRejectionReason, t as memAvailableMb } from "./spawnGate-ChYCj6Dm.js";
3
+ import { i as waitForSpawnCapacity, n as spawnGateEnabled, r as spawnRejectionReason, t as memAvailableMb } from "./spawnGate-CeFYH-Ib.js";
4
4
 
5
5
  export { waitForSpawnCapacity };
@@ -1,5 +1,5 @@
1
1
  import { i as readGlobalPids } from "./globalPidIndex-CoNr7tS8.js";
2
- import { n as getMinFreeMb, o as getSpawnWaitMs, t as getMaxAgents } from "./workspaceConfig-BRl-GwSN.js";
2
+ import { n as getMinFreeMb, o as getSpawnWaitMs, t as getMaxAgents } from "./workspaceConfig-De5tgjeO.js";
3
3
  import { readFile } from "fs/promises";
4
4
 
5
5
  //#region ts/spawnGate.ts
@@ -104,4 +104,4 @@ async function waitForSpawnCapacity(opts) {
104
104
 
105
105
  //#endregion
106
106
  export { waitForSpawnCapacity as i, spawnGateEnabled as n, spawnRejectionReason as r, memAvailableMb as t };
107
- //# sourceMappingURL=spawnGate-ChYCj6Dm.js.map
107
+ //# sourceMappingURL=spawnGate-CeFYH-Ib.js.map
@@ -1,10 +1,10 @@
1
1
  import "./logger-CDIsZ-Pp.js";
2
2
  import "./globalPidIndex-CoNr7tS8.js";
3
3
  import "./messageLog-Bb_Ie3Ck.js";
4
- import "./configShared-nnIwDYY-.js";
5
- import { A as renderLogTailLines, B as stopTipForCli, C as matchKeyword, D as readPtysize, E as readNotes, F as resolveResumeArgs, H as waitForLogQuiet, I as restartHintLines, L as runSubcommand, M as renderRawLogLines, N as resolveOne, O as recentMessageEdges, P as resolveReadWindow, R as snapshotStatus, S as listRecords, T as readAgentPtysize, U as writeKeysPaced, V as submitAndConfirm, W as writeToIpc, _ as isPidAlive, a as cmdHelp, b as isUserTyping, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderRawLog, k as recentReadEdges, l as deriveLiveStatus, m as finalizedLines, n as READ_PAGE_DEFAULT, o as controlCodeFromName, p as extractTaskCounts, r as TYPING_WINDOW_MS, s as cursorAbs, t as GRACEFUL_EXIT_COMMANDS, u as extractBadges, v as isSlashCommand, w as menuSelectKeys, x as lastStdinAt, y as isSubcommand, z as stdinActivityPath } from "./subcommands-D8zJxifk.js";
6
- import "./e2e-D5jaSHyY.js";
7
- import "./webrtcLink-DknpJQ0y.js";
8
- import "./remotes-BtXom7Rp.js";
4
+ import "./configShared-YKfS6NMe.js";
5
+ import { A as renderLogTailLines, B as stopTipForCli, C as matchKeyword, D as readPtysize, E as readNotes, F as resolveResumeArgs, H as waitForLogQuiet, I as restartHintLines, L as runSubcommand, M as renderRawLogLines, N as resolveOne, O as recentMessageEdges, P as resolveReadWindow, R as snapshotStatus, S as listRecords, T as readAgentPtysize, U as writeKeysPaced, V as submitAndConfirm, W as writeToIpc, _ as isPidAlive, a as cmdHelp, b as isUserTyping, c as deriveLiveState, d as extractMenu, f as extractNeedsInput, g as isExitRequest, h as isAgentStuck, i as backoffWhileTyping, j as renderRawLog, k as recentReadEdges, l as deriveLiveStatus, m as finalizedLines, n as READ_PAGE_DEFAULT, o as controlCodeFromName, p as extractTaskCounts, r as TYPING_WINDOW_MS, s as cursorAbs, t as GRACEFUL_EXIT_COMMANDS, u as extractBadges, v as isSlashCommand, w as menuSelectKeys, x as lastStdinAt, y as isSubcommand, z as stdinActivityPath } from "./subcommands-FTkZkqKy.js";
6
+ import "./e2e-DB7BDdEA.js";
7
+ import "./webrtcLink-CjckgIZe.js";
8
+ import "./remotes-ZqD0FHl_.js";
9
9
 
10
10
  export { cmdHelp, isSubcommand, runSubcommand };