@indigoai-us/hq-cli 5.5.4 → 5.5.5

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.
@@ -6,9 +6,11 @@
6
6
  * - `hq auth refresh` and the standalone `hq-auth-refresh` bin invoked by
7
7
  * the deploy skill (.claude/skills/deploy/SKILL.md step 4)
8
8
  *
9
- * Defaults point at the shared vault-indigo-hq-dev Cognito pool. They mirror
10
- * tools/vlt-e2e/e2e-create-company-smoke.ts so the CLI and the in-tree demo script
11
- * stay drift-free. Override any of them via env:
9
+ * Defaults point at the shared vault-indigo-hq-prod Cognito pool (canonical
10
+ * post-2026-04-25 cutover; hq-dev remains the staging fallback via env
11
+ * overrides). They mirror tools/vlt-e2e/e2e-create-company-smoke.ts so the
12
+ * CLI and the in-tree demo script stay drift-free. Override any of them via
13
+ * env:
12
14
  *
13
15
  * AWS_REGION — e.g. us-east-1
14
16
  * HQ_COGNITO_DOMAIN — Cognito User Pool domain prefix
@@ -6,9 +6,11 @@
6
6
  * - `hq auth refresh` and the standalone `hq-auth-refresh` bin invoked by
7
7
  * the deploy skill (.claude/skills/deploy/SKILL.md step 4)
8
8
  *
9
- * Defaults point at the shared vault-indigo-hq-dev Cognito pool. They mirror
10
- * tools/vlt-e2e/e2e-create-company-smoke.ts so the CLI and the in-tree demo script
11
- * stay drift-free. Override any of them via env:
9
+ * Defaults point at the shared vault-indigo-hq-prod Cognito pool (canonical
10
+ * post-2026-04-25 cutover; hq-dev remains the staging fallback via env
11
+ * overrides). They mirror tools/vlt-e2e/e2e-create-company-smoke.ts so the
12
+ * CLI and the in-tree demo script stay drift-free. Override any of them via
13
+ * env:
12
14
  *
13
15
  * AWS_REGION — e.g. us-east-1
14
16
  * HQ_COGNITO_DOMAIN — Cognito User Pool domain prefix
@@ -17,21 +19,21 @@
17
19
  * HQ_VAULT_API_URL — vault-service API Gateway URL
18
20
  */
19
21
 
20
- !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]="a6b708ef-d43b-593c-a848-6c838a2f9bd7")}catch(e){}}();
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]="5a05b8ed-8366-55d1-8a6a-5d145646e527")}catch(e){}}();
21
23
  import * as os from "os";
22
24
  import * as path from "path";
23
25
  import chalk from "chalk";
24
26
  import { loadCachedTokens, isExpiring, refreshTokens, browserLogin, } from "@indigoai-us/hq-cloud";
25
27
  export const DEFAULT_COGNITO = {
26
28
  region: process.env.AWS_REGION ?? "us-east-1",
27
- userPoolDomain: process.env.HQ_COGNITO_DOMAIN ?? "vault-indigo-hq-dev",
28
- clientId: process.env.HQ_COGNITO_CLIENT_ID ?? "7r7an9keh0u6hlsvepl74tvqb0",
29
+ userPoolDomain: process.env.HQ_COGNITO_DOMAIN ?? "vault-indigo-hq-prod",
30
+ clientId: process.env.HQ_COGNITO_CLIENT_ID ?? "7acei2c8v870enheptb1j5foln",
29
31
  port: process.env.HQ_COGNITO_CALLBACK_PORT
30
32
  ? Number(process.env.HQ_COGNITO_CALLBACK_PORT)
31
33
  : 8765,
32
34
  };
33
35
  export const DEFAULT_VAULT_API_URL = process.env.HQ_VAULT_API_URL ??
34
- "https://ky8cgbl4yh.execute-api.us-east-1.amazonaws.com";
36
+ "https://4nfy67z28h.execute-api.us-east-1.amazonaws.com";
35
37
  export const DEFAULT_HQ_ROOT = path.join(os.homedir(), "hq");
36
38
  /**
37
39
  * Return a non-expired Cognito access token, refreshing or browser-logging-in
@@ -99,4 +101,4 @@ export async function refreshCachedSession() {
99
101
  }
100
102
  }
101
103
  //# sourceMappingURL=cognito-session.js.map
102
- //# debugId=a6b708ef-d43b-593c-a848-6c838a2f9bd7
104
+ //# debugId=5a05b8ed-8366-55d1-8a6a-5d145646e527
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigoai-us/hq-cli",
3
- "version": "5.5.4",
3
+ "version": "5.5.5",
4
4
  "description": "HQ by Indigo management CLI — modules and cloud sync",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -6,9 +6,11 @@
6
6
  * - `hq auth refresh` and the standalone `hq-auth-refresh` bin invoked by
7
7
  * the deploy skill (.claude/skills/deploy/SKILL.md step 4)
8
8
  *
9
- * Defaults point at the shared vault-indigo-hq-dev Cognito pool. They mirror
10
- * tools/vlt-e2e/e2e-create-company-smoke.ts so the CLI and the in-tree demo script
11
- * stay drift-free. Override any of them via env:
9
+ * Defaults point at the shared vault-indigo-hq-prod Cognito pool (canonical
10
+ * post-2026-04-25 cutover; hq-dev remains the staging fallback via env
11
+ * overrides). They mirror tools/vlt-e2e/e2e-create-company-smoke.ts so the
12
+ * CLI and the in-tree demo script stay drift-free. Override any of them via
13
+ * env:
12
14
  *
13
15
  * AWS_REGION — e.g. us-east-1
14
16
  * HQ_COGNITO_DOMAIN — Cognito User Pool domain prefix
@@ -31,8 +33,8 @@ import {
31
33
 
32
34
  export const DEFAULT_COGNITO: CognitoAuthConfig = {
33
35
  region: process.env.AWS_REGION ?? "us-east-1",
34
- userPoolDomain: process.env.HQ_COGNITO_DOMAIN ?? "vault-indigo-hq-dev",
35
- clientId: process.env.HQ_COGNITO_CLIENT_ID ?? "7r7an9keh0u6hlsvepl74tvqb0",
36
+ userPoolDomain: process.env.HQ_COGNITO_DOMAIN ?? "vault-indigo-hq-prod",
37
+ clientId: process.env.HQ_COGNITO_CLIENT_ID ?? "7acei2c8v870enheptb1j5foln",
36
38
  port: process.env.HQ_COGNITO_CALLBACK_PORT
37
39
  ? Number(process.env.HQ_COGNITO_CALLBACK_PORT)
38
40
  : 8765,
@@ -40,7 +42,7 @@ export const DEFAULT_COGNITO: CognitoAuthConfig = {
40
42
 
41
43
  export const DEFAULT_VAULT_API_URL =
42
44
  process.env.HQ_VAULT_API_URL ??
43
- "https://ky8cgbl4yh.execute-api.us-east-1.amazonaws.com";
45
+ "https://4nfy67z28h.execute-api.us-east-1.amazonaws.com";
44
46
 
45
47
  export const DEFAULT_HQ_ROOT = path.join(os.homedir(), "hq");
46
48