@indigoai-us/hq-cli 5.71.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 (115) hide show
  1. package/dist/bin/hq-auth-refresh.js +1 -4
  2. package/dist/cli-version.js +1 -4
  3. package/dist/commands/__fixtures__/make-tar.js +1 -4
  4. package/dist/commands/_patterns.js +1 -4
  5. package/dist/commands/add.js +1 -4
  6. package/dist/commands/agents.js +1 -4
  7. package/dist/commands/api-keys.js +1 -4
  8. package/dist/commands/auth.js +1 -4
  9. package/dist/commands/billing.js +1 -4
  10. package/dist/commands/channels.js +1 -4
  11. package/dist/commands/cloud-demote.js +1 -4
  12. package/dist/commands/cloud-provision.js +1 -4
  13. package/dist/commands/cloud.js +1 -4
  14. package/dist/commands/company.js +1 -4
  15. package/dist/commands/creators.js +1 -4
  16. package/dist/commands/crm.js +1 -4
  17. package/dist/commands/db-migrate.js +1 -4
  18. package/dist/commands/db-provision.js +1 -4
  19. package/dist/commands/db-sql.js +1 -4
  20. package/dist/commands/db-status.js +1 -4
  21. package/dist/commands/db.js +1 -4
  22. package/dist/commands/dm.js +1 -4
  23. package/dist/commands/feedback.js +1 -4
  24. package/dist/commands/files-browse.js +1 -4
  25. package/dist/commands/files.js +1 -4
  26. package/dist/commands/group-grants.js +1 -4
  27. package/dist/commands/groups.js +1 -4
  28. package/dist/commands/integrations.js +1 -4
  29. package/dist/commands/list.js +1 -4
  30. package/dist/commands/login.js +1 -4
  31. package/dist/commands/logout.js +1 -4
  32. package/dist/commands/mcp-registration.js +1 -4
  33. package/dist/commands/mcp-status.js +1 -4
  34. package/dist/commands/meetings.js +1 -4
  35. package/dist/commands/members.js +1 -4
  36. package/dist/commands/onboard-identity-guard.js +1 -4
  37. package/dist/commands/onboard-join.js +1 -4
  38. package/dist/commands/onboard-warning.js +1 -4
  39. package/dist/commands/onboard.js +1 -4
  40. package/dist/commands/outposts.d.ts +23 -1
  41. package/dist/commands/outposts.js +172 -8
  42. package/dist/commands/pack-install.js +1 -4
  43. package/dist/commands/packs.js +1 -4
  44. package/dist/commands/people.js +1 -4
  45. package/dist/commands/pkg-install.js +1 -4
  46. package/dist/commands/pkg-list.js +1 -4
  47. package/dist/commands/pkg-remove.js +1 -4
  48. package/dist/commands/pkg-update.js +1 -4
  49. package/dist/commands/publish.js +1 -4
  50. package/dist/commands/reindex.js +1 -4
  51. package/dist/commands/rescue.js +1 -4
  52. package/dist/commands/run.js +1 -4
  53. package/dist/commands/safe-extract.js +1 -4
  54. package/dist/commands/secrets-scope.js +1 -4
  55. package/dist/commands/secrets.js +1 -4
  56. package/dist/commands/signals.js +1 -4
  57. package/dist/commands/skill.js +1 -4
  58. package/dist/commands/sources.js +1 -4
  59. package/dist/commands/sync-mode.js +1 -4
  60. package/dist/commands/sync-narrow.js +1 -4
  61. package/dist/commands/sync.js +1 -4
  62. package/dist/commands/team-sync.js +1 -4
  63. package/dist/commands/update.js +1 -4
  64. package/dist/commands/whoami.js +1 -4
  65. package/dist/commands/workers.js +1 -4
  66. package/dist/index.js +1 -4
  67. package/dist/lib/db/control-plane.js +1 -4
  68. package/dist/lib/db/local.js +1 -4
  69. package/dist/lib/db/migrate.js +1 -4
  70. package/dist/lib/db/paths.js +1 -4
  71. package/dist/lib/db/remote-engine.js +1 -4
  72. package/dist/lib/db/remote-sql.js +1 -4
  73. package/dist/lib/db/sql.js +1 -4
  74. package/dist/lib/local-tree-diff.js +1 -4
  75. package/dist/lib/narrow-hint-banner.js +1 -4
  76. package/dist/main.js +1 -4
  77. package/dist/node-preflight.js +1 -4
  78. package/dist/run/discover-schemas.js +1 -4
  79. package/dist/run/hq-plugin.js +1 -4
  80. package/dist/sentry-before-send.js +1 -4
  81. package/dist/sentry-dsn.generated.js +1 -4
  82. package/dist/sentry.js +1 -4
  83. package/dist/strategies/link.js +1 -4
  84. package/dist/strategies/merge.js +1 -4
  85. package/dist/types.js +1 -4
  86. package/dist/utils/billing-gate.js +1 -4
  87. package/dist/utils/breadcrumb-buffer.js +1 -4
  88. package/dist/utils/cli-telemetry.js +1 -4
  89. package/dist/utils/cognito-session.js +1 -4
  90. package/dist/utils/contribution-table.js +1 -4
  91. package/dist/utils/environmental-error.js +1 -4
  92. package/dist/utils/epipe.js +1 -4
  93. package/dist/utils/feedback-diagnostics.js +1 -4
  94. package/dist/utils/feedback-screenshots.js +1 -4
  95. package/dist/utils/feedback-versions.js +1 -4
  96. package/dist/utils/git.js +1 -4
  97. package/dist/utils/integrity.js +1 -4
  98. package/dist/utils/intercepted-process-exit.js +1 -4
  99. package/dist/utils/login-provider.js +1 -4
  100. package/dist/utils/manifest.js +1 -4
  101. package/dist/utils/pack-contributions.js +1 -4
  102. package/dist/utils/people.js +1 -4
  103. package/dist/utils/registry-client.js +1 -4
  104. package/dist/utils/registry.js +1 -4
  105. package/dist/utils/sandbox-runner-client.js +1 -4
  106. package/dist/utils/secrets-cache.js +1 -4
  107. package/dist/utils/sentry-identity.js +1 -4
  108. package/dist/utils/vault-api.js +1 -4
  109. package/dist/utils/version-check.js +1 -4
  110. package/dist/utils/version-gate.js +1 -4
  111. package/package.json +3 -2
  112. package/scripts/chmod-bins.mjs +49 -0
  113. package/src/commands/outposts-replica-sync.test.ts +272 -0
  114. package/src/commands/outposts.ts +258 -5
  115. package/src/packaging.test.ts +55 -0
@@ -12,8 +12,6 @@
12
12
  */
13
13
  // MUST be first: guard the Node version before any dependency that needs a
14
14
  // Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
15
-
16
- !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]="3c7e1b4e-66dc-5fe8-b828-cd3636df1fbb")}catch(e){}}();
17
15
  import "../node-preflight.js";
18
16
  import { initSentry, Sentry } from "../sentry.js";
19
17
  import { refreshCachedSession } from "../utils/cognito-session.js";
@@ -40,5 +38,4 @@ initSentry();
40
38
  process.exit(exitCode);
41
39
  }
42
40
  })();
43
- //# sourceMappingURL=hq-auth-refresh.js.map
44
- //# debugId=3c7e1b4e-66dc-5fe8-b828-cd3636df1fbb
41
+ //# sourceMappingURL=hq-auth-refresh.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]="3e4e6f0a-40ac-5bee-b3c0-547fffb71ea5")}catch(e){}}();
3
1
  import { readFileSync } from "node:fs";
4
2
  import { fileURLToPath } from "node:url";
5
3
  import path from "node:path";
@@ -8,5 +6,4 @@ const pkgPath = path.resolve(here, "..", "package.json");
8
6
  const pkg = JSON.parse(readFileSync(pkgPath, "utf-8"));
9
7
  export const CLI_NAME = pkg.name;
10
8
  export const CLI_VERSION = pkg.version;
11
- //# sourceMappingURL=cli-version.js.map
12
- //# debugId=3e4e6f0a-40ac-5bee-b3c0-547fffb71ea5
9
+ //# sourceMappingURL=cli-version.js.map
@@ -21,8 +21,6 @@
21
21
  * safeExtractTarball's pre-flight uses) does NOT strip anything; it faithfully
22
22
  * lists whatever bytes we wrote, so the guard sees the real attack everywhere.
23
23
  */
24
-
25
- !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]="3b6b9745-1cda-547f-a99d-34b70ea052c8")}catch(e){}}();
26
24
  import { gzipSync } from 'node:zlib';
27
25
  import * as fs from 'node:fs';
28
26
  const BLOCK = 512;
@@ -101,5 +99,4 @@ export function writeMaliciousTarGz(outPath, entries) {
101
99
  fs.writeFileSync(outPath, gzipSync(makeTar(entries)));
102
100
  return outPath;
103
101
  }
104
- //# sourceMappingURL=make-tar.js.map
105
- //# debugId=3b6b9745-1cda-547f-a99d-34b70ea052c8
102
+ //# sourceMappingURL=make-tar.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]="0d9c591b-d54a-52b4-85c3-32a9030953ca")}catch(e){}}();
3
1
  export const SECRET_NAME_PATTERN = /^[A-Z][A-Z0-9_]*(?:\/[A-Z][A-Z0-9_]+)*$/;
4
2
  export const GROUP_ID_PATTERN = /^grp_[A-Za-z0-9_-]+$/;
5
3
  export const EMAIL_PATTERN = /^[^\s]+@[^\s]+$/;
@@ -9,5 +7,4 @@ export function normalizeFilePrefix(prefix) {
9
7
  }
10
8
  return prefix;
11
9
  }
12
- //# sourceMappingURL=_patterns.js.map
13
- //# debugId=0d9c591b-d54a-52b4-85c3-32a9030953ca
10
+ //# sourceMappingURL=_patterns.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq modules add command (US-003)
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]="4b8dd2fb-2564-590a-b294-7deeff926e4b")}catch(e){}}();
6
4
  import { findHqRoot, addModule, parseRepoName, isValidRepoUrl } from '../utils/manifest.js';
7
5
  export function registerAddCommand(program) {
8
6
  program
@@ -60,5 +58,4 @@ export function registerAddCommand(program) {
60
58
  }
61
59
  });
62
60
  }
63
- //# sourceMappingURL=add.js.map
64
- //# debugId=4b8dd2fb-2564-590a-b294-7deeff926e4b
61
+ //# sourceMappingURL=add.js.map
@@ -21,8 +21,6 @@
21
21
  * (`hq agents list --company acme`); when omitted, resolution falls back to
22
22
  * the caller's single active membership (same as `members.ts`).
23
23
  */
24
-
25
- !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]="26009666-ef42-5f7d-88eb-6452eca4b47a")}catch(e){}}();
26
24
  import chalk from "chalk";
27
25
  import { randomUUID } from "node:crypto";
28
26
  import { ensureCognitoToken } from "../utils/cognito-session.js";
@@ -620,5 +618,4 @@ export function registerAgentsCommand(program) {
620
618
  }
621
619
  });
622
620
  }
623
- //# sourceMappingURL=agents.js.map
624
- //# debugId=26009666-ef42-5f7d-88eb-6452eca4b47a
621
+ //# sourceMappingURL=agents.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]="c9f6fe34-9e38-5001-97b7-14b35c956330")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { getCompanyUid, vaultApiFetch } from "./secrets.js";
@@ -194,5 +192,4 @@ export function registerApiKeysCommand(program) {
194
192
  });
195
193
  return apiKeys;
196
194
  }
197
- //# sourceMappingURL=api-keys.js.map
198
- //# debugId=c9f6fe34-9e38-5001-97b7-14b35c956330
195
+ //# sourceMappingURL=api-keys.js.map
@@ -13,8 +13,6 @@
13
13
  * session is kept valid by `hq auth refresh` / `hq-auth-refresh` and consumed
14
14
  * by the deploy + sync skills.
15
15
  */
16
-
17
- !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]="66a74720-f5d1-58ed-93fd-ead15fc18146")}catch(e){}}();
18
16
  import chalk from "chalk";
19
17
  import { browserLogin, clearCachedTokens, loadCachedTokens, isExpiring, isMachineIdentity, loadMachineCreds, CognitoAuthError, } from "@indigoai-us/hq-cloud";
20
18
  import { refreshCachedSession, } from "../utils/cognito-session.js";
@@ -135,5 +133,4 @@ export function registerAuthCommands(program) {
135
133
  : chalk.green(`${label}HQ session valid (expiresAt=${cached.expiresAt})`));
136
134
  });
137
135
  }
138
- //# sourceMappingURL=auth.js.map
139
- //# debugId=66a74720-f5d1-58ed-93fd-ead15fc18146
136
+ //# sourceMappingURL=auth.js.map
@@ -12,8 +12,6 @@
12
12
  * hq billing status [--company <slug>] — subscription + card on file
13
13
  * hq billing checkout [--company <slug>] [--personal] — mint a card-capture link
14
14
  */
15
-
16
- !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]="9a5d87b5-94d2-5893-8c48-af8db719fa05")}catch(e){}}();
17
15
  import chalk from "chalk";
18
16
  import { ensureCognitoToken } from "../utils/cognito-session.js";
19
17
  import { vaultApiFetch, getCompanyUid } from "../utils/vault-api.js";
@@ -110,5 +108,4 @@ export function registerBillingCommand(program) {
110
108
  }
111
109
  });
112
110
  }
113
- //# sourceMappingURL=billing.js.map
114
- //# debugId=9a5d87b5-94d2-5893-8c48-af8db719fa05
111
+ //# sourceMappingURL=billing.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]="fe48059a-56b5-5f50-8ebf-b5fbbe1aa432")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch } from "../utils/vault-api.js";
@@ -77,5 +75,4 @@ export function registerChannelsCommand(program) {
77
75
  await runChannelsList();
78
76
  });
79
77
  }
80
- //# sourceMappingURL=channels.js.map
81
- //# debugId=fe48059a-56b5-5f50-8ebf-b5fbbe1aa432
78
+ //# sourceMappingURL=channels.js.map
@@ -27,8 +27,6 @@
27
27
  * 1 — vault HTTP failure during the safety check.
28
28
  * 2 — validation (bad slug, missing dir/manifest, cloud not deleted).
29
29
  */
30
-
31
- !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]="6b5cd717-bba0-5dd4-a743-a070e8a62a6b")}catch(e){}}();
32
30
  import * as fs from "node:fs";
33
31
  import * as path from "node:path";
34
32
  import * as yaml from "js-yaml";
@@ -189,5 +187,4 @@ export function registerCloudDemoteCommands(program) {
189
187
  }
190
188
  });
191
189
  }
192
- //# sourceMappingURL=cloud-demote.js.map
193
- //# debugId=6b5cd717-bba0-5dd4-a743-a070e8a62a6b
190
+ //# sourceMappingURL=cloud-demote.js.map
@@ -27,8 +27,6 @@
27
27
  * 3 — sync failure after entity provisioned (cloud_uid in JSON;
28
28
  * `initial_sync.ok=false`). Manifest + config may have been written.
29
29
  */
30
-
31
- !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]="3ae2829b-1343-59f7-92b0-63d93f37086f")}catch(e){}}();
32
30
  import chalk from "chalk";
33
31
  import * as fs from "node:fs";
34
32
  import * as path from "node:path";
@@ -633,5 +631,4 @@ export function registerCloudProvisionCommands(program) {
633
631
  }
634
632
  });
635
633
  }
636
- //# sourceMappingURL=cloud-provision.js.map
637
- //# debugId=3ae2829b-1343-59f7-92b0-63d93f37086f
634
+ //# sourceMappingURL=cloud-provision.js.map
@@ -12,8 +12,6 @@
12
12
  * hq sync pull — pull all permitted files from the vault
13
13
  * hq sync status — show local journal summary
14
14
  */
15
-
16
- !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]="5e2703d2-1874-5625-8508-67ff641ff1a6")}catch(e){}}();
17
15
  import chalk from "chalk";
18
16
  import * as fs from "fs";
19
17
  import * as path from "path";
@@ -1405,5 +1403,4 @@ function resolveUploadAuthorFromCache() {
1405
1403
  return undefined;
1406
1404
  }
1407
1405
  }
1408
- //# sourceMappingURL=cloud.js.map
1409
- //# debugId=5e2703d2-1874-5625-8508-67ff641ff1a6
1406
+ //# sourceMappingURL=cloud.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]="c0b7f9ed-8ddb-5422-8872-f85b6b406af6")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch, getEntityUid } from "../utils/vault-api.js";
@@ -78,5 +76,4 @@ export function registerCompanyCommand(program) {
78
76
  }
79
77
  });
80
78
  }
81
- //# sourceMappingURL=company.js.map
82
- //# debugId=c0b7f9ed-8ddb-5422-8872-f85b6b406af6
79
+ //# sourceMappingURL=company.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]="9cd4617e-f5b0-54ad-86a0-042157165a91")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch } from "../utils/vault-api.js";
@@ -64,5 +62,4 @@ export function registerCreatorsCommand(program) {
64
62
  }
65
63
  });
66
64
  }
67
- //# sourceMappingURL=creators.js.map
68
- //# debugId=9cd4617e-f5b0-54ad-86a0-042157165a91
65
+ //# sourceMappingURL=creators.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]="056ad757-a0da-5318-b97f-21ae6529f648")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { readFileSync } from "node:fs";
5
3
  import { ensureCognitoToken } from "../utils/cognito-session.js";
@@ -158,5 +156,4 @@ export function registerCrmCommand(program) {
158
156
  }
159
157
  });
160
158
  }
161
- //# sourceMappingURL=crm.js.map
162
- //# debugId=056ad757-a0da-5318-b97f-21ae6529f648
159
+ //# sourceMappingURL=crm.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq db migrate — apply vault text migrations to local SQLite (US-005).
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]="58d60a42-0362-59a3-a31e-c05f1a8dfc1e")}catch(e){}}();
6
4
  import chalk from "chalk";
7
5
  import path from "node:path";
8
6
  import { migrateLocalDb } from "../lib/db/migrate.js";
@@ -38,5 +36,4 @@ export function registerDbMigrateCommand(db) {
38
36
  }
39
37
  });
40
38
  }
41
- //# sourceMappingURL=db-migrate.js.map
42
- //# debugId=58d60a42-0362-59a3-a31e-c05f1a8dfc1e
39
+ //# sourceMappingURL=db-migrate.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq db provision — request remote vault DB binding (US-009).
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]="f0d312c6-3730-5e46-b21f-c694723d0f5b")}catch(e){}}();
6
4
  import chalk from "chalk";
7
5
  import { ControlPlaneDbClient } from "../lib/db/control-plane.js";
8
6
  import { DEFAULT_VAULT_API_URL, ensureCognitoToken, } from "../utils/cognito-session.js";
@@ -81,5 +79,4 @@ export function registerDbProvisionCommand(db, depsFactory = defaultDeps) {
81
79
  }
82
80
  });
83
81
  }
84
- //# sourceMappingURL=db-provision.js.map
85
- //# debugId=f0d312c6-3730-5e46-b21f-c694723d0f5b
82
+ //# sourceMappingURL=db-provision.js.map
@@ -4,8 +4,6 @@
4
4
  * Default is read-only. Prefer `hq db migrate` for schema changes.
5
5
  * Never prints 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]="0de705fa-ba79-5f19-9797-2a68dd79f24d")}catch(e){}}();
9
7
  import chalk from "chalk";
10
8
  import fs from "node:fs";
11
9
  import { runRemoteSql } from "../lib/db/remote-sql.js";
@@ -77,5 +75,4 @@ export function registerDbSqlCommand(db) {
77
75
  }
78
76
  });
79
77
  }
80
- //# sourceMappingURL=db-sql.js.map
81
- //# debugId=0de705fa-ba79-5f19-9797-2a68dd79f24d
78
+ //# sourceMappingURL=db-sql.js.map
@@ -2,8 +2,6 @@
2
2
  * hq db status — ensure local vault DB exists and report health.
3
3
  * Optionally reports remote tier when control plane returns a binding (US-009).
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]="b0f21394-45cb-572c-890b-bcdf0fc9e7d7")}catch(e){}}();
7
5
  import chalk from "chalk";
8
6
  import { ControlPlaneDbClient } from "../lib/db/control-plane.js";
9
7
  import { ensureAndStatusLocalDb, formatLocalDbStatus, } from "../lib/db/local.js";
@@ -70,5 +68,4 @@ export function registerDbStatusCommand(db) {
70
68
  }
71
69
  });
72
70
  }
73
- //# sourceMappingURL=db-status.js.map
74
- //# debugId=b0f21394-45cb-572c-890b-bcdf0fc9e7d7
71
+ //# sourceMappingURL=db-status.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq db — vault database commands (local + remote tiers).
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]="c5202241-a9a4-52bf-81b7-e95dc255d08f")}catch(e){}}();
6
4
  import { registerDbMigrateCommand } from "./db-migrate.js";
7
5
  import { registerDbProvisionCommand } from "./db-provision.js";
8
6
  import { registerDbSqlCommand } from "./db-sql.js";
@@ -19,5 +17,4 @@ export function registerDbCommand(program) {
19
17
  registerDbMigrateCommand(db);
20
18
  registerDbProvisionCommand(db);
21
19
  }
22
- //# sourceMappingURL=db.js.map
23
- //# debugId=c5202241-a9a4-52bf-81b7-e95dc255d08f
20
+ //# sourceMappingURL=db.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]="8ba6c13e-f0d4-58c7-a62e-eede4fb7873f")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { readFileSync } from "node:fs";
5
3
  import { ensureCognitoToken } from "../utils/cognito-session.js";
@@ -853,5 +851,4 @@ export function registerDmCommand(program) {
853
851
  await runConnectionAction("block", person);
854
852
  });
855
853
  }
856
- //# sourceMappingURL=dm.js.map
857
- //# debugId=8ba6c13e-f0d4-58c7-a62e-eede4fb7873f
854
+ //# sourceMappingURL=dm.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]="ee78c7b6-6e93-5217-8a1d-ddc51afcf9c3")}catch(e){}}();
3
1
  import * as fs from "node:fs";
4
2
  import chalk from "chalk";
5
3
  import { ensureCognitoToken } from "../utils/cognito-session.js";
@@ -116,5 +114,4 @@ export function registerFeedbackCommand(program) {
116
114
  registerSubcommand(feedbackCmd, "bug");
117
115
  registerSubcommand(feedbackCmd, "feature");
118
116
  }
119
- //# sourceMappingURL=feedback.js.map
120
- //# debugId=ee78c7b6-6e93-5217-8a1d-ddc51afcf9c3
117
+ //# sourceMappingURL=feedback.js.map
@@ -33,8 +33,6 @@
33
33
  * Cross-package note: depends on the `VaultClient.sts.vend`/`.vendSelf`
34
34
  * methods and `grantPathToPrefix` from hq-cloud.
35
35
  */
36
-
37
- !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]="76062756-52c6-58a0-a647-9fcc95550911")}catch(e){}}();
38
36
  import chalk from "chalk";
39
37
  import * as fs from "node:fs";
40
38
  import * as path from "node:path";
@@ -932,5 +930,4 @@ export function registerFilesBrowseCommands(filesCmd) {
932
930
  }
933
931
  });
934
932
  }
935
- //# sourceMappingURL=files-browse.js.map
936
- //# debugId=76062756-52c6-58a0-a647-9fcc95550911
933
+ //# sourceMappingURL=files-browse.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]="af29c08f-dbeb-5406-8deb-fdc263354b4a")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import open from "open";
5
3
  import * as readline from "node:readline";
@@ -739,5 +737,4 @@ export async function runFilesDelete(params, deps = {}) {
739
737
  console.log(chalk.dim(`${result.skipped} object(s) under this prefix you can't delete were left untouched.`));
740
738
  }
741
739
  }
742
- //# sourceMappingURL=files.js.map
743
- //# debugId=af29c08f-dbeb-5406-8deb-fdc263354b4a
740
+ //# sourceMappingURL=files.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]="eff1a01a-1996-5c23-aaf4-084319d454fc")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch, getCompanyUid } from "../utils/vault-api.js";
@@ -292,5 +290,4 @@ export function registerGroupGrantsCommand(program) {
292
290
  }
293
291
  });
294
292
  }
295
- //# sourceMappingURL=group-grants.js.map
296
- //# debugId=eff1a01a-1996-5c23-aaf4-084319d454fc
293
+ //# sourceMappingURL=group-grants.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]="caec6a8e-2b28-583a-acb3-1e70ab6c390c")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch, getCompanyUid } from "./secrets.js";
@@ -349,5 +347,4 @@ export function registerGroupsCommand(program) {
349
347
  }
350
348
  });
351
349
  }
352
- //# sourceMappingURL=groups.js.map
353
- //# debugId=caec6a8e-2b28-583a-acb3-1e70ab6c390c
350
+ //# sourceMappingURL=groups.js.map
@@ -25,8 +25,6 @@
25
25
  * semantics); company resolves like every other command — `--company <slug>`
26
26
  * or the caller's single active membership. Never hardcoded.
27
27
  */
28
-
29
- !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]="a9b3ea5a-d7b5-5786-a961-af26b18eebaa")}catch(e){}}();
30
28
  import { randomUUID } from "node:crypto";
31
29
  import chalk from "chalk";
32
30
  import { ensureCognitoIdToken } from "../utils/cognito-session.js";
@@ -305,5 +303,4 @@ export function registerIntegrationsCommand(program) {
305
303
  });
306
304
  }
307
305
  }
308
- //# sourceMappingURL=integrations.js.map
309
- //# debugId=a9b3ea5a-d7b5-5786-a961-af26b18eebaa
306
+ //# sourceMappingURL=integrations.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq modules list command (US-005)
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]="0ed2bacf-8934-5b52-a841-1eaa2bbcd8b8")}catch(e){}}();
6
4
  import * as path from 'path';
7
5
  import { findHqRoot, readManifest, readLock, getModulesDir } from '../utils/manifest.js';
8
6
  import { isRepo, getCurrentCommit, isBehindRemote } from '../utils/git.js';
@@ -71,5 +69,4 @@ export function registerListCommand(program) {
71
69
  }
72
70
  });
73
71
  }
74
- //# sourceMappingURL=list.js.map
75
- //# debugId=0ed2bacf-8934-5b52-a841-1eaa2bbcd8b8
72
+ //# sourceMappingURL=list.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq login — opens browser for Cognito auth.
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]="cb1c9acd-d4b0-52a2-b5ce-f567be9ff048")}catch(e){}}();
6
4
  import chalk from 'chalk';
7
5
  import { browserLogin, loadCachedTokens, isExpiring } from '@indigoai-us/hq-cloud';
8
6
  import { cognitoConfigForLoginProvider } from '../utils/login-provider.js';
@@ -44,5 +42,4 @@ export function registerLoginCommand(program) {
44
42
  }
45
43
  });
46
44
  }
47
- //# sourceMappingURL=login.js.map
48
- //# debugId=cb1c9acd-d4b0-52a2-b5ce-f567be9ff048
45
+ //# sourceMappingURL=login.js.map
@@ -1,8 +1,6 @@
1
1
  /**
2
2
  * hq logout — clears cached Cognito session
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]="120038e8-9b88-59c3-821a-da21ccb1c365")}catch(e){}}();
6
4
  import chalk from 'chalk';
7
5
  import { clearCachedTokens, loadCachedTokens } from '@indigoai-us/hq-cloud';
8
6
  export function registerLogoutCommand(program) {
@@ -25,5 +23,4 @@ export function registerLogoutCommand(program) {
25
23
  }
26
24
  });
27
25
  }
28
- //# sourceMappingURL=logout.js.map
29
- //# debugId=120038e8-9b88-59c3-821a-da21ccb1c365
26
+ //# sourceMappingURL=logout.js.map
@@ -52,8 +52,6 @@
52
52
  * first-class skip), and {@link registerMcpServers} is the pack-install routing
53
53
  * seam over it.
54
54
  */
55
-
56
- !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]="d4f678fe-c88f-5d08-b6bc-1e591ac8c4b6")}catch(e){}}();
57
55
  import * as crypto from 'crypto';
58
56
  import * as fs from 'fs';
59
57
  import * as os from 'os';
@@ -1997,5 +1995,4 @@ export function unregisterMcpServers(pkg, names, options) {
1997
1995
  });
1998
1996
  });
1999
1997
  }
2000
- //# sourceMappingURL=mcp-registration.js.map
2001
- //# debugId=d4f678fe-c88f-5d08-b6bc-1e591ac8c4b6
1998
+ //# sourceMappingURL=mcp-registration.js.map
@@ -21,8 +21,6 @@
21
21
  * exported so tests (and CI / US-013) can drive them WITHOUT going through
22
22
  * commander; {@link registerMcpCommand} wires the `hq mcp status` command group.
23
23
  */
24
-
25
- !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]="518fe2be-89c1-53a6-b2fd-263fccc128ba")}catch(e){}}();
26
24
  import * as fs from 'fs';
27
25
  import { HQ_PACK_PROVENANCE_KEY, SECRET_REDACTION, backupRoot, claudeConfigFormat, claudeConfigPath, codexConfigFormat, codexConfigPath, CODEX_MCP_SERVERS_KEY, ConfigParseError, isCodexInstalled, readConfigDoc, resolveEnv, } from './mcp-registration.js';
28
26
  // ---------------------------------------------------------------------------
@@ -402,5 +400,4 @@ export function registerMcpCommand(program) {
402
400
  }
403
401
  });
404
402
  }
405
- //# sourceMappingURL=mcp-status.js.map
406
- //# debugId=518fe2be-89c1-53a6-b2fd-263fccc128ba
403
+ //# sourceMappingURL=mcp-status.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]="6bb33e65-134a-5b0a-917b-ca084d4c8366")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch, getCompanyUid } from "../utils/vault-api.js";
@@ -549,5 +547,4 @@ export function registerMeetingsCommand(program) {
549
547
  }
550
548
  });
551
549
  }
552
- //# sourceMappingURL=meetings.js.map
553
- //# debugId=6bb33e65-134a-5b0a-917b-ca084d4c8366
550
+ //# sourceMappingURL=meetings.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]="09a00ce0-be62-5739-9816-042dda515518")}catch(e){}}();
3
1
  import chalk from "chalk";
4
2
  import { ensureCognitoToken } from "../utils/cognito-session.js";
5
3
  import { vaultApiFetch, getCompanyUid } from "../utils/vault-api.js";
@@ -630,5 +628,4 @@ export function registerMembersCommand(program) {
630
628
  }
631
629
  });
632
630
  }
633
- //# sourceMappingURL=members.js.map
634
- //# debugId=09a00ce0-be62-5739-9816-042dda515518
631
+ //# sourceMappingURL=members.js.map
@@ -32,8 +32,6 @@
32
32
  * slug would re-adopt the same other-owned person row, so it is deliberately
33
33
  * not suggested.
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]="5e986156-276e-5583-a43d-74696c122d40")}catch(e){}}();
37
35
  function buildMismatchMessage(personUid) {
38
36
  return [
39
37
  `Onboarding can't continue — an identity-link mismatch is blocking resume.`,
@@ -90,5 +88,4 @@ export function detectOnboardingIdentityMismatch(input) {
90
88
  message: buildMismatchMessage(adopted),
91
89
  };
92
90
  }
93
- //# sourceMappingURL=onboard-identity-guard.js.map
94
- //# debugId=5e986156-276e-5583-a43d-74696c122d40
91
+ //# sourceMappingURL=onboard-identity-guard.js.map
@@ -24,8 +24,6 @@
24
24
  * the CLI (`hq sync`) and the HQ Sync menubar app (the Sync button), since
25
25
  * most invitees are on the app rather than the CLI.
26
26
  */
27
-
28
- !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]="38623485-912f-52db-bf3d-f1c911246026")}catch(e){}}();
29
27
  export function tokenlessJoinGuidance() {
30
28
  return [
31
29
  "Modern HQ invites don't use a token — there's nothing to redeem.",
@@ -72,5 +70,4 @@ export function planOnboardJoin(opts) {
72
70
  }
73
71
  return { kind: "legacy", inviteToken, email, personName };
74
72
  }
75
- //# sourceMappingURL=onboard-join.js.map
76
- //# debugId=38623485-912f-52db-bf3d-f1c911246026
73
+ //# sourceMappingURL=onboard-join.js.map
@@ -3,12 +3,9 @@
3
3
  * `dry-run`, because users may accidentally create duplicate companies instead
4
4
  * of joining the existing company they were invited to.
5
5
  */
6
-
7
- !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]="853f43ae-d902-54b9-9279-8a4b1d5f7693")}catch(e){}}();
8
6
  export function buildCreateCompanyWarning() {
9
7
  return (" This creates a NEW company that you own — it does NOT join an existing one.\n" +
10
8
  " If your company already uses HQ, do NOT create it again: ask your admin or owner to send you an invite, then accept it and run `hq sync` to pull the existing company.\n" +
11
9
  " Creating a same-named company makes a separate one you'd be alone in.\n");
12
10
  }
13
- //# sourceMappingURL=onboard-warning.js.map
14
- //# debugId=853f43ae-d902-54b9-9279-8a4b1d5f7693
11
+ //# sourceMappingURL=onboard-warning.js.map
@@ -18,8 +18,6 @@
18
18
  * If the cached token is missing or expired beyond the refresh window, the
19
19
  * browser-OAuth flow opens automatically.
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]="235a4623-0834-5428-957c-0c8bbe96d089")}catch(e){}}();
23
21
  import chalk from "chalk";
24
22
  import { runOnboardCli, readCheckpoint } from "@indigoai-us/hq-onboarding";
25
23
  import { DEFAULT_HQ_ROOT, DEFAULT_VAULT_API_URL, ensureCognitoToken, buildVaultConfig, } from "../utils/cognito-session.js";
@@ -197,5 +195,4 @@ export function registerOnboardCommand(program) {
197
195
  }
198
196
  });
199
197
  }
200
- //# sourceMappingURL=onboard.js.map
201
- //# debugId=235a4623-0834-5428-957c-0c8bbe96d089
198
+ //# sourceMappingURL=onboard.js.map