@indigoai-us/hq-cli 5.70.0 → 5.72.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 (117) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/bin/hq-auth-refresh.js +1 -4
  3. package/dist/cli-version.js +1 -4
  4. package/dist/commands/__fixtures__/make-tar.js +1 -4
  5. package/dist/commands/_patterns.js +1 -4
  6. package/dist/commands/add.js +1 -4
  7. package/dist/commands/agents.js +1 -4
  8. package/dist/commands/api-keys.js +1 -4
  9. package/dist/commands/auth.js +1 -4
  10. package/dist/commands/billing.js +1 -4
  11. package/dist/commands/channels.js +1 -4
  12. package/dist/commands/cloud-demote.js +1 -4
  13. package/dist/commands/cloud-provision.js +1 -4
  14. package/dist/commands/cloud.js +1 -4
  15. package/dist/commands/company.js +1 -4
  16. package/dist/commands/creators.js +1 -4
  17. package/dist/commands/crm.js +1 -4
  18. package/dist/commands/db-migrate.js +1 -4
  19. package/dist/commands/db-provision.js +1 -4
  20. package/dist/commands/db-sql.js +1 -4
  21. package/dist/commands/db-status.js +1 -4
  22. package/dist/commands/db.js +1 -4
  23. package/dist/commands/dm.js +1 -4
  24. package/dist/commands/feedback.js +1 -4
  25. package/dist/commands/files-browse.js +1 -4
  26. package/dist/commands/files.js +1 -4
  27. package/dist/commands/group-grants.js +1 -4
  28. package/dist/commands/groups.js +1 -4
  29. package/dist/commands/integrations.js +1 -4
  30. package/dist/commands/list.js +1 -4
  31. package/dist/commands/login.js +1 -4
  32. package/dist/commands/logout.js +1 -4
  33. package/dist/commands/mcp-registration.js +1 -4
  34. package/dist/commands/mcp-status.js +1 -4
  35. package/dist/commands/meetings.js +1 -4
  36. package/dist/commands/members.js +1 -4
  37. package/dist/commands/onboard-identity-guard.js +1 -4
  38. package/dist/commands/onboard-join.js +1 -4
  39. package/dist/commands/onboard-warning.js +1 -4
  40. package/dist/commands/onboard.js +1 -4
  41. package/dist/commands/outposts.d.ts +59 -1
  42. package/dist/commands/outposts.js +319 -10
  43. package/dist/commands/pack-install.js +1 -4
  44. package/dist/commands/packs.js +1 -4
  45. package/dist/commands/people.js +1 -4
  46. package/dist/commands/pkg-install.js +1 -4
  47. package/dist/commands/pkg-list.js +1 -4
  48. package/dist/commands/pkg-remove.js +1 -4
  49. package/dist/commands/pkg-update.js +1 -4
  50. package/dist/commands/publish.js +1 -4
  51. package/dist/commands/reindex.js +1 -4
  52. package/dist/commands/rescue.js +1 -4
  53. package/dist/commands/run.js +1 -4
  54. package/dist/commands/safe-extract.js +1 -4
  55. package/dist/commands/secrets-scope.js +1 -4
  56. package/dist/commands/secrets.js +1 -4
  57. package/dist/commands/signals.js +1 -4
  58. package/dist/commands/skill.js +1 -4
  59. package/dist/commands/sources.js +1 -4
  60. package/dist/commands/sync-mode.js +1 -4
  61. package/dist/commands/sync-narrow.js +1 -4
  62. package/dist/commands/sync.js +1 -4
  63. package/dist/commands/team-sync.js +1 -4
  64. package/dist/commands/update.js +1 -4
  65. package/dist/commands/whoami.js +1 -4
  66. package/dist/commands/workers.js +1 -4
  67. package/dist/index.js +1 -4
  68. package/dist/lib/db/control-plane.js +1 -4
  69. package/dist/lib/db/local.js +1 -4
  70. package/dist/lib/db/migrate.js +1 -4
  71. package/dist/lib/db/paths.js +1 -4
  72. package/dist/lib/db/remote-engine.js +1 -4
  73. package/dist/lib/db/remote-sql.js +1 -4
  74. package/dist/lib/db/sql.js +1 -4
  75. package/dist/lib/local-tree-diff.js +1 -4
  76. package/dist/lib/narrow-hint-banner.js +1 -4
  77. package/dist/main.js +1 -4
  78. package/dist/node-preflight.js +1 -4
  79. package/dist/run/discover-schemas.js +1 -4
  80. package/dist/run/hq-plugin.js +1 -4
  81. package/dist/sentry-before-send.js +1 -4
  82. package/dist/sentry-dsn.generated.js +1 -4
  83. package/dist/sentry.js +1 -4
  84. package/dist/strategies/link.js +1 -4
  85. package/dist/strategies/merge.js +1 -4
  86. package/dist/types.js +1 -4
  87. package/dist/utils/billing-gate.js +1 -4
  88. package/dist/utils/breadcrumb-buffer.js +1 -4
  89. package/dist/utils/cli-telemetry.js +1 -4
  90. package/dist/utils/cognito-session.js +1 -4
  91. package/dist/utils/contribution-table.js +1 -4
  92. package/dist/utils/environmental-error.js +1 -4
  93. package/dist/utils/epipe.js +1 -4
  94. package/dist/utils/feedback-diagnostics.js +1 -4
  95. package/dist/utils/feedback-screenshots.js +1 -4
  96. package/dist/utils/feedback-versions.js +1 -4
  97. package/dist/utils/git.js +1 -4
  98. package/dist/utils/integrity.js +1 -4
  99. package/dist/utils/intercepted-process-exit.js +1 -4
  100. package/dist/utils/login-provider.js +1 -4
  101. package/dist/utils/manifest.js +1 -4
  102. package/dist/utils/pack-contributions.js +1 -4
  103. package/dist/utils/people.js +1 -4
  104. package/dist/utils/registry-client.js +1 -4
  105. package/dist/utils/registry.js +1 -4
  106. package/dist/utils/sandbox-runner-client.js +1 -4
  107. package/dist/utils/secrets-cache.js +1 -4
  108. package/dist/utils/sentry-identity.js +1 -4
  109. package/dist/utils/vault-api.js +1 -4
  110. package/dist/utils/version-check.js +1 -4
  111. package/dist/utils/version-gate.js +1 -4
  112. package/package.json +3 -2
  113. package/scripts/chmod-bins.mjs +49 -0
  114. package/src/commands/outposts-replica-sync.test.ts +272 -0
  115. package/src/commands/outposts.test.ts +252 -4
  116. package/src/commands/outposts.ts +469 -7
  117. package/src/packaging.test.ts +55 -0
@@ -1,6 +1,4 @@
1
1
  /** Human label for a secrets scope: "your personal vault" or "company <slug-or-uid>". */
2
-
3
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="718913a3-f80f-5bff-928e-a7aa9f51dd0d")}catch(e){}}();
4
2
  export function describeSecretsScope(ref) {
5
3
  if (ref.personal)
6
4
  return "your personal vault";
@@ -15,5 +13,4 @@ export function formatSecretsListHeader(scope) {
15
13
  export function formatSecretsListEmpty(scope) {
16
14
  return `No secrets found for ${scope}.`;
17
15
  }
18
- //# sourceMappingURL=secrets-scope.js.map
19
- //# debugId=718913a3-f80f-5bff-928e-a7aa9f51dd0d
16
+ //# sourceMappingURL=secrets-scope.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="136bd272-0091-5fce-9a93-a2a375f98b38")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import * as readline from "node:readline";
5
3
  import { spawn } from "node:child_process";
@@ -1396,5 +1394,4 @@ export function registerSecretsCommand(program) {
1396
1394
  console.log(chalk.green("Secrets cache cleared."));
1397
1395
  });
1398
1396
  }
1399
- //# sourceMappingURL=secrets.js.map
1400
- //# debugId=136bd272-0091-5fce-9a93-a2a375f98b38
1397
+ //# sourceMappingURL=secrets.js.map
@@ -19,8 +19,6 @@
19
19
  * agents can't fabricate a signal type even if they bypass the CLI's
20
20
  * --type flag parsing.
21
21
  */
22
-
23
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="395fa417-375a-55e7-b881-e65431742835")}catch(e){}}();
24
22
  import * as fs from "node:fs";
25
23
  import * as path from "node:path";
26
24
  import chalk from "chalk";
@@ -241,5 +239,4 @@ export function registerSignalsCommand(program) {
241
239
  .option("--format <fmt>", "Output format: table | json (default: table for TTY, json piped)")
242
240
  .action(withErrorHandling(async (options) => runEntities(options)));
243
241
  }
244
- //# sourceMappingURL=signals.js.map
245
- //# debugId=395fa417-375a-55e7-b881-e65431742835
242
+ //# sourceMappingURL=signals.js.map
@@ -32,8 +32,6 @@
32
32
  * derived `authorPersonUid`; the CLI never sends an author. An optional
33
33
  * `--note` rides as `authorNote` (the change's rationale / failure context).
34
34
  */
35
-
36
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5bdf8a18-3088-5615-b596-9be2c9fdb5cc")}catch(e){}}();
37
35
  import * as fs from "node:fs";
38
36
  import * as path from "node:path";
39
37
  import { createHash } from "node:crypto";
@@ -589,5 +587,4 @@ export function registerSkillCommand(program, deps = {}) {
589
587
  });
590
588
  return skill;
591
589
  }
592
- //# sourceMappingURL=skill.js.map
593
- //# debugId=5bdf8a18-3088-5615-b596-9be2c9fdb5cc
590
+ //# sourceMappingURL=skill.js.map
@@ -17,8 +17,6 @@
17
17
  * --format 'table' when stdout is a TTY, 'json' when piped.
18
18
  * --limit 50.
19
19
  */
20
-
21
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="1123e933-4c37-5679-ae51-84cffd42e31b")}catch(e){}}();
22
20
  import * as fs from "node:fs";
23
21
  import * as path from "node:path";
24
22
  import chalk from "chalk";
@@ -251,5 +249,4 @@ export function registerSourcesCommand(program) {
251
249
  .option("--format <fmt>", "Output format: table | json (default: table for TTY, json piped)")
252
250
  .action(withErrorHandling(async (options) => runEntities(options)));
253
251
  }
254
- //# sourceMappingURL=sources.js.map
255
- //# debugId=1123e933-4c37-5679-ae51-84cffd42e31b
252
+ //# sourceMappingURL=sources.js.map
@@ -30,8 +30,6 @@
30
30
  * in package.json — revert that line to `^5.20.0` (or whatever the
31
31
  * published cut is) once US-004 ships to npm.
32
32
  */
33
-
34
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="534a51ec-53e8-5cde-98c6-5ffc1741d2c1")}catch(e){}}();
35
33
  import chalk from "chalk";
36
34
  import * as fs from "node:fs";
37
35
  import * as path from "node:path";
@@ -245,5 +243,4 @@ export function registerSyncModeCommand(syncCmd) {
245
243
  }
246
244
  });
247
245
  }
248
- //# sourceMappingURL=sync-mode.js.map
249
- //# debugId=534a51ec-53e8-5cde-98c6-5ffc1741d2c1
246
+ //# sourceMappingURL=sync-mode.js.map
@@ -36,8 +36,6 @@
36
36
  * release is unpublished, hq-cli pins `@indigoai-us/hq-cloud` to
37
37
  * `file:../hq-cloud` via `pnpm.overrides`.
38
38
  */
39
-
40
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8cdf980e-e3cf-585c-b2e5-1615765675a1")}catch(e){}}();
41
39
  import chalk from "chalk";
42
40
  import * as readline from "node:readline";
43
41
  import * as fs from "node:fs";
@@ -334,5 +332,4 @@ export function registerSyncNarrowCommand(syncCmd) {
334
332
  }
335
333
  });
336
334
  }
337
- //# sourceMappingURL=sync-narrow.js.map
338
- //# debugId=8cdf980e-e3cf-585c-b2e5-1615765675a1
335
+ //# sourceMappingURL=sync-narrow.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq modules sync command (US-004)
3
3
  */
4
-
5
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="abaf6ba7-702e-53e3-9d38-21182f05e529")}catch(e){}}();
6
4
  import * as fs from 'fs';
7
5
  import * as path from 'path';
8
6
  import { findHqRoot, readManifest, readLock, writeLock, getModulesDir, } from '../utils/manifest.js';
@@ -111,5 +109,4 @@ export function registerSyncCommand(program) {
111
109
  }
112
110
  });
113
111
  }
114
- //# sourceMappingURL=sync.js.map
115
- //# debugId=abaf6ba7-702e-53e3-9d38-21182f05e529
112
+ //# sourceMappingURL=sync.js.map
@@ -9,8 +9,6 @@
9
9
  * 5. Report what changed (new, updated, removed files)
10
10
  * 6. Gracefully handle conflicts (warn, don't force overwrite)
11
11
  */
12
-
13
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2b2504c1-06d5-59f8-a9b3-41d1af7f745f")}catch(e){}}();
14
12
  import * as fs from 'fs';
15
13
  import * as path from 'path';
16
14
  import { execSync } from 'child_process';
@@ -421,5 +419,4 @@ export function registerTeamSyncCommand(program) {
421
419
  }
422
420
  });
423
421
  }
424
- //# sourceMappingURL=team-sync.js.map
425
- //# debugId=2b2504c1-06d5-59f8-a9b3-41d1af7f745f
422
+ //# sourceMappingURL=team-sync.js.map
@@ -2,8 +2,6 @@
2
2
  * hq modules update command (US-008)
3
3
  * Updates lock for specific module
4
4
  */
5
-
6
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ed0bfb79-4403-57a0-85eb-766bc4110b67")}catch(e){}}();
7
5
  import * as path from 'path';
8
6
  import { findHqRoot, readManifest, readLock, writeLock, getModulesDir } from '../utils/manifest.js';
9
7
  import { fetchRepo, pullRepo, getCurrentCommit, isRepo } from '../utils/git.js';
@@ -59,5 +57,4 @@ export function registerUpdateCommand(program) {
59
57
  }
60
58
  });
61
59
  }
62
- //# sourceMappingURL=update.js.map
63
- //# debugId=ed0bfb79-4403-57a0-85eb-766bc4110b67
60
+ //# sourceMappingURL=update.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq whoami — displays current user or 'not logged in'
3
3
  */
4
-
5
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="1603fcc9-75f6-5855-b7b2-8333ffda9389")}catch(e){}}();
6
4
  import chalk from 'chalk';
7
5
  import { loadCachedTokens, isExpiring, isMachineIdentity, loadMachineCreds, } from '@indigoai-us/hq-cloud';
8
6
  function peekIdToken(idToken) {
@@ -61,5 +59,4 @@ export function registerWhoamiCommand(program) {
61
59
  }
62
60
  });
63
61
  }
64
- //# sourceMappingURL=whoami.js.map
65
- //# debugId=1603fcc9-75f6-5855-b7b2-8333ffda9389
62
+ //# sourceMappingURL=whoami.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a4a2bf8b-0a33-57ba-a565-412a14132c99")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import * as fs from "fs";
5
3
  import * as path from "path";
@@ -225,5 +223,4 @@ export function registerWorkersCommand(program) {
225
223
  }
226
224
  });
227
225
  }
228
- //# sourceMappingURL=workers.js.map
229
- //# debugId=a4a2bf8b-0a33-57ba-a565-412a14132c99
226
+ //# sourceMappingURL=workers.js.map
package/dist/index.js CHANGED
@@ -1,8 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  // MUST be first: guard the Node version before any dependency that needs a
3
3
  // Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
4
-
5
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8fdfd788-4c00-50bc-9ed0-579ed9d5f903")}catch(e){}}();
6
4
  import "./node-preflight.js";
7
5
  import { CLI_VERSION } from "./cli-version.js";
8
6
  function isVersionRequest(argv) {
@@ -17,5 +15,4 @@ else {
17
15
  await runCli();
18
16
  }
19
17
  export const __test__ = { isVersionRequest };
20
- //# sourceMappingURL=index.js.map
21
- //# debugId=8fdfd788-4c00-50bc-9ed0-579ed9d5f903
18
+ //# sourceMappingURL=index.js.map
@@ -2,8 +2,6 @@
2
2
  * Control-plane client for remote vault DB (US-009).
3
3
  * Injectable fetch for tests — never logs response bodies that might hold secrets.
4
4
  */
5
-
6
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b2bf60fc-6b3a-5534-af8e-3b92b9518e29")}catch(e){}}();
7
5
  function assertNoPostgresUrl(label, text) {
8
6
  if (/postgres:\/\//i.test(text) || /postgresql:\/\//i.test(text)) {
9
7
  throw new Error(`${label}: control plane returned a connection string (refusing to surface)`);
@@ -77,5 +75,4 @@ export class ControlPlaneDbClient {
77
75
  return JSON.parse(text);
78
76
  }
79
77
  }
80
- //# sourceMappingURL=control-plane.js.map
81
- //# debugId=b2bf60fc-6b3a-5534-af8e-3b92b9518e29
78
+ //# sourceMappingURL=control-plane.js.map
@@ -4,8 +4,6 @@
4
4
  * File lives at ~/.hq/db/{company}/vault.db with WAL journal mode.
5
5
  * Never returns or logs remote connection strings.
6
6
  */
7
-
8
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="3cf7d852-6ced-5521-a8de-8da889a5b97c")}catch(e){}}();
9
7
  import fs from "node:fs";
10
8
  import Database from "better-sqlite3";
11
9
  import { ensureLocalDbDir, resolveLocalDbPath, } from "./paths.js";
@@ -102,5 +100,4 @@ export function formatLocalDbStatus(status) {
102
100
  ];
103
101
  return lines.join("\n");
104
102
  }
105
- //# sourceMappingURL=local.js.map
106
- //# debugId=3cf7d852-6ced-5521-a8de-8da889a5b97c
103
+ //# sourceMappingURL=local.js.map
@@ -5,8 +5,6 @@
5
5
  * companies/{company}/db/migrations/*.sql
6
6
  * Applied versions are recorded in hq_schema_migrations inside the local DB.
7
7
  */
8
-
9
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d8abc231-bc36-5aad-a942-acbb0b86ea96")}catch(e){}}();
10
8
  import fs from "node:fs";
11
9
  import path from "node:path";
12
10
  import { openLocalDb, readMigrationHead } from "./local.js";
@@ -100,5 +98,4 @@ export function migrateLocalDb(opts) {
100
98
  db.close();
101
99
  }
102
100
  }
103
- //# sourceMappingURL=migrate.js.map
104
- //# debugId=d8abc231-bc36-5aad-a942-acbb0b86ea96
101
+ //# sourceMappingURL=migrate.js.map
@@ -8,8 +8,6 @@
8
8
  * so hq-sync / git cannot treat them as vault text. Migrations remain vault
9
9
  * text at companies/{co}/db/migrations/*.sql (handled by migrate stories).
10
10
  */
11
-
12
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="92e78769-940e-5fc9-a47e-7fbcc4415a3b")}catch(e){}}();
13
11
  import fs from "node:fs";
14
12
  import os from "node:os";
15
13
  import path from "node:path";
@@ -99,5 +97,4 @@ export function describeLocalDbIgnoreRules() {
99
97
  ...LOCAL_DB_IGNORE_PATTERNS.map((p) => ` - ${p}`),
100
98
  ].join("\n");
101
99
  }
102
- //# sourceMappingURL=paths.js.map
103
- //# debugId=92e78769-940e-5fc9-a47e-7fbcc4415a3b
100
+ //# sourceMappingURL=paths.js.map
@@ -5,8 +5,6 @@
5
5
  * This module is interface + registry only — no production AWS provision here.
6
6
  */
7
7
  /** Default engine selection (PRD decision). */
8
-
9
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="738ccb65-e1d0-5466-b98e-a96058bda113")}catch(e){}}();
10
8
  export const DEFAULT_REMOTE_ENGINE_ID = "aurora-dsql";
11
9
  const registry = new Map();
12
10
  export function registerRemoteEngine(engine) {
@@ -86,5 +84,4 @@ export function createMockRemoteEngine(id = "mock") {
86
84
  },
87
85
  };
88
86
  }
89
- //# sourceMappingURL=remote-engine.js.map
90
- //# debugId=738ccb65-e1d0-5466-b98e-a96058bda113
87
+ //# sourceMappingURL=remote-engine.js.map
@@ -4,8 +4,6 @@
4
4
  * Connection string never appears in argv, logs, or stdout.
5
5
  * Local remains default when --remote is absent (handled by command layer).
6
6
  */
7
-
8
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="07948af3-ec73-5a1a-bf8a-d0197090af40")}catch(e){}}();
9
7
  function assertNoLeak(label, value) {
10
8
  const s = typeof value === "string" ? value : JSON.stringify(value);
11
9
  if (/postgres:\/\//i.test(s) || /postgresql:\/\//i.test(s)) {
@@ -35,5 +33,4 @@ export async function runRemoteSql(opts) {
35
33
  assertNoLeak("remote sql rows", rows);
36
34
  return { rows };
37
35
  }
38
- //# sourceMappingURL=remote-sql.js.map
39
- //# debugId=07948af3-ec73-5a1a-bf8a-d0197090af40
36
+ //# sourceMappingURL=remote-sql.js.map
@@ -5,8 +5,6 @@
5
5
  * resolved company slug from HQ session/flags. Path overrides that open
6
6
  * another company's DB are denied unless an explicit dangerous flag is set.
7
7
  */
8
-
9
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="f9dc08da-ad30-5af4-94fb-b167d4299692")}catch(e){}}();
10
8
  import Database from "better-sqlite3";
11
9
  import { openLocalDb } from "./local.js";
12
10
  import { normalizeCompanySlugForLocalDb, resolveLocalDbDir, resolveLocalDbPath, } from "./paths.js";
@@ -128,5 +126,4 @@ export function formatSqlResult(result, format = "jsonl") {
128
126
  export function companyLocalDbDir(company, env) {
129
127
  return resolveLocalDbDir(company, env);
130
128
  }
131
- //# sourceMappingURL=sql.js.map
132
- //# debugId=f9dc08da-ad30-5af4-94fb-b167d4299692
129
+ //# sourceMappingURL=sql.js.map
@@ -23,8 +23,6 @@
23
23
  * calls happen here. The CLI orchestrator (`sync-narrow.ts`) is responsible
24
24
  * for the destructive side effects (delete, tombstone, PUT sync-config).
25
25
  */
26
-
27
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="8f0265e5-8320-54bb-b2c9-b03ee9581af8")}catch(e){}}();
28
26
  import * as fs from "node:fs";
29
27
  import * as path from "node:path";
30
28
  import { hashFile, isCoveredByAny, } from "@indigoai-us/hq-cloud";
@@ -267,5 +265,4 @@ export function formatBytes(n) {
267
265
  }
268
266
  return `${v.toFixed(2)} ${units[i]}`;
269
267
  }
270
- //# sourceMappingURL=local-tree-diff.js.map
271
- //# debugId=8f0265e5-8320-54bb-b2c9-b03ee9581af8
268
+ //# sourceMappingURL=local-tree-diff.js.map
@@ -35,8 +35,6 @@
35
35
  * TODO(hq-core-staging release N+3): bump default level to 'strict' and
36
36
  * wire `--mode-all` as the only opt-out.
37
37
  */
38
-
39
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b62d5114-da5b-5a77-bf3f-8362a2197665")}catch(e){}}();
40
38
  import chalk from "chalk";
41
39
  import * as fs from "node:fs";
42
40
  import * as path from "node:path";
@@ -140,5 +138,4 @@ export function emitNarrowHint(input, opts = {}) {
140
138
  export function _resetShownForTests() {
141
139
  SHOWN.clear();
142
140
  }
143
- //# sourceMappingURL=narrow-hint-banner.js.map
144
- //# debugId=b62d5114-da5b-5a77-bf3f-8362a2197665
141
+ //# sourceMappingURL=narrow-hint-banner.js.map
package/dist/main.js CHANGED
@@ -4,8 +4,6 @@
4
4
  */
5
5
  // MUST be first: guard the Node version before any dependency that needs a
6
6
  // Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
7
-
8
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d6747715-2057-5a0c-bfc5-c0a8372639d0")}catch(e){}}();
9
7
  import "./node-preflight.js";
10
8
  import { Command } from "commander";
11
9
  import { initSentry, Sentry } from "./sentry.js";
@@ -277,5 +275,4 @@ export async function runCli() {
277
275
  await Promise.allSettled([refreshVersionCache(), Sentry.flush(2000)]);
278
276
  }
279
277
  }
280
- //# sourceMappingURL=main.js.map
281
- //# debugId=d6747715-2057-5a0c-bfc5-c0a8372639d0
278
+ //# sourceMappingURL=main.js.map
@@ -17,8 +17,6 @@
17
17
  * Keep this file dependency-free — it must not import anything that could itself
18
18
  * fail to load on the very runtime it is trying to detect.
19
19
  */
20
-
21
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7d63229d-ff96-5511-9601-53c556487763")}catch(e){}}();
22
20
  export const MIN_NODE_MAJOR = 20;
23
21
  /**
24
22
  * Pure check: is the given Node version string (e.g. "18.19.0") supported?
@@ -51,5 +49,4 @@ export function enforceNodeVersion() {
51
49
  }
52
50
  }
53
51
  enforceNodeVersion();
54
- //# sourceMappingURL=node-preflight.js.map
55
- //# debugId=7d63229d-ff96-5511-9601-53c556487763
52
+ //# sourceMappingURL=node-preflight.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="17c9937b-a219-5b2d-a120-0acbf96f945a")}catch(e){}}();
3
1
  import * as fs from 'node:fs';
4
2
  import * as path from 'node:path';
5
3
  const SLUG_RE = /^# @hqCompany\("([^"]+)"\)/m;
@@ -60,5 +58,4 @@ export function discoverSchemas(cwd) {
60
58
  }
61
59
  return { schemaPaths, envLocalPaths, companySlug, conflict };
62
60
  }
63
- //# sourceMappingURL=discover-schemas.js.map
64
- //# debugId=17c9937b-a219-5b2d-a120-0acbf96f945a
61
+ //# sourceMappingURL=discover-schemas.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="20ece834-f9b5-5295-8620-87eb4f13ba7c")}catch(e){}}();
3
1
  import { ResolutionError } from 'varlock/plugin-lib';
4
2
  import { DEFAULT_SECRETS_CACHE_TTL_MS, readCache, writeCache, } from '../utils/secrets-cache.js';
5
3
  function normalizeCacheTtlMs(cacheTtlMs) {
@@ -164,5 +162,4 @@ export async function prewarmHqSecrets(graph /* EnvGraph */, opts, state) {
164
162
  state.errorsByName = errorsByName;
165
163
  state.uid = uid;
166
164
  }
167
- //# sourceMappingURL=hq-plugin.js.map
168
- //# debugId=20ece834-f9b5-5295-8620-87eb4f13ba7c
165
+ //# sourceMappingURL=hq-plugin.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="d9f4f042-d671-5ca3-8b43-d26395fc0189")}catch(e){}}();
3
1
  const SENSITIVE_FIELD_NAMES = new Set([
4
2
  "password", "secret", "apikey", "api_key", "token",
5
3
  // Cognito token-response fields captured as error context.
@@ -215,5 +213,4 @@ export function beforeSend(event, _hint) {
215
213
  event.contexts = scrubFields(event.contexts);
216
214
  return event;
217
215
  }
218
- //# sourceMappingURL=sentry-before-send.js.map
219
- //# debugId=d9f4f042-d671-5ca3-8b43-d26395fc0189
216
+ //# sourceMappingURL=sentry-before-send.js.map
@@ -1,5 +1,2 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="55f2362e-5cf7-5dac-b6a3-ef0f9ccde645")}catch(e){}}();
3
1
  export const BUNDLED_DSN = "https://467061dc39fb64644f5640a82d8949cf@o4507292345892864.ingest.us.sentry.io/4511597516226560";
4
- //# sourceMappingURL=sentry-dsn.generated.js.map
5
- //# debugId=55f2362e-5cf7-5dac-b6a3-ef0f9ccde645
2
+ //# sourceMappingURL=sentry-dsn.generated.js.map
package/dist/sentry.js CHANGED
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="a2ba6d5a-af8a-5512-9ce8-ced925ad5505")}catch(e){}}();
3
1
  import * as Sentry from "@sentry/node";
4
2
  import { BUNDLED_DSN } from "./sentry-dsn.generated.js";
5
3
  import { beforeSend } from "./sentry-before-send.js";
@@ -50,5 +48,4 @@ export function initSentry() {
50
48
  Sentry.startSession();
51
49
  }
52
50
  export { Sentry };
53
- //# sourceMappingURL=sentry.js.map
54
- //# debugId=a2ba6d5a-af8a-5512-9ce8-ced925ad5505
51
+ //# sourceMappingURL=sentry.js.map
@@ -2,8 +2,6 @@
2
2
  * Link Sync Strategy (US-006)
3
3
  * Symlinks module paths into HQ tree
4
4
  */
5
-
6
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="602c865a-033c-5b7c-8839-11a66b9a6bc5")}catch(e){}}();
7
5
  import * as fs from 'fs';
8
6
  import * as path from 'path';
9
7
  export async function linkSync(module, moduleDir, hqRoot) {
@@ -50,5 +48,4 @@ export async function linkSync(module, moduleDir, hqRoot) {
50
48
  filesChanged,
51
49
  };
52
50
  }
53
- //# sourceMappingURL=link.js.map
54
- //# debugId=602c865a-033c-5b7c-8839-11a66b9a6bc5
51
+ //# sourceMappingURL=link.js.map
@@ -2,8 +2,6 @@
2
2
  * Merge Sync Strategy (US-007)
3
3
  * Copies files from module into HQ, tracks state for conflict detection
4
4
  */
5
-
6
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7a161796-4e72-58d8-89f3-a1010add7d0f")}catch(e){}}();
7
5
  import * as fs from 'fs';
8
6
  import * as path from 'path';
9
7
  import * as crypto from 'crypto';
@@ -109,5 +107,4 @@ export async function mergeSync(module, moduleDir, hqRoot) {
109
107
  filesChanged: filesChanged.count,
110
108
  };
111
109
  }
112
- //# sourceMappingURL=merge.js.map
113
- //# debugId=7a161796-4e72-58d8-89f3-a1010add7d0f
110
+ //# sourceMappingURL=merge.js.map
package/dist/types.js CHANGED
@@ -7,8 +7,5 @@
7
7
  * (new in hq-core v12.0.0; see
8
8
  * knowledge/public/hq-core/package-yaml-spec.md)
9
9
  */
10
-
11
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="42a2c1bd-8924-5fcf-8f50-72086dab7a97")}catch(e){}}();
12
10
  export {};
13
- //# sourceMappingURL=types.js.map
14
- //# debugId=42a2c1bd-8924-5fcf-8f50-72086dab7a97
11
+ //# sourceMappingURL=types.js.map
@@ -19,8 +19,6 @@
19
19
  * (hq-console `src/lib/billing-pricing.ts`): amounts are in the smallest
20
20
  * currency unit (US cents) to match Stripe's wire shape.
21
21
  */
22
-
23
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="89efd1d4-af26-50e1-b94f-72b1b5533e3f")}catch(e){}}();
24
22
  import chalk from "chalk";
25
23
  import { vaultApiFetch } from "./vault-api.js";
26
24
  /** Per-Agent monthly list price, in cents ($100.00 / agent / month). */
@@ -123,5 +121,4 @@ export async function surfaceBillingRequired(token, billing) {
123
121
  console.log(chalk.dim("Once a card is added, re-run the same command."));
124
122
  return url;
125
123
  }
126
- //# sourceMappingURL=billing-gate.js.map
127
- //# debugId=89efd1d4-af26-50e1-b94f-72b1b5533e3f
124
+ //# sourceMappingURL=billing-gate.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="6a54e8f0-10de-59c2-82d9-22de94d9e6f2")}catch(e){}}();
3
1
  const BUFFER_SIZE = 20;
4
2
  const _buffer = [];
5
3
  // Sentry beforeBreadcrumb hook: records every breadcrumb in a ring buffer
@@ -14,5 +12,4 @@ export function beforeBreadcrumb(breadcrumb) {
14
12
  export function getRecentBreadcrumbs() {
15
13
  return [..._buffer];
16
14
  }
17
- //# sourceMappingURL=breadcrumb-buffer.js.map
18
- //# debugId=6a54e8f0-10de-59c2-82d9-22de94d9e6f2
15
+ //# sourceMappingURL=breadcrumb-buffer.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="b7441453-1b37-541f-becb-a3ccb3a554cf")}catch(e){}}();
3
1
  import { CLI_VERSION } from "../cli-version.js";
4
2
  import { isExpiring, isMachineIdentity, loadCachedTokens, } from "./cognito-session.js";
5
3
  import { vaultApiFetch } from "./vault-api.js";
@@ -56,5 +54,4 @@ async function emitCachedCliSessionStarted() {
56
54
  // Cached-token reads are also best effort (for example, a malformed cache).
57
55
  }
58
56
  }
59
- //# sourceMappingURL=cli-telemetry.js.map
60
- //# debugId=b7441453-1b37-541f-becb-a3ccb3a554cf
57
+ //# sourceMappingURL=cli-telemetry.js.map
@@ -18,8 +18,6 @@
18
18
  * HQ_COGNITO_CALLBACK_PORT — Loopback OAuth callback port
19
19
  * HQ_VAULT_API_URL — vault-service API Gateway URL
20
20
  */
21
-
22
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5a2a53de-b1ef-5d31-891c-9f508b6e4d7a")}catch(e){}}();
23
21
  import * as fs from "fs";
24
22
  import * as os from "os";
25
23
  import * as path from "path";
@@ -377,5 +375,4 @@ export async function refreshCachedSession() {
377
375
  };
378
376
  }
379
377
  }
380
- //# sourceMappingURL=cognito-session.js.map
381
- //# debugId=5a2a53de-b1ef-5d31-891c-9f508b6e4d7a
378
+ //# sourceMappingURL=cognito-session.js.map
@@ -36,8 +36,6 @@
36
36
  * The 8-key contribution registry. `as const` so `keyof typeof` yields the
37
37
  * exact literal key union consumed by `PackContributeKey`.
38
38
  */
39
-
40
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="154fb78d-60ba-508f-b6e7-6889858f1841")}catch(e){}}();
41
39
  export const CONTRIBUTION_TABLE = {
42
40
  workers: { payload: 'workers/{item}', host: 'core/workers/public', wire: 'symlink' },
43
41
  knowledge: { payload: 'knowledge/{item}', host: 'core/knowledge/public', wire: 'symlink' },
@@ -61,5 +59,4 @@ export function payloadFor(key, item) {
61
59
  }
62
60
  /** Keys whose contributions are wired by a host symlink (skip `merge` rows). */
63
61
  export const SYMLINK_KEYS = CONTRIBUTION_KEYS.filter((k) => CONTRIBUTION_TABLE[k].wire === 'symlink');
64
- //# sourceMappingURL=contribution-table.js.map
65
- //# debugId=154fb78d-60ba-508f-b6e7-6889858f1841
62
+ //# sourceMappingURL=contribution-table.js.map
@@ -15,8 +15,6 @@
15
15
  * Node errno codes for "the filesystem cannot accept this write" — purely
16
16
  * environmental, never a code bug. Mapped to the message shown to the user.
17
17
  */
18
-
19
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="03976a9c-d4c3-57dc-bd1d-40c9d025193d")}catch(e){}}();
20
18
  const ENVIRONMENTAL_FS_CODES = {
21
19
  ENOSPC: "No space left on device. Free up disk space and try again.",
22
20
  EDQUOT: "Disk quota exceeded. Free up space (or raise your quota) and try again.",
@@ -36,5 +34,4 @@ export function environmentalFsErrorMessage(err) {
36
34
  return null;
37
35
  return ENVIRONMENTAL_FS_CODES[code] ?? null;
38
36
  }
39
- //# sourceMappingURL=environmental-error.js.map
40
- //# debugId=03976a9c-d4c3-57dc-bd1d-40c9d025193d
37
+ //# sourceMappingURL=environmental-error.js.map
@@ -19,12 +19,9 @@
19
19
  * (code 0) and SKIP Sentry capture: there is no defect and no user-facing
20
20
  * degradation to fix.
21
21
  */
22
-
23
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="3305e402-0237-55ac-a6d4-11143bc69b83")}catch(e){}}();
24
22
  export function isEpipe(err) {
25
23
  return (typeof err === "object" &&
26
24
  err !== null &&
27
25
  err.code === "EPIPE");
28
26
  }
29
- //# sourceMappingURL=epipe.js.map
30
- //# debugId=3305e402-0237-55ac-a6d4-11143bc69b83
27
+ //# sourceMappingURL=epipe.js.map
@@ -1,5 +1,3 @@
1
-
2
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ae4c924b-fe3d-558c-8b44-e1bac1f5a73e")}catch(e){}}();
3
1
  import * as os from "os";
4
2
  import { execFileSync } from "child_process";
5
3
  import { getRecentBreadcrumbs } from "./breadcrumb-buffer.js";
@@ -93,5 +91,4 @@ export function collectDiagnostics() {
93
91
  recentSentryBreadcrumbs: getRecentBreadcrumbs(),
94
92
  };
95
93
  }
96
- //# sourceMappingURL=feedback-diagnostics.js.map
97
- //# debugId=ae4c924b-fe3d-558c-8b44-e1bac1f5a73e
94
+ //# sourceMappingURL=feedback-diagnostics.js.map