@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,310 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* `hq outposts heartbeat` — publish this box's agent-session summary to the
|
|
3
|
-
* realtime fabric.
|
|
4
|
-
*
|
|
5
|
-
* Runs ON an Outpost, under systemd. It enumerates the box's local Claude Code
|
|
6
|
-
* and Codex sessions with cheap scandir + stat + bounded reads, projects them
|
|
7
|
-
* down to the compact secret-free `AgentSession[]` payload, and publishes to
|
|
8
|
-
* `hq/{personUid}/sessions` so Mission Control can see what the box is doing.
|
|
9
|
-
*
|
|
10
|
-
* ## Why the cadence lives in here
|
|
11
|
-
*
|
|
12
|
-
* The original box-side design was a bash `while` loop that, every 5 seconds,
|
|
13
|
-
* ran `hq auth refresh` and then `npx -y --package=@indigoai-us/hq-cloud@latest
|
|
14
|
-
* outpost-session-heartbeat-runner`. That is ~35k process launches a day, and
|
|
15
|
-
* every `npx` re-resolves the package and re-reads it off disk — on a t3 box
|
|
16
|
-
* whose EBS budget is the scarce resource, that is a meaningful, permanent tax
|
|
17
|
-
* for a job that should be nearly free.
|
|
18
|
-
*
|
|
19
|
-
* So the loop lives in-process instead:
|
|
20
|
-
* - identity is resolved ONCE per process, not once per tick;
|
|
21
|
-
* - the Cognito session refreshes itself on demand (`ensureCognitoToken`
|
|
22
|
-
* returns the cached token until it is close to expiry), so there is no
|
|
23
|
-
* separate per-tick `hq auth refresh`;
|
|
24
|
-
* - the IoT client is cached across ticks by the publisher and only rebuilt
|
|
25
|
-
* when its credentials near expiry.
|
|
26
|
-
*
|
|
27
|
-
* The loop is deliberately unkillable-by-transients: a failed publish, a failed
|
|
28
|
-
* enumeration, or a not-yet-warm session are all logged and retried on the next
|
|
29
|
-
* tick. Nothing here should ever take the service down, because a service that
|
|
30
|
-
* exits looks identical to a service that is quietly failing.
|
|
31
|
-
*/
|
|
32
|
-
|
|
33
|
-
import type { Command } from "commander";
|
|
34
|
-
import { mkdir, writeFile } from "node:fs/promises";
|
|
35
|
-
import { homedir } from "node:os";
|
|
36
|
-
import { dirname, join } from "node:path";
|
|
37
|
-
import { ensureCognitoToken } from "../utils/cognito-session.js";
|
|
38
|
-
import { DEFAULT_VAULT_API_URL } from "../utils/cognito-session.js";
|
|
39
|
-
import { resolveCallerPersonUid } from "../utils/vault-api.js";
|
|
40
|
-
import {
|
|
41
|
-
DEFAULT_HEARTBEAT_INTERVAL_SECONDS,
|
|
42
|
-
collectSessions,
|
|
43
|
-
nodeFileSystem,
|
|
44
|
-
sessionsTopicForPerson,
|
|
45
|
-
type FileSystemPort,
|
|
46
|
-
type PublishPort,
|
|
47
|
-
type SessionsHeartbeatPayload,
|
|
48
|
-
} from "../outpost/session-heartbeat.js";
|
|
49
|
-
import {
|
|
50
|
-
createIotPublishPort,
|
|
51
|
-
defaultRealtimeCredentialsFetcher,
|
|
52
|
-
} from "../outpost/session-heartbeat-publisher.js";
|
|
53
|
-
|
|
54
|
-
/** Everything the loop touches, injected so it is testable without a box. */
|
|
55
|
-
export interface HeartbeatLoopDeps {
|
|
56
|
-
fs: FileSystemPort;
|
|
57
|
-
publish: PublishPort;
|
|
58
|
-
/** Resolve the caller's canonical `prs_*` id. Called once per process. */
|
|
59
|
-
getPersonUid: () => Promise<string>;
|
|
60
|
-
/**
|
|
61
|
-
* Wait between ticks. MUST return early when `signal` aborts — otherwise a
|
|
62
|
-
* SIGTERM arriving mid-sleep is not noticed until the full interval elapses,
|
|
63
|
-
* and systemd force-kills the process instead of it stopping cooperatively.
|
|
64
|
-
*/
|
|
65
|
-
sleep: (ms: number, signal?: AbortSignal) => Promise<void>;
|
|
66
|
-
now: () => Date;
|
|
67
|
-
log: (line: string) => void;
|
|
68
|
-
/**
|
|
69
|
-
* Record that a heartbeat actually LANDED. Called only after a successful
|
|
70
|
-
* publish — never on failure, or the freshness signal it feeds would always
|
|
71
|
-
* read fresh and be worth nothing.
|
|
72
|
-
*/
|
|
73
|
-
onPublished?: (payload: SessionsHeartbeatPayload) => Promise<void>;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
export interface HeartbeatLoopOptions {
|
|
77
|
-
/** Emit a single heartbeat and return. */
|
|
78
|
-
once?: boolean;
|
|
79
|
-
/** Cadence between ticks. Defaults to {@link DEFAULT_HEARTBEAT_INTERVAL_SECONDS}. */
|
|
80
|
-
intervalSeconds?: number;
|
|
81
|
-
/** Home directory to scan (defaults to the process HOME). */
|
|
82
|
-
home?: string;
|
|
83
|
-
/** Print each published payload as JSON. */
|
|
84
|
-
json?: boolean;
|
|
85
|
-
/** Stop the loop cooperatively. */
|
|
86
|
-
signal?: AbortSignal;
|
|
87
|
-
/** Bound the loop — used by tests; production runs until aborted. */
|
|
88
|
-
maxTicks?: number;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Resolve the cadence from the flag, then the environment, then the default.
|
|
93
|
-
* Floored at 1s: a sub-second cadence hammers the fabric for no benefit, and a
|
|
94
|
-
* zero/negative value would spin the loop hot.
|
|
95
|
-
*/
|
|
96
|
-
export function resolveIntervalSeconds(
|
|
97
|
-
flag: string | undefined,
|
|
98
|
-
env: NodeJS.ProcessEnv = process.env,
|
|
99
|
-
): number {
|
|
100
|
-
for (const raw of [flag, env.OUTPOST_SESSIONS_HEARTBEAT_INTERVAL_SECONDS]) {
|
|
101
|
-
if (raw === undefined || raw === null || raw === "") continue;
|
|
102
|
-
const parsed = Number.parseInt(raw, 10);
|
|
103
|
-
if (!Number.isFinite(parsed)) return DEFAULT_HEARTBEAT_INTERVAL_SECONDS;
|
|
104
|
-
return Math.max(1, parsed);
|
|
105
|
-
}
|
|
106
|
-
return DEFAULT_HEARTBEAT_INTERVAL_SECONDS;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Where the box records its last LANDED heartbeat. The post-provision audit
|
|
111
|
-
* reads this file's freshness, because "systemd says the unit is active" is not
|
|
112
|
-
* evidence that anything was published — that gap is what let a heartbeat fail
|
|
113
|
-
* every five seconds for nine days while every dashboard stayed green.
|
|
114
|
-
*
|
|
115
|
-
* Lives under the service user's home so the unit (User=ec2-user) can write it
|
|
116
|
-
* without extra tmpfiles.d wiring; the SSM collector reads it as root.
|
|
117
|
-
*/
|
|
118
|
-
export const DEFAULT_HEARTBEAT_STATE_FILE = join(
|
|
119
|
-
homedir(),
|
|
120
|
-
".hq",
|
|
121
|
-
"outpost-session-heartbeat.json",
|
|
122
|
-
);
|
|
123
|
-
|
|
124
|
-
/** Persist the liveness marker the box audit reads. */
|
|
125
|
-
export async function writeHeartbeatState(
|
|
126
|
-
path: string,
|
|
127
|
-
payload: SessionsHeartbeatPayload,
|
|
128
|
-
): Promise<void> {
|
|
129
|
-
await mkdir(dirname(path), { recursive: true });
|
|
130
|
-
await writeFile(
|
|
131
|
-
path,
|
|
132
|
-
`${JSON.stringify({
|
|
133
|
-
lastPublishAt: payload.emittedAt,
|
|
134
|
-
sessions: payload.sessions.length,
|
|
135
|
-
})}\n`,
|
|
136
|
-
"utf8",
|
|
137
|
-
);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/** Structured one-line log — journald gets JSON, not prose. */
|
|
141
|
-
function logLine(
|
|
142
|
-
step: string,
|
|
143
|
-
outcome: "ok" | "error",
|
|
144
|
-
extra: Record<string, unknown>,
|
|
145
|
-
now: () => Date,
|
|
146
|
-
): string {
|
|
147
|
-
return JSON.stringify({
|
|
148
|
-
service: "outpost-session-heartbeat",
|
|
149
|
-
step,
|
|
150
|
-
outcome,
|
|
151
|
-
...extra,
|
|
152
|
-
timestamp: now().toISOString(),
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/**
|
|
157
|
-
* Run the heartbeat loop. Returns the number of ticks performed.
|
|
158
|
-
*
|
|
159
|
-
* A "tick" is one attempt, whether or not it published — the count is the
|
|
160
|
-
* loop's liveness, not its success rate.
|
|
161
|
-
*/
|
|
162
|
-
export async function runHeartbeatLoop(
|
|
163
|
-
options: HeartbeatLoopOptions,
|
|
164
|
-
deps: HeartbeatLoopDeps,
|
|
165
|
-
): Promise<number> {
|
|
166
|
-
const intervalMs =
|
|
167
|
-
(options.intervalSeconds ?? DEFAULT_HEARTBEAT_INTERVAL_SECONDS) * 1000;
|
|
168
|
-
const maxTicks = options.once ? 1 : options.maxTicks;
|
|
169
|
-
|
|
170
|
-
// Resolved once and reused. Re-resolving per tick was the original sin.
|
|
171
|
-
let personUid: string | null = null;
|
|
172
|
-
let ticks = 0;
|
|
173
|
-
|
|
174
|
-
for (;;) {
|
|
175
|
-
ticks += 1;
|
|
176
|
-
|
|
177
|
-
try {
|
|
178
|
-
if (!personUid) personUid = await deps.getPersonUid();
|
|
179
|
-
const payload = await collectSessions(
|
|
180
|
-
{ personUid, home: options.home, now: deps.now },
|
|
181
|
-
{ fs: deps.fs },
|
|
182
|
-
);
|
|
183
|
-
const topic = sessionsTopicForPerson(personUid);
|
|
184
|
-
await deps.publish(topic, payload);
|
|
185
|
-
// Ordering matters: the marker is written only once the publish has
|
|
186
|
-
// resolved, so a stale marker means "nothing landed", not "nothing ran".
|
|
187
|
-
await deps.onPublished?.(payload);
|
|
188
|
-
if (options.json) deps.log(JSON.stringify(payload));
|
|
189
|
-
deps.log(
|
|
190
|
-
logLine(
|
|
191
|
-
"publish",
|
|
192
|
-
"ok",
|
|
193
|
-
{ topic, sessions: payload.sessions.length },
|
|
194
|
-
deps.now,
|
|
195
|
-
),
|
|
196
|
-
);
|
|
197
|
-
} catch (err) {
|
|
198
|
-
// Every failure mode lands here on purpose: a transient must never take
|
|
199
|
-
// the service down, because systemd restarting a hot-failing loop looks
|
|
200
|
-
// exactly like a healthy one.
|
|
201
|
-
deps.log(
|
|
202
|
-
logLine(
|
|
203
|
-
"tick",
|
|
204
|
-
"error",
|
|
205
|
-
{ message: err instanceof Error ? err.message : String(err) },
|
|
206
|
-
deps.now,
|
|
207
|
-
),
|
|
208
|
-
);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
if (options.once) break;
|
|
212
|
-
if (maxTicks !== undefined && ticks >= maxTicks) break;
|
|
213
|
-
if (options.signal?.aborted) break;
|
|
214
|
-
|
|
215
|
-
await deps.sleep(intervalMs, options.signal);
|
|
216
|
-
if (options.signal?.aborted) break;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
return ticks;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/** Wire the production dependencies and register the subcommand. */
|
|
223
|
-
export function registerHeartbeatCommand(outposts: Command): void {
|
|
224
|
-
outposts
|
|
225
|
-
.command("heartbeat", { hidden: true })
|
|
226
|
-
.description(
|
|
227
|
-
"Publish this box's agent-session summary to the realtime fabric (runs on the Outpost, under systemd)",
|
|
228
|
-
)
|
|
229
|
-
.option("--once", "Emit a single heartbeat and exit")
|
|
230
|
-
.option(
|
|
231
|
-
"--interval <seconds>",
|
|
232
|
-
"Cadence in seconds (default 5; env OUTPOST_SESSIONS_HEARTBEAT_INTERVAL_SECONDS)",
|
|
233
|
-
)
|
|
234
|
-
.option("--home <path>", "Home directory to scan for sessions")
|
|
235
|
-
.option("--api-base-url <url>", "HQ API base URL")
|
|
236
|
-
.option(
|
|
237
|
-
"--state-file <path>",
|
|
238
|
-
`Liveness marker read by the box audit (default ${DEFAULT_HEARTBEAT_STATE_FILE})`,
|
|
239
|
-
)
|
|
240
|
-
.option("--json", "Print each published payload as JSON")
|
|
241
|
-
.action(
|
|
242
|
-
async (opts: {
|
|
243
|
-
once?: boolean;
|
|
244
|
-
interval?: string;
|
|
245
|
-
home?: string;
|
|
246
|
-
apiBaseUrl?: string;
|
|
247
|
-
stateFile?: string;
|
|
248
|
-
json?: boolean;
|
|
249
|
-
}) => {
|
|
250
|
-
const apiBaseUrl =
|
|
251
|
-
opts.apiBaseUrl ??
|
|
252
|
-
process.env.HQAPI_BASE_URL ??
|
|
253
|
-
DEFAULT_VAULT_API_URL;
|
|
254
|
-
|
|
255
|
-
const getJwt = () => ensureCognitoToken({ interactive: false });
|
|
256
|
-
|
|
257
|
-
const deps: HeartbeatLoopDeps = {
|
|
258
|
-
fs: nodeFileSystem,
|
|
259
|
-
publish: createIotPublishPort({
|
|
260
|
-
fetchCredentials: defaultRealtimeCredentialsFetcher({
|
|
261
|
-
apiBaseUrl,
|
|
262
|
-
getJwt,
|
|
263
|
-
}),
|
|
264
|
-
}),
|
|
265
|
-
// Same base as the credentials fetch. Resolving identity against the
|
|
266
|
-
// default plane while vending credentials from another sends a
|
|
267
|
-
// deployment-specific token to the wrong control plane, which is
|
|
268
|
-
// rejected — and the loop then retries forever without publishing.
|
|
269
|
-
getPersonUid: async () =>
|
|
270
|
-
resolveCallerPersonUid(await getJwt(), apiBaseUrl),
|
|
271
|
-
sleep: (ms, signal) =>
|
|
272
|
-
new Promise((resolve) => {
|
|
273
|
-
if (signal?.aborted) return resolve();
|
|
274
|
-
const t = setTimeout(done, ms);
|
|
275
|
-
function done() {
|
|
276
|
-
clearTimeout(t);
|
|
277
|
-
signal?.removeEventListener("abort", done);
|
|
278
|
-
resolve();
|
|
279
|
-
}
|
|
280
|
-
signal?.addEventListener("abort", done, { once: true });
|
|
281
|
-
}),
|
|
282
|
-
now: () => new Date(),
|
|
283
|
-
log: (line) => console.error(line),
|
|
284
|
-
onPublished: (payload) =>
|
|
285
|
-
writeHeartbeatState(
|
|
286
|
-
opts.stateFile ?? DEFAULT_HEARTBEAT_STATE_FILE,
|
|
287
|
-
payload,
|
|
288
|
-
),
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
// systemd sends SIGTERM on stop/restart — finish the in-flight tick,
|
|
292
|
-
// then exit cleanly rather than being killed mid-publish.
|
|
293
|
-
const controller = new AbortController();
|
|
294
|
-
const stop = () => controller.abort();
|
|
295
|
-
process.once("SIGTERM", stop);
|
|
296
|
-
process.once("SIGINT", stop);
|
|
297
|
-
|
|
298
|
-
await runHeartbeatLoop(
|
|
299
|
-
{
|
|
300
|
-
once: opts.once,
|
|
301
|
-
intervalSeconds: resolveIntervalSeconds(opts.interval),
|
|
302
|
-
home: opts.home,
|
|
303
|
-
json: opts.json,
|
|
304
|
-
signal: controller.signal,
|
|
305
|
-
},
|
|
306
|
-
deps,
|
|
307
|
-
);
|
|
308
|
-
},
|
|
309
|
-
);
|
|
310
|
-
}
|
|
@@ -1,272 +0,0 @@
|
|
|
1
|
-
import { Command } from "commander";
|
|
2
|
-
import {
|
|
3
|
-
afterEach,
|
|
4
|
-
beforeEach,
|
|
5
|
-
describe,
|
|
6
|
-
expect,
|
|
7
|
-
it,
|
|
8
|
-
vi,
|
|
9
|
-
type MockInstance,
|
|
10
|
-
} from "vitest";
|
|
11
|
-
import {
|
|
12
|
-
parseReposManifest,
|
|
13
|
-
registerOutpostsCommand,
|
|
14
|
-
type ReplicaSyncDependencies,
|
|
15
|
-
} from "./outposts.js";
|
|
16
|
-
|
|
17
|
-
const HQ_ROOT = "/home/ec2-user/hq";
|
|
18
|
-
const SECRET = "refresh-token-that-must-never-be-printed";
|
|
19
|
-
|
|
20
|
-
const REPOS_YAML = `repos:
|
|
21
|
-
- url: https://github.com/indigoai-us/hq-pro.git
|
|
22
|
-
visibility: private
|
|
23
|
-
name: hq-pro
|
|
24
|
-
- url: https://github.com/indigoai-us/public-widget.git
|
|
25
|
-
visibility: public
|
|
26
|
-
- url: https://github.com/indigoai-us/hq-cli.git
|
|
27
|
-
visibility: private
|
|
28
|
-
name: hq-cli
|
|
29
|
-
`;
|
|
30
|
-
|
|
31
|
-
type SpawnCall = {
|
|
32
|
-
command: string;
|
|
33
|
-
args: string[];
|
|
34
|
-
options: Parameters<ReplicaSyncDependencies["spawnSync"]>[2];
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
function ok(stdout = "") {
|
|
38
|
-
return {
|
|
39
|
-
status: 0,
|
|
40
|
-
stdout,
|
|
41
|
-
stderr: "",
|
|
42
|
-
error: undefined,
|
|
43
|
-
} as ReturnType<ReplicaSyncDependencies["spawnSync"]>;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
function replicaDependencies(input: {
|
|
47
|
-
session?: { refreshToken?: string; idToken?: string } | undefined;
|
|
48
|
-
reposYaml?: string | null;
|
|
49
|
-
existing?: Set<string>;
|
|
50
|
-
failRescue?: boolean;
|
|
51
|
-
failAuthRefresh?: boolean;
|
|
52
|
-
} = {}): {
|
|
53
|
-
deps: Partial<ReplicaSyncDependencies>;
|
|
54
|
-
calls: SpawnCall[];
|
|
55
|
-
mkdirp: MockInstance;
|
|
56
|
-
} {
|
|
57
|
-
const calls: SpawnCall[] = [];
|
|
58
|
-
const existing = input.existing ?? new Set<string>();
|
|
59
|
-
const mkdirp = vi.fn();
|
|
60
|
-
const deps: Partial<ReplicaSyncDependencies> = {
|
|
61
|
-
defaultHqRoot: () => HQ_ROOT,
|
|
62
|
-
loadCachedTokens: () =>
|
|
63
|
-
"session" in input ? input.session : { refreshToken: SECRET },
|
|
64
|
-
readTextFile: (file: string) => {
|
|
65
|
-
if (file.endsWith("repos.yaml")) {
|
|
66
|
-
if (input.reposYaml === null) throw new Error("ENOENT");
|
|
67
|
-
return input.reposYaml ?? REPOS_YAML;
|
|
68
|
-
}
|
|
69
|
-
throw new Error(`unexpected readTextFile(${file})`);
|
|
70
|
-
},
|
|
71
|
-
pathExists: (p: string) => existing.has(p),
|
|
72
|
-
mkdirp: mkdirp as unknown as ReplicaSyncDependencies["mkdirp"],
|
|
73
|
-
spawnSync: ((command, args, options) => {
|
|
74
|
-
calls.push({ command, args, options });
|
|
75
|
-
if (input.failRescue && command === "hq" && args[0] === "rescue") {
|
|
76
|
-
return { ...ok(), status: 1 };
|
|
77
|
-
}
|
|
78
|
-
if (
|
|
79
|
-
input.failAuthRefresh &&
|
|
80
|
-
command === "hq" &&
|
|
81
|
-
args[0] === "auth" &&
|
|
82
|
-
args[1] === "refresh"
|
|
83
|
-
) {
|
|
84
|
-
return { ...ok(), status: 1 };
|
|
85
|
-
}
|
|
86
|
-
return ok();
|
|
87
|
-
}) as ReplicaSyncDependencies["spawnSync"],
|
|
88
|
-
};
|
|
89
|
-
return { deps, calls, mkdirp };
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
function buildProgram(deps: Partial<ReplicaSyncDependencies>): Command {
|
|
93
|
-
const program = new Command();
|
|
94
|
-
program.name("hq").exitOverride();
|
|
95
|
-
registerOutpostsCommand(program, deps);
|
|
96
|
-
return program;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
async function run(
|
|
100
|
-
deps: Partial<ReplicaSyncDependencies>,
|
|
101
|
-
args: string[],
|
|
102
|
-
): Promise<void> {
|
|
103
|
-
await buildProgram(deps).parseAsync(["node", "hq", ...args]);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
let logSpy: MockInstance<typeof console.log>;
|
|
107
|
-
let warnSpy: MockInstance<typeof console.warn>;
|
|
108
|
-
let fetchSpy: MockInstance<typeof fetch>;
|
|
109
|
-
|
|
110
|
-
beforeEach(() => {
|
|
111
|
-
logSpy = vi.spyOn(console, "log").mockImplementation(() => {});
|
|
112
|
-
warnSpy = vi.spyOn(console, "warn").mockImplementation(() => {});
|
|
113
|
-
fetchSpy = vi.spyOn(globalThis, "fetch");
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
afterEach(() => {
|
|
117
|
-
vi.restoreAllMocks();
|
|
118
|
-
});
|
|
119
|
-
|
|
120
|
-
function printed(): string {
|
|
121
|
-
return [
|
|
122
|
-
...logSpy.mock.calls.map((c) => c.map(String).join(" ")),
|
|
123
|
-
...warnSpy.mock.calls.map((c) => c.map(String).join(" ")),
|
|
124
|
-
].join("\n");
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
function hqArgs(calls: SpawnCall[]): string[][] {
|
|
128
|
-
return calls.filter((c) => c.command === "hq").map((c) => c.args);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
describe("parseReposManifest", () => {
|
|
132
|
-
it("resolves visibility + name, defaulting to public + URL basename", () => {
|
|
133
|
-
expect(parseReposManifest(REPOS_YAML)).toEqual([
|
|
134
|
-
{ url: "https://github.com/indigoai-us/hq-pro.git", visibility: "private", name: "hq-pro" },
|
|
135
|
-
{ url: "https://github.com/indigoai-us/public-widget.git", visibility: "public", name: "public-widget" },
|
|
136
|
-
{ url: "https://github.com/indigoai-us/hq-cli.git", visibility: "private", name: "hq-cli" },
|
|
137
|
-
]);
|
|
138
|
-
});
|
|
139
|
-
|
|
140
|
-
it("returns [] for junk, empty, or repo-less YAML", () => {
|
|
141
|
-
expect(parseReposManifest("not: valid: [")).toEqual([]);
|
|
142
|
-
expect(parseReposManifest("")).toEqual([]);
|
|
143
|
-
expect(parseReposManifest("other: 1")).toEqual([]);
|
|
144
|
-
});
|
|
145
|
-
|
|
146
|
-
it("skips entries with no url", () => {
|
|
147
|
-
expect(parseReposManifest("repos:\n - visibility: public\n - url: https://x/y.git")).toEqual([
|
|
148
|
-
{ url: "https://x/y.git", visibility: "public", name: "y" },
|
|
149
|
-
]);
|
|
150
|
-
});
|
|
151
|
-
|
|
152
|
-
it("rejects names that would escape repos/<visibility>/ (path traversal)", () => {
|
|
153
|
-
const yaml =
|
|
154
|
-
"repos:\n" +
|
|
155
|
-
" - url: https://x/evil.git\n name: ../../etc\n" +
|
|
156
|
-
" - url: https://x/evil2.git\n name: sub/dir\n" +
|
|
157
|
-
" - url: https://x/ok.git\n name: ok\n";
|
|
158
|
-
expect(parseReposManifest(yaml)).toEqual([
|
|
159
|
-
{ url: "https://x/ok.git", visibility: "public", name: "ok" },
|
|
160
|
-
]);
|
|
161
|
-
});
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
describe("hq outposts replica-sync", () => {
|
|
165
|
-
it("is hidden from outposts help but remains invokable", async () => {
|
|
166
|
-
const { deps } = replicaDependencies();
|
|
167
|
-
const program = buildProgram(deps);
|
|
168
|
-
const outposts = program.commands.find((c) => c.name() === "outposts");
|
|
169
|
-
expect(outposts?.helpInformation()).not.toContain("replica-sync");
|
|
170
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
171
|
-
});
|
|
172
|
-
|
|
173
|
-
it("no HQ session → replicates nothing and runs no commands", async () => {
|
|
174
|
-
const { deps, calls } = replicaDependencies({ session: undefined });
|
|
175
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
176
|
-
expect(calls).toEqual([]);
|
|
177
|
-
expect(printed()).toContain("nothing to replicate");
|
|
178
|
-
});
|
|
179
|
-
|
|
180
|
-
it("runs the full replica chain in order on a signed-in box", async () => {
|
|
181
|
-
const { deps, calls, mkdirp } = replicaDependencies();
|
|
182
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
183
|
-
|
|
184
|
-
const args = hqArgs(calls);
|
|
185
|
-
expect(args).toContainEqual(["auth", "refresh"]);
|
|
186
|
-
// The pull is pinned to the SAME --hq-root the command was invoked with,
|
|
187
|
-
// not the default root.
|
|
188
|
-
expect(args).toContainEqual([
|
|
189
|
-
"sync",
|
|
190
|
-
"pull",
|
|
191
|
-
"--personal",
|
|
192
|
-
"--hq-root",
|
|
193
|
-
HQ_ROOT,
|
|
194
|
-
"--on-conflict",
|
|
195
|
-
"keep",
|
|
196
|
-
]);
|
|
197
|
-
expect(args).toContainEqual(["rescue", "--hq-root", HQ_ROOT, "--yes"]);
|
|
198
|
-
// rescue needs companies/ to pre-exist.
|
|
199
|
-
expect(mkdirp).toHaveBeenCalledWith(`${HQ_ROOT}/companies`);
|
|
200
|
-
});
|
|
201
|
-
|
|
202
|
-
it("clones only the missing repos, gh-authing via the vault for privates", async () => {
|
|
203
|
-
const { deps, calls } = replicaDependencies({
|
|
204
|
-
// hq-cli already present → should be skipped.
|
|
205
|
-
existing: new Set([`${HQ_ROOT}/repos/private/hq-cli/.git`]),
|
|
206
|
-
});
|
|
207
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
208
|
-
|
|
209
|
-
const clones = calls
|
|
210
|
-
.filter((c) => c.command === "git" && c.args[0] === "clone")
|
|
211
|
-
.map((c) => c.args[c.args.length - 1]);
|
|
212
|
-
expect(clones).toContain(`${HQ_ROOT}/repos/private/hq-pro`);
|
|
213
|
-
expect(clones).toContain(`${HQ_ROOT}/repos/public/public-widget`);
|
|
214
|
-
expect(clones).not.toContain(`${HQ_ROOT}/repos/private/hq-cli`);
|
|
215
|
-
|
|
216
|
-
// A private repo is missing → gh auth flows through the vault (token in ENV,
|
|
217
|
-
// never argv).
|
|
218
|
-
const vaultAuth = calls.find(
|
|
219
|
-
(c) => c.command === "hq" && c.args[0] === "secrets" && c.args.includes("GITHUB_TOKEN"),
|
|
220
|
-
);
|
|
221
|
-
expect(vaultAuth).toBeTruthy();
|
|
222
|
-
expect(vaultAuth?.args).toContain("--personal");
|
|
223
|
-
expect(vaultAuth?.args).toContain("--only");
|
|
224
|
-
});
|
|
225
|
-
|
|
226
|
-
it("skips the vault gh auth when every missing repo is public", async () => {
|
|
227
|
-
const { deps, calls } = replicaDependencies({
|
|
228
|
-
reposYaml: "repos:\n - url: https://github.com/x/pub.git\n visibility: public\n",
|
|
229
|
-
});
|
|
230
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
231
|
-
const vaultAuth = calls.find((c) => c.command === "hq" && c.args[0] === "secrets");
|
|
232
|
-
expect(vaultAuth).toBeUndefined();
|
|
233
|
-
});
|
|
234
|
-
|
|
235
|
-
it("no repos.yaml → skips the clone step without error", async () => {
|
|
236
|
-
const { deps, calls } = replicaDependencies({ reposYaml: null });
|
|
237
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
238
|
-
expect(calls.some((c) => c.command === "git")).toBe(false);
|
|
239
|
-
expect(printed()).toContain("skipping repo clone");
|
|
240
|
-
});
|
|
241
|
-
|
|
242
|
-
it("aborts the cycle when auth refresh fails — no pull, rescue, or clone", async () => {
|
|
243
|
-
const { deps, calls } = replicaDependencies({ failAuthRefresh: true });
|
|
244
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
245
|
-
const args = hqArgs(calls);
|
|
246
|
-
expect(args).toContainEqual(["auth", "refresh"]);
|
|
247
|
-
expect(args.some((a) => a[0] === "sync")).toBe(false);
|
|
248
|
-
expect(args.some((a) => a[0] === "rescue")).toBe(false);
|
|
249
|
-
expect(calls.some((c) => c.command === "git")).toBe(false);
|
|
250
|
-
expect(printed()).toContain("auth refresh failed");
|
|
251
|
-
});
|
|
252
|
-
|
|
253
|
-
it("a failed step never throws or hard-fails the unit", async () => {
|
|
254
|
-
const { deps } = replicaDependencies({ failRescue: true });
|
|
255
|
-
await expect(run(deps, ["outposts", "replica-sync"])).resolves.toBeUndefined();
|
|
256
|
-
expect(printed()).toContain("HQ kernel rescue did not complete cleanly");
|
|
257
|
-
});
|
|
258
|
-
|
|
259
|
-
it("never leaks the session token or makes hq-pro requests", async () => {
|
|
260
|
-
const { deps, calls } = replicaDependencies();
|
|
261
|
-
await run(deps, ["outposts", "replica-sync"]);
|
|
262
|
-
expect(JSON.stringify(calls)).not.toContain(SECRET);
|
|
263
|
-
expect(printed()).not.toContain(SECRET);
|
|
264
|
-
expect(fetchSpy).not.toHaveBeenCalled();
|
|
265
|
-
// The GITHUB_TOKEN never appears as a bare argv value — only the var name
|
|
266
|
-
// inside the bash script and the --only selector.
|
|
267
|
-
const bashScripts = calls
|
|
268
|
-
.filter((c) => c.command === "hq" && c.args.includes("bash"))
|
|
269
|
-
.flatMap((c) => c.args);
|
|
270
|
-
expect(bashScripts.some((a) => a.includes("gh auth login --with-token"))).toBe(true);
|
|
271
|
-
});
|
|
272
|
-
});
|