@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,711 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit tests for `pullAll` — the orchestrator behind `hq sync pull --all`.
|
|
3
|
-
*
|
|
4
|
-
* Mirrors the dependency-injection layout used in `cloud-provision.test.ts`:
|
|
5
|
-
* the action handler in `cloud.ts` resolves a real `VaultClient` + `sync`,
|
|
6
|
-
* but `pullAll` itself takes them as deps so we can exercise the fanout
|
|
7
|
-
* logic without network or filesystem.
|
|
8
|
-
*
|
|
9
|
-
* Coverage:
|
|
10
|
-
* 1. Happy path — companies + personal both fan out.
|
|
11
|
-
* 2. Conflict strategy is forwarded to every sync() call.
|
|
12
|
-
* 3. Per-company errors don't abort the rest of the fanout.
|
|
13
|
-
* 4. No person entity → companies-only plan, no personal target.
|
|
14
|
-
* 5. Empty memberships AND no person entity → no sync calls, clean result.
|
|
15
|
-
* 6. Multiple person entities → canonical pick (oldest createdAt, uid tiebreak).
|
|
16
|
-
* 7. hqRoot is forwarded verbatim to every sync() call.
|
|
17
|
-
* 8. US-011 — narrow-hint banner emits per all-mode membership.
|
|
18
|
-
* 9. US-011 — strict-mode refuses all-mode legs without --mode-all.
|
|
19
|
-
* 10. US-011 — strict-mode + --mode-all proceeds.
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
|
23
|
-
|
|
24
|
-
import {
|
|
25
|
-
pullAll,
|
|
26
|
-
type PullAllDeps,
|
|
27
|
-
type PullAllVaultClient,
|
|
28
|
-
type SyncCallOptions,
|
|
29
|
-
type SyncCallResult,
|
|
30
|
-
} from "./cloud.js";
|
|
31
|
-
import { _resetShownForTests } from "../lib/narrow-hint-banner.js";
|
|
32
|
-
|
|
33
|
-
// ── Helpers ─────────────────────────────────────────────────────────────────
|
|
34
|
-
|
|
35
|
-
interface FakeMembership {
|
|
36
|
-
companyUid: string;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
interface FakeEntity {
|
|
40
|
-
uid: string;
|
|
41
|
-
type: "person" | "company";
|
|
42
|
-
slug: string;
|
|
43
|
-
bucketName?: string;
|
|
44
|
-
createdAt: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
function makeVaultClient(opts: {
|
|
48
|
-
memberships?: FakeMembership[];
|
|
49
|
-
persons?: FakeEntity[];
|
|
50
|
-
entitiesBySlug?: Record<string, { slug: string; name?: string }>;
|
|
51
|
-
failGetEntityFor?: Set<string>;
|
|
52
|
-
}): PullAllVaultClient {
|
|
53
|
-
return {
|
|
54
|
-
listMyMemberships: vi
|
|
55
|
-
.fn<[], Promise<FakeMembership[]>>()
|
|
56
|
-
.mockResolvedValue(opts.memberships ?? []),
|
|
57
|
-
listPersonEntities: vi
|
|
58
|
-
.fn<[], Promise<FakeEntity[]>>()
|
|
59
|
-
.mockResolvedValue(opts.persons ?? []),
|
|
60
|
-
getEntity: vi
|
|
61
|
-
.fn<[string], Promise<{ slug?: string; name?: string } | null>>()
|
|
62
|
-
.mockImplementation(async (uid: string) => {
|
|
63
|
-
if (opts.failGetEntityFor?.has(uid)) {
|
|
64
|
-
throw new Error(`fake getEntity failure for ${uid}`);
|
|
65
|
-
}
|
|
66
|
-
return opts.entitiesBySlug?.[uid] ?? null;
|
|
67
|
-
}),
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
function makeSyncSpy(
|
|
72
|
-
perCallOverrides: Record<string, Partial<SyncCallResult> | Error> = {},
|
|
73
|
-
): {
|
|
74
|
-
fn: PullAllDeps["sync"];
|
|
75
|
-
calls: SyncCallOptions[];
|
|
76
|
-
} {
|
|
77
|
-
const calls: SyncCallOptions[] = [];
|
|
78
|
-
const fn: PullAllDeps["sync"] = vi
|
|
79
|
-
.fn<[SyncCallOptions], Promise<SyncCallResult>>()
|
|
80
|
-
.mockImplementation(async (options: SyncCallOptions) => {
|
|
81
|
-
calls.push(options);
|
|
82
|
-
const override = perCallOverrides[options.company];
|
|
83
|
-
if (override instanceof Error) {
|
|
84
|
-
throw override;
|
|
85
|
-
}
|
|
86
|
-
return {
|
|
87
|
-
filesDownloaded: 0,
|
|
88
|
-
bytesDownloaded: 0,
|
|
89
|
-
filesSkipped: 0,
|
|
90
|
-
conflicts: 0,
|
|
91
|
-
conflictPaths: [],
|
|
92
|
-
aborted: false,
|
|
93
|
-
...override,
|
|
94
|
-
};
|
|
95
|
-
});
|
|
96
|
-
return { fn, calls };
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// ── 1. Happy path ───────────────────────────────────────────────────────────
|
|
100
|
-
|
|
101
|
-
describe("pullAll", () => {
|
|
102
|
-
it("syncs every membership plus the canonical person entity", async () => {
|
|
103
|
-
const vaultClient = makeVaultClient({
|
|
104
|
-
memberships: [
|
|
105
|
-
{ companyUid: "cmp_acme" },
|
|
106
|
-
{ companyUid: "cmp_globex" },
|
|
107
|
-
],
|
|
108
|
-
persons: [
|
|
109
|
-
{
|
|
110
|
-
uid: "psn_alice",
|
|
111
|
-
type: "person",
|
|
112
|
-
slug: "alice",
|
|
113
|
-
bucketName: "hq-vault-psn-alice",
|
|
114
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
115
|
-
},
|
|
116
|
-
],
|
|
117
|
-
entitiesBySlug: {
|
|
118
|
-
cmp_acme: { slug: "acme", name: "Acme" },
|
|
119
|
-
cmp_globex: { slug: "globex", name: "Globex" },
|
|
120
|
-
},
|
|
121
|
-
});
|
|
122
|
-
const sync = makeSyncSpy({
|
|
123
|
-
cmp_acme: { filesDownloaded: 3, bytesDownloaded: 300 },
|
|
124
|
-
cmp_globex: { filesDownloaded: 1, bytesDownloaded: 50 },
|
|
125
|
-
psn_alice: { filesDownloaded: 7, bytesDownloaded: 700 },
|
|
126
|
-
});
|
|
127
|
-
|
|
128
|
-
const result = await pullAll(
|
|
129
|
-
{ hqRoot: "/tmp/hq", onConflict: "abort" },
|
|
130
|
-
{ vaultClient, sync: sync.fn },
|
|
131
|
-
);
|
|
132
|
-
|
|
133
|
-
expect(sync.calls).toHaveLength(3);
|
|
134
|
-
expect(sync.calls[0]).toMatchObject({
|
|
135
|
-
company: "cmp_acme",
|
|
136
|
-
hqRoot: "/tmp/hq",
|
|
137
|
-
onConflict: "abort",
|
|
138
|
-
});
|
|
139
|
-
expect(sync.calls[1]).toMatchObject({ company: "cmp_globex" });
|
|
140
|
-
expect(sync.calls[2]).toMatchObject({
|
|
141
|
-
company: "psn_alice",
|
|
142
|
-
personalMode: true,
|
|
143
|
-
journalSlug: "__hq_personal_vault__",
|
|
144
|
-
});
|
|
145
|
-
|
|
146
|
-
expect(result.attempted).toBe(3);
|
|
147
|
-
expect(result.filesDownloaded).toBe(11);
|
|
148
|
-
expect(result.bytesDownloaded).toBe(1050);
|
|
149
|
-
expect(result.errors).toEqual([]);
|
|
150
|
-
expect(result.perCompany.map((row) => row.slug)).toEqual([
|
|
151
|
-
"acme",
|
|
152
|
-
"globex",
|
|
153
|
-
"personal",
|
|
154
|
-
]);
|
|
155
|
-
});
|
|
156
|
-
|
|
157
|
-
// ── 1b. DEV-1768: real scope is threaded into the actual pull ─────────────
|
|
158
|
-
|
|
159
|
-
it("threads the resolved syncMode + prefixSet into sync() (no all-mode seed)", async () => {
|
|
160
|
-
const vaultClient = makeVaultClient({
|
|
161
|
-
memberships: [{ companyUid: "cmp_a" }],
|
|
162
|
-
entitiesBySlug: { cmp_a: { slug: "acme" } },
|
|
163
|
-
});
|
|
164
|
-
const sync = makeSyncSpy();
|
|
165
|
-
const resolveScope = vi.fn(async (_uid: string, _slug: string) => ({
|
|
166
|
-
syncMode: "shared" as const,
|
|
167
|
-
prefixSet: ["knowledge/", "policies/"],
|
|
168
|
-
}));
|
|
169
|
-
|
|
170
|
-
await pullAll(
|
|
171
|
-
{ hqRoot: "/tmp/hq" },
|
|
172
|
-
{ vaultClient, sync: sync.fn, resolveScope },
|
|
173
|
-
);
|
|
174
|
-
|
|
175
|
-
// Resolver invoked with the company's UID + resolved slug.
|
|
176
|
-
expect(resolveScope).toHaveBeenCalledWith("cmp_a", "acme");
|
|
177
|
-
// ...and the result is forwarded to the ACTUAL pull, not just the banner.
|
|
178
|
-
const companyCall = sync.calls.find((c) => c.company === "cmp_a");
|
|
179
|
-
expect(companyCall?.syncMode).toBe("shared");
|
|
180
|
-
expect(companyCall?.prefixSet).toEqual(["knowledge/", "policies/"]);
|
|
181
|
-
});
|
|
182
|
-
|
|
183
|
-
// ── 1c. Sessions-exclusion: excludePrefixes is threaded into sync() ───────
|
|
184
|
-
//
|
|
185
|
-
// Guards the "session transcripts never sync DOWN" invariant on the CLI path:
|
|
186
|
-
// a company OWNER's STS scope is wide enough to read `sessions/` keys, so if
|
|
187
|
-
// the 4-site scope→sync-options mapping dropped `excludePrefixes` the CLI
|
|
188
|
-
// would bulk-download everyone's full-content session transcripts to local
|
|
189
|
-
// disk. This asserts the resolver's excludePrefixes reaches the SyncCallOptions
|
|
190
|
-
// handed to sync(); it FAILS if any mapping site drops the field.
|
|
191
|
-
it("threads the resolved excludePrefixes into sync() (sessions never pull DOWN)", async () => {
|
|
192
|
-
const vaultClient = makeVaultClient({
|
|
193
|
-
memberships: [{ companyUid: "cmp_a" }],
|
|
194
|
-
entitiesBySlug: { cmp_a: { slug: "acme" } },
|
|
195
|
-
});
|
|
196
|
-
const sync = makeSyncSpy();
|
|
197
|
-
// hq-cloud derives excludePrefixes on the resolved scope.
|
|
198
|
-
const resolveScope = vi.fn(async (_uid: string, _slug: string) => ({
|
|
199
|
-
syncMode: "shared" as const,
|
|
200
|
-
prefixSet: ["knowledge/", "policies/"],
|
|
201
|
-
excludePrefixes: ["sessions/"],
|
|
202
|
-
}));
|
|
203
|
-
|
|
204
|
-
await pullAll(
|
|
205
|
-
{ hqRoot: "/tmp/hq" },
|
|
206
|
-
{ vaultClient, sync: sync.fn, resolveScope },
|
|
207
|
-
);
|
|
208
|
-
|
|
209
|
-
const companyCall = sync.calls.find((c) => c.company === "cmp_a");
|
|
210
|
-
expect(companyCall?.excludePrefixes).toEqual(["sessions/"]);
|
|
211
|
-
// Sibling scope fields still flow — excludePrefixes rides alongside them.
|
|
212
|
-
expect(companyCall?.syncMode).toBe("shared");
|
|
213
|
-
expect(companyCall?.prefixSet).toEqual(["knowledge/", "policies/"]);
|
|
214
|
-
});
|
|
215
|
-
|
|
216
|
-
it("omits excludePrefixes when the resolved scope carries none", async () => {
|
|
217
|
-
const vaultClient = makeVaultClient({
|
|
218
|
-
memberships: [{ companyUid: "cmp_a" }],
|
|
219
|
-
entitiesBySlug: { cmp_a: { slug: "acme" } },
|
|
220
|
-
});
|
|
221
|
-
const sync = makeSyncSpy();
|
|
222
|
-
const resolveScope = vi.fn(async () => ({
|
|
223
|
-
syncMode: "shared" as const,
|
|
224
|
-
prefixSet: ["knowledge/"],
|
|
225
|
-
}));
|
|
226
|
-
|
|
227
|
-
await pullAll(
|
|
228
|
-
{ hqRoot: "/tmp/hq" },
|
|
229
|
-
{ vaultClient, sync: sync.fn, resolveScope },
|
|
230
|
-
);
|
|
231
|
-
|
|
232
|
-
const companyCall = sync.calls.find((c) => c.company === "cmp_a");
|
|
233
|
-
expect(companyCall?.excludePrefixes).toBeUndefined();
|
|
234
|
-
});
|
|
235
|
-
|
|
236
|
-
it("passes no prefixSet for an all-mode membership (full pull preserved)", async () => {
|
|
237
|
-
const vaultClient = makeVaultClient({
|
|
238
|
-
memberships: [{ companyUid: "cmp_a" }],
|
|
239
|
-
entitiesBySlug: { cmp_a: { slug: "acme" } },
|
|
240
|
-
});
|
|
241
|
-
const sync = makeSyncSpy();
|
|
242
|
-
const resolveScope = vi.fn(async () => ({ syncMode: "all" as const }));
|
|
243
|
-
|
|
244
|
-
await pullAll(
|
|
245
|
-
{ hqRoot: "/tmp/hq" },
|
|
246
|
-
{ vaultClient, sync: sync.fn, resolveScope },
|
|
247
|
-
);
|
|
248
|
-
|
|
249
|
-
const companyCall = sync.calls.find((c) => c.company === "cmp_a");
|
|
250
|
-
expect(companyCall?.syncMode).toBe("all");
|
|
251
|
-
expect(companyCall?.prefixSet).toBeUndefined();
|
|
252
|
-
});
|
|
253
|
-
|
|
254
|
-
it("forwards forceScopeShrink to company legs when set", async () => {
|
|
255
|
-
const vaultClient = makeVaultClient({
|
|
256
|
-
memberships: [{ companyUid: "cmp_a" }],
|
|
257
|
-
entitiesBySlug: { cmp_a: { slug: "acme" } },
|
|
258
|
-
});
|
|
259
|
-
const sync = makeSyncSpy();
|
|
260
|
-
const resolveScope = vi.fn(async () => ({
|
|
261
|
-
syncMode: "shared" as const,
|
|
262
|
-
prefixSet: ["knowledge/"],
|
|
263
|
-
}));
|
|
264
|
-
|
|
265
|
-
await pullAll(
|
|
266
|
-
{ hqRoot: "/tmp/hq", forceScopeShrink: true },
|
|
267
|
-
{ vaultClient, sync: sync.fn, resolveScope },
|
|
268
|
-
);
|
|
269
|
-
|
|
270
|
-
const companyCall = sync.calls.find((c) => c.company === "cmp_a");
|
|
271
|
-
expect(companyCall?.forceScopeShrink).toBe(true);
|
|
272
|
-
});
|
|
273
|
-
|
|
274
|
-
// ── 2. Conflict strategy passthrough ──────────────────────────────────────
|
|
275
|
-
|
|
276
|
-
it("forwards --on-conflict to every sync() call", async () => {
|
|
277
|
-
const vaultClient = makeVaultClient({
|
|
278
|
-
memberships: [{ companyUid: "cmp_acme" }],
|
|
279
|
-
persons: [
|
|
280
|
-
{
|
|
281
|
-
uid: "psn_alice",
|
|
282
|
-
type: "person",
|
|
283
|
-
slug: "alice",
|
|
284
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
285
|
-
},
|
|
286
|
-
],
|
|
287
|
-
});
|
|
288
|
-
const sync = makeSyncSpy();
|
|
289
|
-
|
|
290
|
-
await pullAll(
|
|
291
|
-
{ hqRoot: "/tmp/hq", onConflict: "overwrite" },
|
|
292
|
-
{ vaultClient, sync: sync.fn },
|
|
293
|
-
);
|
|
294
|
-
|
|
295
|
-
for (const call of sync.calls) {
|
|
296
|
-
expect(call.onConflict).toBe("overwrite");
|
|
297
|
-
}
|
|
298
|
-
});
|
|
299
|
-
|
|
300
|
-
// ── 3. Per-company error isolation ────────────────────────────────────────
|
|
301
|
-
|
|
302
|
-
it("continues past a per-company sync failure and reports it in errors[]", async () => {
|
|
303
|
-
const vaultClient = makeVaultClient({
|
|
304
|
-
memberships: [
|
|
305
|
-
{ companyUid: "cmp_acme" },
|
|
306
|
-
{ companyUid: "cmp_globex" },
|
|
307
|
-
],
|
|
308
|
-
persons: [
|
|
309
|
-
{
|
|
310
|
-
uid: "psn_alice",
|
|
311
|
-
type: "person",
|
|
312
|
-
slug: "alice",
|
|
313
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
314
|
-
},
|
|
315
|
-
],
|
|
316
|
-
entitiesBySlug: {
|
|
317
|
-
cmp_acme: { slug: "acme" },
|
|
318
|
-
cmp_globex: { slug: "globex" },
|
|
319
|
-
},
|
|
320
|
-
});
|
|
321
|
-
const sync = makeSyncSpy({
|
|
322
|
-
cmp_globex: new Error("STS denied"),
|
|
323
|
-
});
|
|
324
|
-
|
|
325
|
-
const result = await pullAll(
|
|
326
|
-
{ hqRoot: "/tmp/hq" },
|
|
327
|
-
{ vaultClient, sync: sync.fn },
|
|
328
|
-
);
|
|
329
|
-
|
|
330
|
-
expect(sync.calls.map((c) => c.company)).toEqual([
|
|
331
|
-
"cmp_acme",
|
|
332
|
-
"cmp_globex",
|
|
333
|
-
"psn_alice",
|
|
334
|
-
]);
|
|
335
|
-
expect(result.attempted).toBe(3);
|
|
336
|
-
expect(result.errors).toEqual([
|
|
337
|
-
{ company: "globex", message: "STS denied" },
|
|
338
|
-
]);
|
|
339
|
-
const globexRow = result.perCompany.find((r) => r.slug === "globex");
|
|
340
|
-
expect(globexRow?.error).toBe("STS denied");
|
|
341
|
-
expect(globexRow?.result).toBeUndefined();
|
|
342
|
-
});
|
|
343
|
-
|
|
344
|
-
// ── 4. No person entity ────────────────────────────────────────────────────
|
|
345
|
-
|
|
346
|
-
it("omits the personal target when listPersonEntities returns []", async () => {
|
|
347
|
-
const vaultClient = makeVaultClient({
|
|
348
|
-
memberships: [{ companyUid: "cmp_acme" }],
|
|
349
|
-
persons: [],
|
|
350
|
-
entitiesBySlug: { cmp_acme: { slug: "acme" } },
|
|
351
|
-
});
|
|
352
|
-
const sync = makeSyncSpy();
|
|
353
|
-
|
|
354
|
-
const result = await pullAll(
|
|
355
|
-
{ hqRoot: "/tmp/hq" },
|
|
356
|
-
{ vaultClient, sync: sync.fn },
|
|
357
|
-
);
|
|
358
|
-
|
|
359
|
-
expect(sync.calls).toHaveLength(1);
|
|
360
|
-
expect(sync.calls[0].company).toBe("cmp_acme");
|
|
361
|
-
expect(sync.calls[0].personalMode).toBeUndefined();
|
|
362
|
-
expect(result.perCompany.map((r) => r.slug)).toEqual(["acme"]);
|
|
363
|
-
});
|
|
364
|
-
|
|
365
|
-
// ── 5. No memberships and no person entity ────────────────────────────────
|
|
366
|
-
|
|
367
|
-
it("returns cleanly with zero attempts when there is nothing to sync", async () => {
|
|
368
|
-
const vaultClient = makeVaultClient({});
|
|
369
|
-
const sync = makeSyncSpy();
|
|
370
|
-
|
|
371
|
-
const result = await pullAll(
|
|
372
|
-
{ hqRoot: "/tmp/hq" },
|
|
373
|
-
{ vaultClient, sync: sync.fn },
|
|
374
|
-
);
|
|
375
|
-
|
|
376
|
-
expect(sync.calls).toEqual([]);
|
|
377
|
-
expect(result).toEqual({
|
|
378
|
-
attempted: 0,
|
|
379
|
-
filesDownloaded: 0,
|
|
380
|
-
bytesDownloaded: 0,
|
|
381
|
-
conflicts: 0,
|
|
382
|
-
errors: [],
|
|
383
|
-
perCompany: [],
|
|
384
|
-
});
|
|
385
|
-
});
|
|
386
|
-
|
|
387
|
-
// ── 6. Canonical-person tiebreak ──────────────────────────────────────────
|
|
388
|
-
|
|
389
|
-
it("picks the oldest person entity, breaking ties by uid", async () => {
|
|
390
|
-
const vaultClient = makeVaultClient({
|
|
391
|
-
memberships: [],
|
|
392
|
-
persons: [
|
|
393
|
-
{
|
|
394
|
-
uid: "psn_zzz",
|
|
395
|
-
type: "person",
|
|
396
|
-
slug: "alice-zzz",
|
|
397
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
uid: "psn_aaa",
|
|
401
|
-
type: "person",
|
|
402
|
-
slug: "alice-aaa",
|
|
403
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
uid: "psn_old",
|
|
407
|
-
type: "person",
|
|
408
|
-
slug: "alice-old",
|
|
409
|
-
createdAt: "2025-06-01T00:00:00Z",
|
|
410
|
-
},
|
|
411
|
-
],
|
|
412
|
-
});
|
|
413
|
-
const sync = makeSyncSpy();
|
|
414
|
-
|
|
415
|
-
await pullAll({ hqRoot: "/tmp/hq" }, { vaultClient, sync: sync.fn });
|
|
416
|
-
|
|
417
|
-
expect(sync.calls).toHaveLength(1);
|
|
418
|
-
expect(sync.calls[0].company).toBe("psn_old");
|
|
419
|
-
expect(sync.calls[0].personalMode).toBe(true);
|
|
420
|
-
expect(sync.calls[0].journalSlug).toBe("__hq_personal_vault__");
|
|
421
|
-
});
|
|
422
|
-
|
|
423
|
-
// ── 8/9/10. US-011 narrow-hint banner ─────────────────────────────────────
|
|
424
|
-
|
|
425
|
-
describe("narrow-hint banner (US-011)", () => {
|
|
426
|
-
let stderrSpy: ReturnType<typeof vi.spyOn>;
|
|
427
|
-
let captured: string[];
|
|
428
|
-
|
|
429
|
-
beforeEach(() => {
|
|
430
|
-
_resetShownForTests();
|
|
431
|
-
captured = [];
|
|
432
|
-
stderrSpy = vi
|
|
433
|
-
.spyOn(process.stderr, "write")
|
|
434
|
-
.mockImplementation((chunk: string | Uint8Array) => {
|
|
435
|
-
captured.push(typeof chunk === "string" ? chunk : chunk.toString());
|
|
436
|
-
return true;
|
|
437
|
-
});
|
|
438
|
-
});
|
|
439
|
-
|
|
440
|
-
afterEach(() => {
|
|
441
|
-
stderrSpy.mockRestore();
|
|
442
|
-
delete process.env.HQ_SYNC_NARROW_HINT;
|
|
443
|
-
delete process.env.HQ_SYNC_NARROW_HINT_LEVEL;
|
|
444
|
-
});
|
|
445
|
-
|
|
446
|
-
function makeVaultClientWithSyncConfig(opts: {
|
|
447
|
-
memberships: Array<{ companyUid: string; membershipKey: string }>;
|
|
448
|
-
syncModes: Record<string, "shared" | "all" | "custom">;
|
|
449
|
-
entitiesBySlug?: Record<string, { slug: string; name?: string }>;
|
|
450
|
-
}): PullAllVaultClient {
|
|
451
|
-
return {
|
|
452
|
-
listMyMemberships: vi.fn().mockResolvedValue(opts.memberships),
|
|
453
|
-
listPersonEntities: vi.fn().mockResolvedValue([]),
|
|
454
|
-
getEntity: vi
|
|
455
|
-
.fn()
|
|
456
|
-
.mockImplementation(async (uid: string) =>
|
|
457
|
-
opts.entitiesBySlug?.[uid] ?? null,
|
|
458
|
-
),
|
|
459
|
-
getMembershipSyncConfig: vi
|
|
460
|
-
.fn()
|
|
461
|
-
.mockImplementation(async (membershipKey: string) => {
|
|
462
|
-
const m = opts.memberships.find(
|
|
463
|
-
(m) => m.membershipKey === membershipKey,
|
|
464
|
-
);
|
|
465
|
-
const companyUid = m?.companyUid ?? "";
|
|
466
|
-
return {
|
|
467
|
-
membershipId: membershipKey,
|
|
468
|
-
syncMode: opts.syncModes[companyUid] ?? "all",
|
|
469
|
-
};
|
|
470
|
-
}),
|
|
471
|
-
};
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
it("emits one hint per all-mode membership and skips shared/custom", async () => {
|
|
475
|
-
const vaultClient = makeVaultClientWithSyncConfig({
|
|
476
|
-
memberships: [
|
|
477
|
-
{ companyUid: "cmp_acme", membershipKey: "psn_1#cmp_acme" },
|
|
478
|
-
{ companyUid: "cmp_globex", membershipKey: "psn_1#cmp_globex" },
|
|
479
|
-
{ companyUid: "cmp_init", membershipKey: "psn_1#cmp_init" },
|
|
480
|
-
],
|
|
481
|
-
syncModes: {
|
|
482
|
-
cmp_acme: "all",
|
|
483
|
-
cmp_globex: "shared",
|
|
484
|
-
cmp_init: "custom",
|
|
485
|
-
},
|
|
486
|
-
entitiesBySlug: {
|
|
487
|
-
cmp_acme: { slug: "acme" },
|
|
488
|
-
cmp_globex: { slug: "globex" },
|
|
489
|
-
cmp_init: { slug: "init" },
|
|
490
|
-
},
|
|
491
|
-
});
|
|
492
|
-
const sync = makeSyncSpy();
|
|
493
|
-
|
|
494
|
-
const result = await pullAll(
|
|
495
|
-
{ hqRoot: "/tmp/hq", narrowHintLevel: "hint" },
|
|
496
|
-
{ vaultClient, sync: sync.fn },
|
|
497
|
-
);
|
|
498
|
-
|
|
499
|
-
expect(result.errors).toEqual([]);
|
|
500
|
-
expect(result.attempted).toBe(3);
|
|
501
|
-
// sync ran for all three (no strict refusal at 'hint' level)
|
|
502
|
-
expect(sync.calls).toHaveLength(3);
|
|
503
|
-
|
|
504
|
-
const joined = captured.join("");
|
|
505
|
-
expect(joined).toMatch(/switch to shared-mode sync/i);
|
|
506
|
-
// exactly one banner line — only cmp_acme is on 'all'
|
|
507
|
-
const bannerLines = captured.filter((c) => /shared-mode sync/i.test(c));
|
|
508
|
-
expect(bannerLines).toHaveLength(1);
|
|
509
|
-
});
|
|
510
|
-
|
|
511
|
-
it("strict-mode refuses all-mode legs and short-circuits sync()", async () => {
|
|
512
|
-
const vaultClient = makeVaultClientWithSyncConfig({
|
|
513
|
-
memberships: [
|
|
514
|
-
{ companyUid: "cmp_acme", membershipKey: "psn_1#cmp_acme" },
|
|
515
|
-
{ companyUid: "cmp_globex", membershipKey: "psn_1#cmp_globex" },
|
|
516
|
-
],
|
|
517
|
-
syncModes: {
|
|
518
|
-
cmp_acme: "all",
|
|
519
|
-
cmp_globex: "shared",
|
|
520
|
-
},
|
|
521
|
-
entitiesBySlug: {
|
|
522
|
-
cmp_acme: { slug: "acme" },
|
|
523
|
-
cmp_globex: { slug: "globex" },
|
|
524
|
-
},
|
|
525
|
-
});
|
|
526
|
-
const sync = makeSyncSpy();
|
|
527
|
-
|
|
528
|
-
const result = await pullAll(
|
|
529
|
-
{ hqRoot: "/tmp/hq", narrowHintLevel: "strict" },
|
|
530
|
-
{ vaultClient, sync: sync.fn },
|
|
531
|
-
);
|
|
532
|
-
|
|
533
|
-
// acme refused (no sync() call), globex still synced
|
|
534
|
-
expect(sync.calls.map((c) => c.company)).toEqual(["cmp_globex"]);
|
|
535
|
-
expect(result.errors).toEqual([
|
|
536
|
-
{
|
|
537
|
-
company: "acme",
|
|
538
|
-
message: expect.stringContaining("Refusing to pull all-mode"),
|
|
539
|
-
},
|
|
540
|
-
]);
|
|
541
|
-
});
|
|
542
|
-
|
|
543
|
-
it("strict-mode + modeAllOverride lets all-mode legs proceed", async () => {
|
|
544
|
-
const vaultClient = makeVaultClientWithSyncConfig({
|
|
545
|
-
memberships: [
|
|
546
|
-
{ companyUid: "cmp_acme", membershipKey: "psn_1#cmp_acme" },
|
|
547
|
-
],
|
|
548
|
-
syncModes: { cmp_acme: "all" },
|
|
549
|
-
entitiesBySlug: { cmp_acme: { slug: "acme" } },
|
|
550
|
-
});
|
|
551
|
-
const sync = makeSyncSpy();
|
|
552
|
-
|
|
553
|
-
const result = await pullAll(
|
|
554
|
-
{
|
|
555
|
-
hqRoot: "/tmp/hq",
|
|
556
|
-
narrowHintLevel: "strict",
|
|
557
|
-
modeAllOverride: true,
|
|
558
|
-
},
|
|
559
|
-
{ vaultClient, sync: sync.fn },
|
|
560
|
-
);
|
|
561
|
-
|
|
562
|
-
expect(sync.calls).toHaveLength(1);
|
|
563
|
-
expect(result.errors).toEqual([]);
|
|
564
|
-
});
|
|
565
|
-
|
|
566
|
-
it("HQ_SYNC_NARROW_HINT=off suppresses the banner", async () => {
|
|
567
|
-
process.env.HQ_SYNC_NARROW_HINT = "off";
|
|
568
|
-
const vaultClient = makeVaultClientWithSyncConfig({
|
|
569
|
-
memberships: [
|
|
570
|
-
{ companyUid: "cmp_acme", membershipKey: "psn_1#cmp_acme" },
|
|
571
|
-
],
|
|
572
|
-
syncModes: { cmp_acme: "all" },
|
|
573
|
-
entitiesBySlug: { cmp_acme: { slug: "acme" } },
|
|
574
|
-
});
|
|
575
|
-
const sync = makeSyncSpy();
|
|
576
|
-
|
|
577
|
-
await pullAll(
|
|
578
|
-
{ hqRoot: "/tmp/hq", narrowHintLevel: "hint" },
|
|
579
|
-
{ vaultClient, sync: sync.fn },
|
|
580
|
-
);
|
|
581
|
-
|
|
582
|
-
const joined = captured.join("");
|
|
583
|
-
expect(joined).not.toMatch(/switch to shared-mode sync/i);
|
|
584
|
-
expect(sync.calls).toHaveLength(1);
|
|
585
|
-
});
|
|
586
|
-
});
|
|
587
|
-
|
|
588
|
-
// ── 7. hqRoot passthrough ─────────────────────────────────────────────────
|
|
589
|
-
|
|
590
|
-
it("forwards hqRoot verbatim to every sync() call", async () => {
|
|
591
|
-
const vaultClient = makeVaultClient({
|
|
592
|
-
memberships: [{ companyUid: "cmp_acme" }],
|
|
593
|
-
persons: [
|
|
594
|
-
{
|
|
595
|
-
uid: "psn_alice",
|
|
596
|
-
type: "person",
|
|
597
|
-
slug: "alice",
|
|
598
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
599
|
-
},
|
|
600
|
-
],
|
|
601
|
-
});
|
|
602
|
-
const sync = makeSyncSpy();
|
|
603
|
-
|
|
604
|
-
await pullAll(
|
|
605
|
-
{ hqRoot: "/Users/me/scratch/hq" },
|
|
606
|
-
{ vaultClient, sync: sync.fn },
|
|
607
|
-
);
|
|
608
|
-
|
|
609
|
-
for (const call of sync.calls) {
|
|
610
|
-
expect(call.hqRoot).toBe("/Users/me/scratch/hq");
|
|
611
|
-
}
|
|
612
|
-
});
|
|
613
|
-
|
|
614
|
-
// ── 11. skipPersonal — fanout omits the canonical-person leg ──────────────
|
|
615
|
-
//
|
|
616
|
-
// Mirrors the upstream `hq-sync-runner --skip-personal` flag (hq-cloud
|
|
617
|
-
// 5.25.0) plumbed through to the CLI as `hq sync pull --all --no-personal`.
|
|
618
|
-
// When the option is true, `pullAll` must (a) skip the canonical-person
|
|
619
|
-
// bucket even when one exists, and (b) leave companies untouched.
|
|
620
|
-
|
|
621
|
-
it("skipPersonal=true omits the personal leg even when a person entity exists", async () => {
|
|
622
|
-
const vaultClient = makeVaultClient({
|
|
623
|
-
memberships: [
|
|
624
|
-
{ companyUid: "cmp_acme" },
|
|
625
|
-
{ companyUid: "cmp_globex" },
|
|
626
|
-
],
|
|
627
|
-
persons: [
|
|
628
|
-
{
|
|
629
|
-
uid: "psn_alice",
|
|
630
|
-
type: "person",
|
|
631
|
-
slug: "alice",
|
|
632
|
-
bucketName: "hq-vault-psn-alice",
|
|
633
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
634
|
-
},
|
|
635
|
-
],
|
|
636
|
-
entitiesBySlug: {
|
|
637
|
-
cmp_acme: { slug: "acme" },
|
|
638
|
-
cmp_globex: { slug: "globex" },
|
|
639
|
-
},
|
|
640
|
-
});
|
|
641
|
-
const sync = makeSyncSpy();
|
|
642
|
-
|
|
643
|
-
const result = await pullAll(
|
|
644
|
-
{ hqRoot: "/tmp/hq", skipPersonal: true },
|
|
645
|
-
{ vaultClient, sync: sync.fn },
|
|
646
|
-
);
|
|
647
|
-
|
|
648
|
-
expect(sync.calls.map((c) => c.company)).toEqual([
|
|
649
|
-
"cmp_acme",
|
|
650
|
-
"cmp_globex",
|
|
651
|
-
]);
|
|
652
|
-
for (const call of sync.calls) {
|
|
653
|
-
expect(call.personalMode).toBeUndefined();
|
|
654
|
-
expect(call.journalSlug).toBeUndefined();
|
|
655
|
-
}
|
|
656
|
-
expect(result.attempted).toBe(2);
|
|
657
|
-
expect(result.perCompany.map((r) => r.slug)).toEqual(["acme", "globex"]);
|
|
658
|
-
});
|
|
659
|
-
|
|
660
|
-
it("skipPersonal omitted/false keeps the personal leg in the fanout (baseline)", async () => {
|
|
661
|
-
const vaultClient = makeVaultClient({
|
|
662
|
-
memberships: [{ companyUid: "cmp_acme" }],
|
|
663
|
-
persons: [
|
|
664
|
-
{
|
|
665
|
-
uid: "psn_alice",
|
|
666
|
-
type: "person",
|
|
667
|
-
slug: "alice",
|
|
668
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
669
|
-
},
|
|
670
|
-
],
|
|
671
|
-
entitiesBySlug: { cmp_acme: { slug: "acme" } },
|
|
672
|
-
});
|
|
673
|
-
const sync = makeSyncSpy();
|
|
674
|
-
|
|
675
|
-
await pullAll(
|
|
676
|
-
{ hqRoot: "/tmp/hq" },
|
|
677
|
-
{ vaultClient, sync: sync.fn },
|
|
678
|
-
);
|
|
679
|
-
|
|
680
|
-
expect(sync.calls.map((c) => c.company)).toEqual([
|
|
681
|
-
"cmp_acme",
|
|
682
|
-
"psn_alice",
|
|
683
|
-
]);
|
|
684
|
-
expect(sync.calls[1].personalMode).toBe(true);
|
|
685
|
-
expect(sync.calls[1].journalSlug).toBe("__hq_personal_vault__");
|
|
686
|
-
});
|
|
687
|
-
|
|
688
|
-
it("skipPersonal=true with empty memberships produces zero sync calls", async () => {
|
|
689
|
-
const vaultClient = makeVaultClient({
|
|
690
|
-
memberships: [],
|
|
691
|
-
persons: [
|
|
692
|
-
{
|
|
693
|
-
uid: "psn_alice",
|
|
694
|
-
type: "person",
|
|
695
|
-
slug: "alice",
|
|
696
|
-
createdAt: "2026-01-01T00:00:00Z",
|
|
697
|
-
},
|
|
698
|
-
],
|
|
699
|
-
});
|
|
700
|
-
const sync = makeSyncSpy();
|
|
701
|
-
|
|
702
|
-
const result = await pullAll(
|
|
703
|
-
{ hqRoot: "/tmp/hq", skipPersonal: true },
|
|
704
|
-
{ vaultClient, sync: sync.fn },
|
|
705
|
-
);
|
|
706
|
-
|
|
707
|
-
expect(sync.calls).toEqual([]);
|
|
708
|
-
expect(result.attempted).toBe(0);
|
|
709
|
-
expect(result.perCompany).toEqual([]);
|
|
710
|
-
});
|
|
711
|
-
});
|