@indigoai-us/hq-cli 5.77.13 → 5.78.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.
- package/CHANGELOG.md +34 -0
- package/assets/scaffold/core/scripts/archive-old-threads.sh +86 -0
- package/assets/scaffold/core/scripts/backfill-company-skill-mirrors.sh +73 -0
- package/assets/scaffold/core/scripts/backfill-workspace-mirror.sh +51 -0
- package/assets/scaffold/core/scripts/codex-skill-bridge.sh +550 -0
- package/assets/scaffold/core/scripts/detect-stale-core-policy-mirror.sh +185 -0
- package/assets/scaffold/core/scripts/hq-status-summary.sh +187 -0
- package/assets/scaffold/core/scripts/ontology-readme-drift.sh +264 -0
- package/assets/scaffold/core/scripts/qmd-reindex-after-sync.sh +93 -0
- package/assets/scaffold/core/scripts/rebuild-all-indexes.sh +69 -0
- package/assets/scaffold/core/scripts/rebuild-companies-index.sh +206 -0
- package/assets/scaffold/core/scripts/rebuild-company-knowledge-index.sh +127 -0
- package/assets/scaffold/core/scripts/rebuild-orchestrator-index.sh +86 -0
- package/assets/scaffold/core/scripts/rebuild-projects-index.sh +105 -0
- package/assets/scaffold/core/scripts/rebuild-public-knowledge-index.sh +83 -0
- package/assets/scaffold/core/scripts/rebuild-reports-index.sh +114 -0
- package/assets/scaffold/core/scripts/rebuild-social-drafts-index.sh +135 -0
- package/assets/scaffold/core/scripts/rebuild-threads-index.sh +82 -0
- package/assets/scaffold/core/scripts/rebuild-workers-index.sh +97 -0
- package/assets/scaffold/core/scripts/resize-screenshot.sh +47 -0
- package/assets/scaffold/core/scripts/token-usage-report.sh +254 -0
- package/assets/scaffold/core/scripts/worktree.sh +136 -0
- package/dist/commands/agents.js +28 -12
- package/dist/commands/api-keys.js +100 -20
- package/dist/commands/core.d.ts +90 -0
- package/dist/commands/core.js +279 -0
- package/dist/commands/files-browse.d.ts +21 -0
- package/dist/commands/files-browse.js +145 -24
- package/dist/commands/files.js +33 -7
- package/dist/commands/members.js +16 -5
- package/dist/commands/pack-install.d.ts +14 -0
- package/dist/commands/pack-install.js +51 -2
- package/dist/commands/pkg-install.js +43 -0
- package/dist/commands/run.js +8 -0
- package/dist/commands/secrets.js +125 -65
- package/dist/main.js +6 -0
- package/dist/utils/api-key-command-gate.d.ts +45 -0
- package/dist/utils/api-key-command-gate.js +51 -0
- package/dist/utils/hq-roots.d.ts +91 -0
- package/dist/utils/hq-roots.js +212 -0
- package/dist/utils/resolve-vault-credential.d.ts +63 -3
- package/dist/utils/resolve-vault-credential.js +152 -6
- package/dist/utils/run-bundled-script.d.ts +66 -0
- package/dist/utils/run-bundled-script.js +80 -0
- package/dist/utils/vault-api.d.ts +21 -0
- package/dist/utils/vault-api.js +74 -3
- package/package.json +7 -1
- package/.claude/policies/hq-cli-interactive-reads-use-sts-vend.md +0 -49
- package/.github/workflows/ci.yml +0 -46
- package/.github/workflows/publish.yml +0 -36
- package/.github/workflows/scripts/smoke-test-pkg.sh +0 -97
- package/e2e/cli.test.ts +0 -128
- package/eslint.config.js +0 -37
- package/pnpm-workspace.yaml +0 -4
- package/scripts/chmod-bins.mjs +0 -49
- package/scripts/generate-dsn.mjs +0 -26
- package/scripts/generate-scan-packages-table.mjs +0 -113
- package/scripts/smoke-sources-signals.sh +0 -103
- package/src/bin/hq-auth-refresh.ts +0 -43
- package/src/cli-version.ts +0 -13
- package/src/commands/__fixtures__/make-tar.ts +0 -126
- package/src/commands/_patterns.ts +0 -10
- package/src/commands/add.ts +0 -75
- package/src/commands/agents.test.ts +0 -527
- package/src/commands/agents.ts +0 -923
- package/src/commands/api-keys.test.ts +0 -291
- package/src/commands/api-keys.ts +0 -382
- package/src/commands/artifact-verify.test.ts +0 -177
- package/src/commands/auth.test.ts +0 -82
- package/src/commands/auth.ts +0 -213
- package/src/commands/billing.test.ts +0 -158
- package/src/commands/billing.ts +0 -146
- package/src/commands/channels.test.ts +0 -74
- package/src/commands/channels.ts +0 -91
- package/src/commands/cloud-demote.test.ts +0 -401
- package/src/commands/cloud-demote.ts +0 -278
- package/src/commands/cloud-provision.test.ts +0 -1117
- package/src/commands/cloud-provision.ts +0 -942
- package/src/commands/cloud.pull-all.test.ts +0 -711
- package/src/commands/cloud.pull-per-company.test.ts +0 -188
- package/src/commands/cloud.push-all.test.ts +0 -485
- package/src/commands/cloud.scope-excluded-warning.test.ts +0 -22
- package/src/commands/cloud.selectors.test.ts +0 -208
- package/src/commands/cloud.status.test.ts +0 -160
- package/src/commands/cloud.test.ts +0 -41
- package/src/commands/cloud.ts +0 -2130
- package/src/commands/company.test.ts +0 -202
- package/src/commands/company.ts +0 -148
- package/src/commands/creators.test.ts +0 -60
- package/src/commands/creators.ts +0 -117
- package/src/commands/crm.test.ts +0 -179
- package/src/commands/crm.ts +0 -236
- package/src/commands/db-migrate.ts +0 -55
- package/src/commands/db-provision.ts +0 -114
- package/src/commands/db-sql.ts +0 -124
- package/src/commands/db-status.ts +0 -108
- package/src/commands/db.ts +0 -26
- package/src/commands/dm.test.ts +0 -748
- package/src/commands/dm.ts +0 -1226
- package/src/commands/feedback.test.ts +0 -413
- package/src/commands/feedback.ts +0 -169
- package/src/commands/files-browse.test.ts +0 -1249
- package/src/commands/files-browse.ts +0 -1506
- package/src/commands/files-delete.test.ts +0 -484
- package/src/commands/files-recovery.test.ts +0 -370
- package/src/commands/files.test.ts +0 -722
- package/src/commands/files.ts +0 -1446
- package/src/commands/group-grants.test.ts +0 -330
- package/src/commands/group-grants.ts +0 -455
- package/src/commands/groups.test.ts +0 -44
- package/src/commands/groups.ts +0 -368
- package/src/commands/integrations.test.ts +0 -633
- package/src/commands/integrations.ts +0 -507
- package/src/commands/list.ts +0 -85
- package/src/commands/login.ts +0 -52
- package/src/commands/logout.ts +0 -30
- package/src/commands/marketplace-install.test.ts +0 -543
- package/src/commands/marketplace-security.test.ts +0 -646
- package/src/commands/mcp-registration.test.ts +0 -2787
- package/src/commands/mcp-registration.ts +0 -2612
- package/src/commands/mcp-status.test.ts +0 -483
- package/src/commands/mcp-status.ts +0 -575
- package/src/commands/mcp-status.us011.test.ts +0 -243
- package/src/commands/meetings.test.ts +0 -522
- package/src/commands/meetings.ts +0 -789
- package/src/commands/members.test.ts +0 -1474
- package/src/commands/members.ts +0 -1181
- package/src/commands/onboard-identity-guard.test.ts +0 -99
- package/src/commands/onboard-identity-guard.ts +0 -103
- package/src/commands/onboard-join.test.ts +0 -96
- package/src/commands/onboard-join.ts +0 -101
- package/src/commands/onboard-warning.test.ts +0 -26
- package/src/commands/onboard-warning.ts +0 -12
- package/src/commands/onboard.ts +0 -267
- package/src/commands/outposts-heartbeat.test.ts +0 -299
- package/src/commands/outposts-heartbeat.ts +0 -310
- package/src/commands/outposts-replica-sync.test.ts +0 -272
- package/src/commands/outposts-self-deploy.test.ts +0 -243
- package/src/commands/outposts.test.ts +0 -1039
- package/src/commands/outposts.ts +0 -1935
- package/src/commands/pack-install-secret-authorization.test.ts +0 -115
- package/src/commands/pack-install.test.ts +0 -1469
- package/src/commands/pack-install.ts +0 -2247
- package/src/commands/pack-update-cache.test.ts +0 -149
- package/src/commands/packs.test.ts +0 -88
- package/src/commands/packs.ts +0 -622
- package/src/commands/people.test.ts +0 -807
- package/src/commands/people.ts +0 -422
- package/src/commands/pkg-install.dispatch.test.ts +0 -71
- package/src/commands/pkg-install.ts +0 -215
- package/src/commands/pkg-list.test.ts +0 -79
- package/src/commands/pkg-list.ts +0 -13
- package/src/commands/pkg-remove.ts +0 -71
- package/src/commands/pkg-update.ts +0 -189
- package/src/commands/publish.test.ts +0 -650
- package/src/commands/publish.ts +0 -580
- package/src/commands/reindex.test.ts +0 -259
- package/src/commands/reindex.ts +0 -274
- package/src/commands/rescue.test.ts +0 -39
- package/src/commands/rescue.ts +0 -210
- package/src/commands/run.env-local.test.ts +0 -88
- package/src/commands/run.test.ts +0 -45
- package/src/commands/run.ts +0 -184
- package/src/commands/safe-extract.test.ts +0 -459
- package/src/commands/safe-extract.ts +0 -444
- package/src/commands/secrets-scope.test.ts +0 -56
- package/src/commands/secrets-scope.ts +0 -32
- package/src/commands/secrets.parse-destination.test.ts +0 -38
- package/src/commands/secrets.test.ts +0 -2037
- package/src/commands/secrets.ts +0 -2240
- package/src/commands/signals.ts +0 -351
- package/src/commands/skill.test.ts +0 -770
- package/src/commands/skill.ts +0 -796
- package/src/commands/sources.ts +0 -362
- package/src/commands/sync-mode.test.ts +0 -366
- package/src/commands/sync-mode.ts +0 -387
- package/src/commands/sync-narrow.test.ts +0 -633
- package/src/commands/sync-narrow.ts +0 -555
- package/src/commands/sync.ts +0 -165
- package/src/commands/team-sync.ts +0 -628
- package/src/commands/update.ts +0 -71
- package/src/commands/whoami.ts +0 -83
- package/src/commands/workers.test.ts +0 -158
- package/src/commands/workers.ts +0 -301
- package/src/index.test.ts +0 -32
- package/src/index.ts +0 -20
- package/src/lib/db/control-plane.test.ts +0 -59
- package/src/lib/db/control-plane.ts +0 -113
- package/src/lib/db/local.test.ts +0 -81
- package/src/lib/db/local.ts +0 -148
- package/src/lib/db/migrate.test.ts +0 -133
- package/src/lib/db/migrate.ts +0 -137
- package/src/lib/db/paths.test.ts +0 -112
- package/src/lib/db/paths.ts +0 -128
- package/src/lib/db/remote-engine.test.ts +0 -44
- package/src/lib/db/remote-engine.ts +0 -148
- package/src/lib/db/remote-sql.test.ts +0 -32
- package/src/lib/db/remote-sql.ts +0 -62
- package/src/lib/db/sql.test.ts +0 -106
- package/src/lib/db/sql.ts +0 -192
- package/src/lib/hq-cloud-dep.smoke.test.ts +0 -75
- package/src/lib/local-tree-diff.test.ts +0 -301
- package/src/lib/local-tree-diff.ts +0 -362
- package/src/lib/narrow-hint-banner.test.ts +0 -235
- package/src/lib/narrow-hint-banner.ts +0 -212
- package/src/lib/plan-limit-nag.test.ts +0 -317
- package/src/lib/plan-limit-nag.ts +0 -264
- package/src/main.ts +0 -371
- package/src/node-preflight.test.ts +0 -60
- package/src/node-preflight.ts +0 -67
- package/src/outpost/session-heartbeat-bounds.test.ts +0 -195
- package/src/outpost/session-heartbeat-guard.test.ts +0 -105
- package/src/outpost/session-heartbeat-publisher.test.ts +0 -178
- package/src/outpost/session-heartbeat-publisher.ts +0 -186
- package/src/outpost/session-heartbeat-retain-guard.test.ts +0 -126
- package/src/outpost/session-heartbeat.test.ts +0 -459
- package/src/outpost/session-heartbeat.ts +0 -877
- package/src/packaging.test.ts +0 -109
- package/src/run/__fixtures__/discover-schemas/example.env.schema +0 -4
- package/src/run/discover-schemas.test.ts +0 -153
- package/src/run/discover-schemas.ts +0 -79
- package/src/run/hq-plugin.test.ts +0 -371
- package/src/run/hq-plugin.ts +0 -277
- package/src/run/varlock-shape.test.ts +0 -57
- package/src/schemas/hq-package.schema.json +0 -155
- package/src/sentry-before-send.test.ts +0 -359
- package/src/sentry-before-send.ts +0 -221
- package/src/sentry-epipe.test.ts +0 -37
- package/src/sentry-release.test.ts +0 -54
- package/src/sentry.test.ts +0 -24
- package/src/sentry.ts +0 -54
- package/src/strategies/link.ts +0 -62
- package/src/strategies/merge.ts +0 -142
- package/src/types.ts +0 -146
- package/src/utils/__fixtures__/scan-packages.generated-block.sh +0 -23
- package/src/utils/auth-error.test.ts +0 -40
- package/src/utils/auth-error.ts +0 -42
- package/src/utils/billing-gate.test.ts +0 -95
- package/src/utils/billing-gate.ts +0 -228
- package/src/utils/breadcrumb-buffer.ts +0 -18
- package/src/utils/cli-telemetry.test.ts +0 -153
- package/src/utils/cli-telemetry.ts +0 -61
- package/src/utils/cognito-session.machine.test.ts +0 -109
- package/src/utils/cognito-session.refresh.test.ts +0 -84
- package/src/utils/cognito-session.test.ts +0 -328
- package/src/utils/cognito-session.ts +0 -448
- package/src/utils/company-selection-error.test.ts +0 -42
- package/src/utils/company-selection-error.ts +0 -45
- package/src/utils/contribution-table.ts +0 -83
- package/src/utils/environmental-error.test.ts +0 -45
- package/src/utils/environmental-error.ts +0 -39
- package/src/utils/epipe.test.ts +0 -28
- package/src/utils/epipe.ts +0 -29
- package/src/utils/expected-cli-error.test.ts +0 -28
- package/src/utils/expected-cli-error.ts +0 -39
- package/src/utils/feedback-diagnostics.test.ts +0 -183
- package/src/utils/feedback-diagnostics.ts +0 -123
- package/src/utils/feedback-screenshots.test.ts +0 -134
- package/src/utils/feedback-screenshots.ts +0 -124
- package/src/utils/feedback-versions.test.ts +0 -98
- package/src/utils/feedback-versions.ts +0 -68
- package/src/utils/git.ts +0 -74
- package/src/utils/integrity.ts +0 -59
- package/src/utils/intercepted-process-exit.test.ts +0 -37
- package/src/utils/intercepted-process-exit.ts +0 -36
- package/src/utils/login-provider.test.ts +0 -42
- package/src/utils/login-provider.ts +0 -30
- package/src/utils/manifest.test.ts +0 -167
- package/src/utils/manifest.ts +0 -131
- package/src/utils/pack-contributions.test.ts +0 -603
- package/src/utils/pack-contributions.ts +0 -450
- package/src/utils/people.ts +0 -215
- package/src/utils/registry-client.ts +0 -204
- package/src/utils/registry.ts +0 -90
- package/src/utils/resolve-vault-credential.test.ts +0 -69
- package/src/utils/resolve-vault-credential.ts +0 -60
- package/src/utils/sandbox-runner-client.test.ts +0 -279
- package/src/utils/sandbox-runner-client.ts +0 -260
- package/src/utils/secrets-cache.ts +0 -183
- package/src/utils/sentry-identity.ts +0 -45
- package/src/utils/settle-with-timeout.test.ts +0 -21
- package/src/utils/settle-with-timeout.ts +0 -22
- package/src/utils/user-yaml-error.test.ts +0 -24
- package/src/utils/user-yaml-error.ts +0 -30
- package/src/utils/vault-api.test.ts +0 -536
- package/src/utils/vault-api.ts +0 -382
- package/src/utils/version-check.test.ts +0 -176
- package/src/utils/version-check.ts +0 -155
- package/src/utils/version-gate.test.ts +0 -1024
- package/src/utils/version-gate.ts +0 -702
- package/test/commands/db-tenant-isolation.test.ts +0 -94
- package/test/commands/db.test.ts +0 -85
- package/test/commands/signals.test.ts +0 -207
- package/test/commands/sources.test.ts +0 -231
- package/test/e2e/smoke-install-mcp.sh +0 -113
- package/test/fixtures/hq-pack-smoke-mcp/mcp/smoke-http.json +0 -1
- package/test/fixtures/hq-pack-smoke-mcp/package.yaml +0 -11
- package/test/fixtures/signals/action_item/sample.md +0 -16
- package/test/fixtures/signals/summary/sample.md +0 -12
- package/test/fixtures/sources/meetings/sample.md +0 -25
- package/test/helpers/cli-runner.ts +0 -150
- package/test/helpers/s3-list-mock.ts +0 -79
- package/test/helpers/vault-service-mock.ts +0 -295
- package/test/sources-signals/smoke.test.ts +0 -228
- package/tsconfig.json +0 -20
- package/vitest.config.ts +0 -11
- package/vitest.e2e.config.ts +0 -7
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `plan-limit-nag` (US-016) — non-blocking plan-limit warning surface.
|
|
3
|
-
*
|
|
4
|
-
* hq-pro shallow-merges a `planLimits` status payload into the top level of
|
|
5
|
-
* some 2xx JSON response bodies (US-012). This module:
|
|
6
|
-
*
|
|
7
|
-
* 1. Best-effort records the last-seen status from decoded JSON bodies
|
|
8
|
-
* (`recordPlanLimitStatus`).
|
|
9
|
-
* 2. Emits a stderr nag at command completion (`emitPlanLimitNag`):
|
|
10
|
-
* - entries present, none over (≥80% warning): one-line yellow warning,
|
|
11
|
-
* once per process session
|
|
12
|
-
* - any resource over: boxed notice, at most once per day (persisted in
|
|
13
|
-
* `~/.hq/plan-limit-nag.json`) and once per session
|
|
14
|
-
*
|
|
15
|
-
* Additive only — never throws, never touches `process.exitCode`, never
|
|
16
|
-
* writes to stdout. Env off-switch: `HQ_NO_PLAN_LIMIT_NAG=1`.
|
|
17
|
-
*/
|
|
18
|
-
|
|
19
|
-
import chalk from "chalk";
|
|
20
|
-
import * as fs from "node:fs";
|
|
21
|
-
import * as os from "node:os";
|
|
22
|
-
import * as path from "node:path";
|
|
23
|
-
|
|
24
|
-
export const PLAN_LIMIT_UPGRADE_URL =
|
|
25
|
-
"https://app.indigo-hq.com/billing/upgrade";
|
|
26
|
-
|
|
27
|
-
const DAY_MS = 24 * 60 * 60 * 1000;
|
|
28
|
-
|
|
29
|
-
export interface PlanLimitEntry {
|
|
30
|
-
used: number;
|
|
31
|
-
limit: number;
|
|
32
|
-
over: boolean;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/** Validated map of resource key → entry. */
|
|
36
|
-
export type PlanLimitsMap = Record<string, PlanLimitEntry>;
|
|
37
|
-
|
|
38
|
-
interface LastSeenStatus {
|
|
39
|
-
limits: PlanLimitsMap;
|
|
40
|
-
anyOver: boolean;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
interface NagStateFile {
|
|
44
|
-
shownAt: number;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/** Module-level last-seen cell — overwritten by each successful parse. */
|
|
48
|
-
let lastSeen: LastSeenStatus | null = null;
|
|
49
|
-
|
|
50
|
-
/** Session dedupe for the ≥80% one-line warning. */
|
|
51
|
-
let warningShownThisSession = false;
|
|
52
|
-
|
|
53
|
-
/** Session dedupe for the over-limit boxed notice. */
|
|
54
|
-
let overShownThisSession = false;
|
|
55
|
-
|
|
56
|
-
function defaultStatePath(): string {
|
|
57
|
-
return path.join(os.homedir(), ".hq", "plan-limit-nag.json");
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
function isOptedOut(): boolean {
|
|
61
|
-
return process.env.HQ_NO_PLAN_LIMIT_NAG === "1";
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Defensively parse a single planLimits entry. Returns null if the shape is
|
|
66
|
-
* not well-formed (non-numeric used/limit, non-boolean over, etc.).
|
|
67
|
-
*/
|
|
68
|
-
function parseEntry(value: unknown): PlanLimitEntry | null {
|
|
69
|
-
if (value === null || typeof value !== "object" || Array.isArray(value)) {
|
|
70
|
-
return null;
|
|
71
|
-
}
|
|
72
|
-
const rec = value as Record<string, unknown>;
|
|
73
|
-
if (
|
|
74
|
-
typeof rec.used !== "number" ||
|
|
75
|
-
!Number.isFinite(rec.used) ||
|
|
76
|
-
typeof rec.limit !== "number" ||
|
|
77
|
-
!Number.isFinite(rec.limit) ||
|
|
78
|
-
typeof rec.over !== "boolean"
|
|
79
|
-
) {
|
|
80
|
-
return null;
|
|
81
|
-
}
|
|
82
|
-
return { used: rec.used, limit: rec.limit, over: rec.over };
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Defensively parse a decoded JSON body for a well-formed top-level
|
|
87
|
-
* `planLimits` object. Malformed or absent → null. Never throws.
|
|
88
|
-
*/
|
|
89
|
-
function parsePlanLimits(body: unknown): PlanLimitsMap | null {
|
|
90
|
-
if (body === null || typeof body !== "object" || Array.isArray(body)) {
|
|
91
|
-
return null;
|
|
92
|
-
}
|
|
93
|
-
const planLimits = (body as Record<string, unknown>).planLimits;
|
|
94
|
-
if (
|
|
95
|
-
planLimits === null ||
|
|
96
|
-
typeof planLimits !== "object" ||
|
|
97
|
-
Array.isArray(planLimits)
|
|
98
|
-
) {
|
|
99
|
-
return null;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
const out: PlanLimitsMap = {};
|
|
103
|
-
let anyValid = false;
|
|
104
|
-
for (const [key, value] of Object.entries(
|
|
105
|
-
planLimits as Record<string, unknown>,
|
|
106
|
-
)) {
|
|
107
|
-
const entry = parseEntry(value);
|
|
108
|
-
if (entry === null) continue;
|
|
109
|
-
out[key] = entry;
|
|
110
|
-
anyValid = true;
|
|
111
|
-
}
|
|
112
|
-
return anyValid ? out : null;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Record plan-limit status from a decoded JSON response body.
|
|
117
|
-
* Never throws. Overwrites the last-seen cell when a well-formed
|
|
118
|
-
* `planLimits` object is present; ignores malformed / absent payloads.
|
|
119
|
-
*/
|
|
120
|
-
export function recordPlanLimitStatus(body: unknown): void {
|
|
121
|
-
try {
|
|
122
|
-
const limits = parsePlanLimits(body);
|
|
123
|
-
if (limits === null) return;
|
|
124
|
-
const anyOver = Object.values(limits).some((e) => e.over);
|
|
125
|
-
lastSeen = { limits, anyOver };
|
|
126
|
-
} catch {
|
|
127
|
-
// Never throw from record path.
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
function usageRatio(entry: PlanLimitEntry): number {
|
|
132
|
-
if (entry.limit <= 0) return entry.used > 0 ? Infinity : 0;
|
|
133
|
-
return entry.used / entry.limit;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/** Pick the resource with the highest used/limit ratio (worst headroom). */
|
|
137
|
-
function worstResource(
|
|
138
|
-
limits: PlanLimitsMap,
|
|
139
|
-
): { key: string; entry: PlanLimitEntry } | null {
|
|
140
|
-
let best: { key: string; entry: PlanLimitEntry; ratio: number } | null =
|
|
141
|
-
null;
|
|
142
|
-
for (const [key, entry] of Object.entries(limits)) {
|
|
143
|
-
const ratio = usageRatio(entry);
|
|
144
|
-
if (best === null || ratio > best.ratio) {
|
|
145
|
-
best = { key, entry, ratio };
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
return best ? { key: best.key, entry: best.entry } : null;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
function formatPct(entry: PlanLimitEntry): string {
|
|
152
|
-
if (entry.limit <= 0) return entry.used > 0 ? "∞" : "0%";
|
|
153
|
-
return `${Math.round((entry.used / entry.limit) * 100)}%`;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
function formatEntryLine(key: string, entry: PlanLimitEntry): string {
|
|
157
|
-
return `${key} at ${entry.used}/${entry.limit} (${formatPct(entry)})`;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
function readShownAt(statePath: string): number | null {
|
|
161
|
-
try {
|
|
162
|
-
const raw = fs.readFileSync(statePath, "utf-8");
|
|
163
|
-
const parsed = JSON.parse(raw) as Partial<NagStateFile>;
|
|
164
|
-
if (typeof parsed.shownAt !== "number" || !Number.isFinite(parsed.shownAt)) {
|
|
165
|
-
return null;
|
|
166
|
-
}
|
|
167
|
-
return parsed.shownAt;
|
|
168
|
-
} catch {
|
|
169
|
-
return null;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
function writeShownAt(statePath: string, shownAt: number): void {
|
|
174
|
-
try {
|
|
175
|
-
fs.mkdirSync(path.dirname(statePath), { recursive: true });
|
|
176
|
-
const payload: NagStateFile = { shownAt };
|
|
177
|
-
fs.writeFileSync(statePath, JSON.stringify(payload));
|
|
178
|
-
} catch {
|
|
179
|
-
// best-effort; never break the CLI on cache write failure
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
function withinDayWindow(shownAt: number, nowMs: number): boolean {
|
|
184
|
-
return nowMs - shownAt < DAY_MS;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
function buildOverBox(overEntries: Array<[string, PlanLimitEntry]>): string {
|
|
188
|
-
const title = "⚠ HQ plan limit exceeded";
|
|
189
|
-
const upgrade = `Upgrade: ${PLAN_LIMIT_UPGRADE_URL}`;
|
|
190
|
-
const resourceLines = overEntries.map(
|
|
191
|
-
([key, entry]) => ` ${key}: ${entry.used}/${entry.limit}`,
|
|
192
|
-
);
|
|
193
|
-
|
|
194
|
-
const contentLines = [title, "", ...resourceLines, "", upgrade];
|
|
195
|
-
const innerWidth = Math.max(
|
|
196
|
-
...contentLines.map((l) => l.length),
|
|
197
|
-
40,
|
|
198
|
-
);
|
|
199
|
-
const top = `┌${"─".repeat(innerWidth + 2)}┐`;
|
|
200
|
-
const bot = `└${"─".repeat(innerWidth + 2)}┘`;
|
|
201
|
-
const mid = contentLines
|
|
202
|
-
.map((l) => `│ ${l.padEnd(innerWidth)} │`)
|
|
203
|
-
.join("\n");
|
|
204
|
-
return `${top}\n${mid}\n${bot}`;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* Emit a plan-limit nag to stderr at command completion.
|
|
209
|
-
*
|
|
210
|
-
* Never throws, never touches `process.exitCode`. Default sink is
|
|
211
|
-
* `process.stderr.write`. Tests inject `write`, `now`, and `statePath`.
|
|
212
|
-
*/
|
|
213
|
-
export function emitPlanLimitNag(
|
|
214
|
-
opts: {
|
|
215
|
-
write?: (s: string) => void;
|
|
216
|
-
now?: () => Date;
|
|
217
|
-
statePath?: string;
|
|
218
|
-
} = {},
|
|
219
|
-
): void {
|
|
220
|
-
try {
|
|
221
|
-
if (isOptedOut()) return;
|
|
222
|
-
if (lastSeen === null) return;
|
|
223
|
-
|
|
224
|
-
const write =
|
|
225
|
-
opts.write ?? ((s: string) => process.stderr.write(s));
|
|
226
|
-
const now = opts.now ?? (() => new Date());
|
|
227
|
-
const statePath = opts.statePath ?? defaultStatePath();
|
|
228
|
-
const { limits, anyOver } = lastSeen;
|
|
229
|
-
const entries = Object.entries(limits);
|
|
230
|
-
if (entries.length === 0) return;
|
|
231
|
-
|
|
232
|
-
if (anyOver) {
|
|
233
|
-
if (overShownThisSession) return;
|
|
234
|
-
const nowMs = now().getTime();
|
|
235
|
-
const prev = readShownAt(statePath);
|
|
236
|
-
if (prev !== null && withinDayWindow(prev, nowMs)) return;
|
|
237
|
-
|
|
238
|
-
overShownThisSession = true;
|
|
239
|
-
const overEntries = entries.filter(([, e]) => e.over);
|
|
240
|
-
const box = buildOverBox(overEntries);
|
|
241
|
-
write(chalk.yellow(box) + "\n");
|
|
242
|
-
writeShownAt(statePath, nowMs);
|
|
243
|
-
return;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// Warning path: entries present, none over (≥80% resources only appear).
|
|
247
|
-
if (warningShownThisSession) return;
|
|
248
|
-
const worst = worstResource(limits);
|
|
249
|
-
if (worst === null) return;
|
|
250
|
-
|
|
251
|
-
warningShownThisSession = true;
|
|
252
|
-
const line = `⚠ HQ free plan: ${formatEntryLine(worst.key, worst.entry)}. Upgrade: ${PLAN_LIMIT_UPGRADE_URL}`;
|
|
253
|
-
write(chalk.yellow(line) + "\n");
|
|
254
|
-
} catch {
|
|
255
|
-
// Never throw from emit path.
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/** Test-only helper — clears last-seen status and session dedupe flags. */
|
|
260
|
-
export function _resetForTests(): void {
|
|
261
|
-
lastSeen = null;
|
|
262
|
-
warningShownThisSession = false;
|
|
263
|
-
overShownThisSession = false;
|
|
264
|
-
}
|
package/src/main.ts
DELETED
|
@@ -1,371 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* HQ CLI - Module management, package management, and cloud sync for HQ
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
// MUST be first: guard the Node version before any dependency that needs a
|
|
8
|
-
// Node 20+ API (e.g. util.styleText) or a newer native ABI is evaluated.
|
|
9
|
-
import "./node-preflight.js";
|
|
10
|
-
import { Command } from "commander";
|
|
11
|
-
import { initSentry, Sentry } from "./sentry.js";
|
|
12
|
-
import { registerAddCommand } from "./commands/add.js";
|
|
13
|
-
import { registerSyncCommand } from "./commands/sync.js";
|
|
14
|
-
import { registerListCommand } from "./commands/list.js";
|
|
15
|
-
import { registerUpdateCommand } from "./commands/update.js";
|
|
16
|
-
import { registerCloudCommands } from "./commands/cloud.js";
|
|
17
|
-
import { registerSyncModeCommand } from "./commands/sync-mode.js";
|
|
18
|
-
import { registerSyncNarrowCommand } from "./commands/sync-narrow.js";
|
|
19
|
-
import { registerCloudProvisionCommands } from "./commands/cloud-provision.js";
|
|
20
|
-
import { registerCloudDemoteCommands } from "./commands/cloud-demote.js";
|
|
21
|
-
import { registerLoginCommand } from "./commands/login.js";
|
|
22
|
-
import { registerLogoutCommand } from "./commands/logout.js";
|
|
23
|
-
import { registerWhoamiCommand } from "./commands/whoami.js";
|
|
24
|
-
import { registerOnboardCommand } from "./commands/onboard.js";
|
|
25
|
-
import { registerPackageInstallCommand } from "./commands/pkg-install.js";
|
|
26
|
-
import { registerPackageRemoveCommand } from "./commands/pkg-remove.js";
|
|
27
|
-
import { registerPackageUpdateCommand } from "./commands/pkg-update.js";
|
|
28
|
-
import { registerPackageListCommand } from "./commands/pkg-list.js";
|
|
29
|
-
import { registerPacksCommand } from "./commands/packs.js";
|
|
30
|
-
import { registerPublishCommand } from "./commands/publish.js";
|
|
31
|
-
import { registerCreatorsCommand } from "./commands/creators.js";
|
|
32
|
-
import { registerTeamSyncCommand } from "./commands/team-sync.js";
|
|
33
|
-
import { registerAuthCommands } from "./commands/auth.js";
|
|
34
|
-
import { registerApiKeysCommand } from "./commands/api-keys.js";
|
|
35
|
-
import { registerSecretsCommand } from "./commands/secrets.js";
|
|
36
|
-
import { registerRunCommand } from "./commands/run.js";
|
|
37
|
-
import { registerGroupsCommand } from "./commands/groups.js";
|
|
38
|
-
import { registerWorkersCommand } from "./commands/workers.js";
|
|
39
|
-
import { registerGroupGrantsCommand } from "./commands/group-grants.js";
|
|
40
|
-
import { registerFilesCommand } from "./commands/files.js";
|
|
41
|
-
import { registerFilesBrowseCommands } from "./commands/files-browse.js";
|
|
42
|
-
import { registerSkillCommand } from "./commands/skill.js";
|
|
43
|
-
import { registerMembersCommand } from "./commands/members.js";
|
|
44
|
-
import { registerPeopleCommand } from "./commands/people.js";
|
|
45
|
-
import { registerDmCommand } from "./commands/dm.js";
|
|
46
|
-
import { registerChannelsCommand } from "./commands/channels.js";
|
|
47
|
-
import { registerFeedbackCommand } from "./commands/feedback.js";
|
|
48
|
-
import { registerMeetingsCommand } from "./commands/meetings.js";
|
|
49
|
-
import { registerSourcesCommand } from "./commands/sources.js";
|
|
50
|
-
import { registerSignalsCommand } from "./commands/signals.js";
|
|
51
|
-
import { registerIntegrationsCommand } from "./commands/integrations.js";
|
|
52
|
-
import { registerReindexCommand } from "./commands/reindex.js";
|
|
53
|
-
import { registerRescueCommand } from "./commands/rescue.js";
|
|
54
|
-
import { registerMcpCommand } from "./commands/mcp-status.js";
|
|
55
|
-
import { registerCrmCommand } from "./commands/crm.js";
|
|
56
|
-
import { registerCompanyCommand } from "./commands/company.js";
|
|
57
|
-
import { registerAgentsCommand } from "./commands/agents.js";
|
|
58
|
-
import { registerOutpostsCommand } from "./commands/outposts.js";
|
|
59
|
-
import { registerBillingCommand } from "./commands/billing.js";
|
|
60
|
-
import { registerDbCommand } from "./commands/db.js";
|
|
61
|
-
import { sanitizeArgv } from "./utils/feedback-diagnostics.js";
|
|
62
|
-
import { environmentalFsErrorMessage } from "./utils/environmental-error.js";
|
|
63
|
-
import { isExpectedUserError } from "./utils/expected-cli-error.js";
|
|
64
|
-
import { isEpipe } from "./utils/epipe.js";
|
|
65
|
-
import { isInterceptedProcessExit } from "./utils/intercepted-process-exit.js";
|
|
66
|
-
import { isAuthError } from "./utils/auth-error.js";
|
|
67
|
-
import { isCompanySelectionError } from "./utils/company-selection-error.js";
|
|
68
|
-
import {
|
|
69
|
-
maybeWarnNewVersion,
|
|
70
|
-
refreshVersionCache,
|
|
71
|
-
} from "./utils/version-check.js";
|
|
72
|
-
import {
|
|
73
|
-
enforceVersionGate,
|
|
74
|
-
shouldSkipGate,
|
|
75
|
-
} from "./utils/version-gate.js";
|
|
76
|
-
import { CLI_VERSION } from "./cli-version.js";
|
|
77
|
-
import { emitCliSessionStarted } from "./utils/cli-telemetry.js";
|
|
78
|
-
import { settleWithin } from "./utils/settle-with-timeout.js";
|
|
79
|
-
import { emitPlanLimitNag } from "./lib/plan-limit-nag.js";
|
|
80
|
-
|
|
81
|
-
/** Hard upper bound for non-user-visible release-health finalization. */
|
|
82
|
-
const RELEASE_HEALTH_SETTLE_TIMEOUT_MS = 3_000;
|
|
83
|
-
|
|
84
|
-
// Swallow EPIPE when a downstream reader (e.g. `source <(…)`, `| head`) closes
|
|
85
|
-
// the pipe early. This covers the ASYNC path — an 'error' event emitted on the
|
|
86
|
-
// stream. The SYNCHRONOUS path (a `write EPIPE` thrown straight out of
|
|
87
|
-
// console.log inside a command) is handled in the top-level catch below; both
|
|
88
|
-
// share `isEpipe` (HQ-6B).
|
|
89
|
-
const onPipeError = (err: NodeJS.ErrnoException): void => {
|
|
90
|
-
if (isEpipe(err)) {
|
|
91
|
-
process.exit(0);
|
|
92
|
-
}
|
|
93
|
-
throw err;
|
|
94
|
-
};
|
|
95
|
-
process.stdout.on("error", onPipeError);
|
|
96
|
-
process.stderr.on("error", onPipeError);
|
|
97
|
-
|
|
98
|
-
initSentry();
|
|
99
|
-
maybeWarnNewVersion();
|
|
100
|
-
|
|
101
|
-
const program = new Command();
|
|
102
|
-
|
|
103
|
-
program
|
|
104
|
-
.name("hq")
|
|
105
|
-
.description("HQ management CLI — modules, packages, and cloud sync")
|
|
106
|
-
.version(CLI_VERSION);
|
|
107
|
-
|
|
108
|
-
// Module management subcommand group
|
|
109
|
-
const modulesCmd = program
|
|
110
|
-
.command("modules")
|
|
111
|
-
.description("Module management commands");
|
|
112
|
-
|
|
113
|
-
registerAddCommand(modulesCmd);
|
|
114
|
-
registerSyncCommand(modulesCmd);
|
|
115
|
-
registerListCommand(modulesCmd);
|
|
116
|
-
registerUpdateCommand(modulesCmd);
|
|
117
|
-
|
|
118
|
-
// Package management subcommand group
|
|
119
|
-
const packagesCmd = program
|
|
120
|
-
.command("packages")
|
|
121
|
-
.description("Package management commands");
|
|
122
|
-
|
|
123
|
-
registerPackageInstallCommand(packagesCmd);
|
|
124
|
-
registerPackageRemoveCommand(packagesCmd);
|
|
125
|
-
registerPackageUpdateCommand(packagesCmd);
|
|
126
|
-
registerPackageListCommand(packagesCmd);
|
|
127
|
-
|
|
128
|
-
// Content-pack lifecycle (core/packages/hq-pack-*). Distinct from the registry
|
|
129
|
-
// `packages` system above. Available as both `hq packages packs …` (grouped)
|
|
130
|
-
// and `hq packs …` (top-level convenience).
|
|
131
|
-
registerPacksCommand(packagesCmd);
|
|
132
|
-
registerPacksCommand(program);
|
|
133
|
-
|
|
134
|
-
// Top-level shortcuts for package commands
|
|
135
|
-
// "hq install <slug>" = "hq packages install <slug>"
|
|
136
|
-
// "hq remove <slug>" = "hq packages remove <slug>"
|
|
137
|
-
registerPackageInstallCommand(program);
|
|
138
|
-
registerPackageRemoveCommand(program);
|
|
139
|
-
|
|
140
|
-
// Marketplace publish (top-level — packer + authenticated upload, US-004)
|
|
141
|
-
// "hq publish <skill-or-worker-path>" packages and submits a pack to the
|
|
142
|
-
// marketplace via POST /v1/listings.
|
|
143
|
-
registerPublishCommand(program);
|
|
144
|
-
// `hq creators apply` — request verified-creator access (required to publish).
|
|
145
|
-
registerCreatorsCommand(program);
|
|
146
|
-
|
|
147
|
-
// Cloud sync subcommand group
|
|
148
|
-
const syncCmd = program
|
|
149
|
-
.command("sync")
|
|
150
|
-
.description("Cloud sync commands — sync HQ to S3 for mobile access");
|
|
151
|
-
|
|
152
|
-
registerCloudCommands(syncCmd);
|
|
153
|
-
registerSyncModeCommand(syncCmd);
|
|
154
|
-
registerSyncNarrowCommand(syncCmd);
|
|
155
|
-
|
|
156
|
-
// Cloud provisioning subcommand group (entity + bucket + initial sync)
|
|
157
|
-
// Distinct from `hq sync` which assumes provisioning has already happened.
|
|
158
|
-
const cloudCmd = program
|
|
159
|
-
.command("cloud")
|
|
160
|
-
.description(
|
|
161
|
-
"Cloud commands — provision entities and manage cloud-backed companies",
|
|
162
|
-
);
|
|
163
|
-
|
|
164
|
-
registerCloudProvisionCommands(cloudCmd);
|
|
165
|
-
registerCloudDemoteCommands(cloudCmd);
|
|
166
|
-
|
|
167
|
-
// Team commands (top-level)
|
|
168
|
-
registerTeamSyncCommand(program);
|
|
169
|
-
|
|
170
|
-
// Auth commands (top-level — Cognito OAuth)
|
|
171
|
-
registerLoginCommand(program);
|
|
172
|
-
registerLogoutCommand(program);
|
|
173
|
-
registerWhoamiCommand(program);
|
|
174
|
-
registerAuthCommands(program);
|
|
175
|
-
|
|
176
|
-
// Secrets management (subcommand group — hq secrets set|get|list|delete|exec|generate-link|cache)
|
|
177
|
-
registerSecretsCommand(program);
|
|
178
|
-
|
|
179
|
-
// Vault databases (subcommand group — hq db status|sql|migrate|provision)
|
|
180
|
-
registerDbCommand(program);
|
|
181
|
-
|
|
182
|
-
// API key management (subcommand group — hq api-keys create|list|revoke)
|
|
183
|
-
registerApiKeysCommand(program);
|
|
184
|
-
|
|
185
|
-
// Schema-driven dev runner — hq run [options] -- <cmd>
|
|
186
|
-
registerRunCommand(program);
|
|
187
|
-
|
|
188
|
-
// Groups management (subcommand group — hq groups create|delete|add|remove|list|members)
|
|
189
|
-
registerGroupsCommand(program);
|
|
190
|
-
|
|
191
|
-
// Worker discovery + sharing (subcommand group — hq workers list|share)
|
|
192
|
-
registerWorkersCommand(program);
|
|
193
|
-
|
|
194
|
-
// Cross-company group grants (subcommand group —
|
|
195
|
-
// hq group-grants grant|revoke|outbound|inbound)
|
|
196
|
-
registerGroupGrantsCommand(program);
|
|
197
|
-
|
|
198
|
-
// Files ACL management (subcommand group — hq files share|unshare|acl)
|
|
199
|
-
// `registerFilesCommand` returns the `files` group so we can attach the
|
|
200
|
-
// browse-vs-sync subcommands (`hq files browse`/`cat`) onto the same group.
|
|
201
|
-
const filesCmd = registerFilesCommand(program);
|
|
202
|
-
registerFilesBrowseCommands(filesCmd);
|
|
203
|
-
|
|
204
|
-
// Skill collaboration loop (subcommand group — hq skill suggest|list-suggestions|review).
|
|
205
|
-
// A thin terminal front-end over the SAME wired hq-pro skill suggestion + merge
|
|
206
|
-
// routes the MCP (US-007) and console merge (US-009) surfaces use — no forked logic.
|
|
207
|
-
registerSkillCommand(program);
|
|
208
|
-
|
|
209
|
-
// Membership management (subcommand group — hq members invite|list|revoke)
|
|
210
|
-
registerMembersCommand(program);
|
|
211
|
-
// People directory (subcommand group — hq people list|search|resolve), reading
|
|
212
|
-
// the local companies/<co>/people store scoped to one company.
|
|
213
|
-
registerPeopleCommand(program);
|
|
214
|
-
registerDmCommand(program);
|
|
215
|
-
registerChannelsCommand(program);
|
|
216
|
-
|
|
217
|
-
// Onboarding (top-level — Cognito + vault-service provisioning)
|
|
218
|
-
registerOnboardCommand(program);
|
|
219
|
-
|
|
220
|
-
// Feedback (subcommand group — hq feedback bug|feature)
|
|
221
|
-
registerFeedbackCommand(program);
|
|
222
|
-
|
|
223
|
-
// Meetings (subcommand group — hq meetings list|get|search|transcript|notes)
|
|
224
|
-
registerMeetingsCommand(program);
|
|
225
|
-
|
|
226
|
-
// Sources read surface (subcommand group — hq sources list|get|channels|entities)
|
|
227
|
-
registerSourcesCommand(program);
|
|
228
|
-
|
|
229
|
-
// Signals read surface (subcommand group — hq signals list|get|types|entities)
|
|
230
|
-
registerSignalsCommand(program);
|
|
231
|
-
|
|
232
|
-
// Company-connected apps via the governed integration gateway
|
|
233
|
-
// (subcommand group — hq integrations list|tools|call|approve|reject)
|
|
234
|
-
registerIntegrationsCommand(program);
|
|
235
|
-
|
|
236
|
-
// Skill/personal-overlay mirroring + workers-registry regen. Invoked by the
|
|
237
|
-
// hq-core reindex hook shim (Stop / PostToolUse) and by sync()/rescue() after
|
|
238
|
-
// they change on-disk sources. Keeps a `master-sync` alias for one release.
|
|
239
|
-
// Implementation lives in @indigoai-us/hq-cloud.
|
|
240
|
-
registerReindexCommand(program);
|
|
241
|
-
|
|
242
|
-
// Drift-preserving HQ-core re-sync (top-level — `hq rescue`). CLI sibling of
|
|
243
|
-
// the HQ Sync app's "Update / Restore" pill; drives the same replace-rescue.sh
|
|
244
|
-
// shipped from @indigoai-us/hq-cloud.
|
|
245
|
-
registerRescueCommand(program);
|
|
246
|
-
|
|
247
|
-
// MCP pack observability (subcommand group — `hq mcp status`). Read-only
|
|
248
|
-
// provenance-based status across BOTH Claude + Codex runtimes (reads `_hqPack`
|
|
249
|
-
// off the configs, NOT linkStatus), with secret-redacted output + `--json`.
|
|
250
|
-
registerMcpCommand(program);
|
|
251
|
-
|
|
252
|
-
// Native CRM entity upsert (subcommand group — `hq crm entity upsert`). Wraps
|
|
253
|
-
// POST /crm/entities (the ontology write gate) so an authenticated company
|
|
254
|
-
// member can create/update canonical CRM entities in the company vault.
|
|
255
|
-
registerCrmCommand(program);
|
|
256
|
-
|
|
257
|
-
// Company settings (subcommand group — `hq company settings set`). Owner-only
|
|
258
|
-
// toggles for crmEnabled / ontologyEnabled via PUT /company-settings.
|
|
259
|
-
registerCompanyCommand(program);
|
|
260
|
-
|
|
261
|
-
// Cloud agent management (subcommand group — `hq agents …`). Rename, reconfigure,
|
|
262
|
-
// start/stop, and tear down a company's fleet agents via the hq-pro /v1/agents
|
|
263
|
-
// control plane — the same routes the web console's agents panel calls.
|
|
264
|
-
registerAgentsCommand(program);
|
|
265
|
-
|
|
266
|
-
// Personal Outpost management (subcommand group — `hq outposts …`). List, inspect,
|
|
267
|
-
// enable Codex on, refresh login for, and destroy your EC2 boxes via the hq-pro
|
|
268
|
-
// /outpost/* control plane.
|
|
269
|
-
registerOutpostsCommand(program);
|
|
270
|
-
|
|
271
|
-
// Billing (subcommand group — `hq billing …`). Check subscription/card state and
|
|
272
|
-
// mint a shareable Stripe card-capture link — the client side of the paid-
|
|
273
|
-
// provisioning gate for agents & Outposts.
|
|
274
|
-
registerBillingCommand(program);
|
|
275
|
-
|
|
276
|
-
program.hook("preAction", async () => {
|
|
277
|
-
await emitCliSessionStarted();
|
|
278
|
-
});
|
|
279
|
-
|
|
280
|
-
export async function runCli(): Promise<void> {
|
|
281
|
-
try {
|
|
282
|
-
Sentry.addBreadcrumb({
|
|
283
|
-
category: "command",
|
|
284
|
-
message: sanitizeArgv(process.argv.slice(2)).join(" "),
|
|
285
|
-
level: "info",
|
|
286
|
-
});
|
|
287
|
-
// Hard version gate: ask hq-pro whether this CLI is below the floor and
|
|
288
|
-
// auto-update if so (exits the process on update). Skipped for inspection
|
|
289
|
-
// flags (`--version`, `--help`) so users debugging a broken install can
|
|
290
|
-
// still introspect what they have. Silent on any failure — never blocks
|
|
291
|
-
// the CLI on a flaky network or hq-pro hiccup. See `utils/version-gate.ts`.
|
|
292
|
-
if (!shouldSkipGate(process.argv)) {
|
|
293
|
-
await enforceVersionGate();
|
|
294
|
-
}
|
|
295
|
-
await program.parseAsync();
|
|
296
|
-
} catch (err) {
|
|
297
|
-
// A broken pipe (EPIPE) means the reader of `hq`'s output closed it early
|
|
298
|
-
// (`hq … | head`, `source <(hq …)`, a parent that exited). That is normal
|
|
299
|
-
// Unix behavior with no user-facing degradation — exit cleanly (0) and
|
|
300
|
-
// skip Sentry capture instead of shipping a fatal (HQ-6B). A synchronous
|
|
301
|
-
// `write EPIPE` thrown out of console.log lands here rather than on the
|
|
302
|
-
// stream 'error' listener above.
|
|
303
|
-
if (isEpipe(err)) {
|
|
304
|
-
process.exitCode = 0;
|
|
305
|
-
} else if (isInterceptedProcessExit(err)) {
|
|
306
|
-
// A security/audit FUZZ harness replaced `process.exit` with a throw so it
|
|
307
|
-
// can keep exercising the binary. Commander calling `process.exit` for
|
|
308
|
-
// normal CLI control flow (e.g. an unknown command → exit 1) then surfaces
|
|
309
|
-
// here as that synthetic marker. It is a test-harness artifact, NOT an
|
|
310
|
-
// hq-cli defect — a real user's `process.exit` just exits, so nothing is
|
|
311
|
-
// thrown or captured. Skip Sentry capture (no signal, no user-facing
|
|
312
|
-
// degradation) and preserve the intended non-zero exit (HQ-CLI-3).
|
|
313
|
-
process.exitCode = 1;
|
|
314
|
-
} else if (isCompanySelectionError(err)) {
|
|
315
|
-
// The user has multiple (or zero) active company memberships and ran a
|
|
316
|
-
// command that needs exactly one without `--company`, or a `--company`
|
|
317
|
-
// slug collided across companies. That's an expected, user-actionable
|
|
318
|
-
// disambiguation prompt — the message already tells them exactly how to
|
|
319
|
-
// proceed (re-run with `--company <slug-or-uid>`) — not an hq-cli defect.
|
|
320
|
-
// The CLI can't pick a company for them. Print the actionable message and
|
|
321
|
-
// exit non-zero, but skip Sentry capture so a normal "pick a company"
|
|
322
|
-
// prompt doesn't flood the tracker with unfixable "crashes" (HQ-CLI-7).
|
|
323
|
-
process.stderr.write(`hq: ${(err as Error).message}\n`);
|
|
324
|
-
process.exitCode = 1;
|
|
325
|
-
} else if (isAuthError(err)) {
|
|
326
|
-
// HQ-CLI-8: the vault API returned 401 Unauthorized — the caller's HQ
|
|
327
|
-
// session is expired or missing. That's an expected auth state the user
|
|
328
|
-
// fixes with `hq login`, not an hq-cli defect. Print the actionable
|
|
329
|
-
// message and skip Sentry so an expired login doesn't flood the tracker
|
|
330
|
-
// with identical, unfixable "crashes".
|
|
331
|
-
process.stderr.write(`hq: ${(err as Error).message}\n`);
|
|
332
|
-
process.exitCode = 1;
|
|
333
|
-
} else if (isExpectedUserError(err)) {
|
|
334
|
-
// HQ-CLI-6: a user-facing, client-caused error (a non-owner running
|
|
335
|
-
// `hq integrations approve`, a stale queueId, a bad --args, an unknown
|
|
336
|
-
// connection) is the caller's request/state/permission, not an hq-cli
|
|
337
|
-
// defect. Print the actionable message and skip Sentry so a correctly-
|
|
338
|
-
// denied 4xx doesn't flood the tracker with identical, unfixable crash
|
|
339
|
-
// reports. Genuine server (5xx) / unknown failures still capture below.
|
|
340
|
-
process.stderr.write(`hq: ${err.message}\n`);
|
|
341
|
-
process.exitCode = 1;
|
|
342
|
-
} else {
|
|
343
|
-
// A full disk / exhausted quota / read-only filesystem is the user's
|
|
344
|
-
// machine, not an HQ code defect. Surface a clear, actionable message and
|
|
345
|
-
// skip Sentry capture so one full disk doesn't flood the tracker with
|
|
346
|
-
// identical, unfixable crash reports (HQ-CLI-2). Genuine errors still go
|
|
347
|
-
// to Sentry and still exit 1.
|
|
348
|
-
const envMsg = environmentalFsErrorMessage(err);
|
|
349
|
-
if (envMsg) {
|
|
350
|
-
process.stderr.write(`hq: ${envMsg}\n`);
|
|
351
|
-
} else {
|
|
352
|
-
Sentry.captureException(err);
|
|
353
|
-
}
|
|
354
|
-
process.exitCode = 1;
|
|
355
|
-
}
|
|
356
|
-
} finally {
|
|
357
|
-
// Plan-limit nag (US-016): stderr-only, never throws, never touches
|
|
358
|
-
// process.exitCode — safe to run after exit codes have been set.
|
|
359
|
-
emitPlanLimitNag();
|
|
360
|
-
// Release health: finalize the per-run session before the flush.
|
|
361
|
-
Sentry.endSession();
|
|
362
|
-
// Neither task may turn a successful command into Node's
|
|
363
|
-
// `unsettled top-level await` exit. They are observability-only after the
|
|
364
|
-
// command has completed, so a bounded best-effort wait is the terminal
|
|
365
|
-
// lifecycle boundary for this invocation.
|
|
366
|
-
await settleWithin(
|
|
367
|
-
[refreshVersionCache(), Sentry.flush(2000)],
|
|
368
|
-
RELEASE_HEALTH_SETTLE_TIMEOUT_MS,
|
|
369
|
-
);
|
|
370
|
-
}
|
|
371
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit tests for the runtime Node version guard.
|
|
3
|
-
*
|
|
4
|
-
* The guard fails the CLI fast on Node < 20 (where prebuilt native modules hit
|
|
5
|
-
* an ABI mismatch and `util.styleText` is missing) with an actionable upgrade
|
|
6
|
-
* message, and is a no-op on Node 20+.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { describe, expect, it } from "vitest";
|
|
10
|
-
|
|
11
|
-
import { MIN_NODE_MAJOR, checkNodeVersion } from "./node-preflight.js";
|
|
12
|
-
|
|
13
|
-
describe("checkNodeVersion", () => {
|
|
14
|
-
it("rejects Node 18 with an actionable upgrade message", () => {
|
|
15
|
-
const result = checkNodeVersion("18.19.0");
|
|
16
|
-
|
|
17
|
-
expect(result.ok).toBe(false);
|
|
18
|
-
expect(result.major).toBe(18);
|
|
19
|
-
expect(result.message).toContain(`Node.js ${MIN_NODE_MAJOR} or newer`);
|
|
20
|
-
expect(result.message).toContain("18.19.0");
|
|
21
|
-
expect(result.message).toMatch(/upgrade/i);
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
it("rejects every major below the minimum", () => {
|
|
25
|
-
for (const version of ["14.21.3", "16.20.2", "19.9.0"]) {
|
|
26
|
-
const result = checkNodeVersion(version);
|
|
27
|
-
expect(result.ok).toBe(false);
|
|
28
|
-
expect(result.message).toBeDefined();
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
it("accepts Node 20 (the minimum) without a message", () => {
|
|
33
|
-
const result = checkNodeVersion("20.11.1");
|
|
34
|
-
|
|
35
|
-
expect(result.ok).toBe(true);
|
|
36
|
-
expect(result.major).toBe(20);
|
|
37
|
-
expect(result.message).toBeUndefined();
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
it("accepts newer majors (22, 24)", () => {
|
|
41
|
-
for (const version of ["22.3.0", "24.0.0"]) {
|
|
42
|
-
const result = checkNodeVersion(version);
|
|
43
|
-
expect(result.ok).toBe(true);
|
|
44
|
-
expect(result.message).toBeUndefined();
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
it("treats an unparseable version as supported (never blocks on a bad string)", () => {
|
|
49
|
-
const result = checkNodeVersion("not-a-version");
|
|
50
|
-
|
|
51
|
-
expect(result.ok).toBe(true);
|
|
52
|
-
expect(result.message).toBeUndefined();
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
it("defaults to the running runtime, which is supported in CI", () => {
|
|
56
|
-
// The test runner itself must be on a supported Node, so the default-arg
|
|
57
|
-
// path returns ok — also proving importing this module did not exit.
|
|
58
|
-
expect(checkNodeVersion().ok).toBe(true);
|
|
59
|
-
});
|
|
60
|
-
});
|