@indigoai-us/hq-cloud 6.15.0 → 6.15.2
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/dist/bin/sync-mutation.d.ts +16 -0
- package/dist/bin/sync-mutation.d.ts.map +1 -0
- package/dist/bin/sync-mutation.js +60 -0
- package/dist/bin/sync-mutation.js.map +1 -0
- package/dist/bin/sync-mutation.test.d.ts +2 -0
- package/dist/bin/sync-mutation.test.d.ts.map +1 -0
- package/dist/bin/sync-mutation.test.js +165 -0
- package/dist/bin/sync-mutation.test.js.map +1 -0
- package/dist/bin/sync-runner-company.d.ts +8 -0
- package/dist/bin/sync-runner-company.d.ts.map +1 -1
- package/dist/bin/sync-runner-company.js +16 -0
- package/dist/bin/sync-runner-company.js.map +1 -1
- package/dist/bin/sync-runner-company.test.d.ts +2 -0
- package/dist/bin/sync-runner-company.test.d.ts.map +1 -0
- package/dist/bin/sync-runner-company.test.js +36 -0
- package/dist/bin/sync-runner-company.test.js.map +1 -0
- package/dist/bin/sync-runner-watch-loop.d.ts.map +1 -1
- package/dist/bin/sync-runner-watch-loop.js +98 -8
- package/dist/bin/sync-runner-watch-loop.js.map +1 -1
- package/dist/bin/sync-runner.d.ts +17 -0
- package/dist/bin/sync-runner.d.ts.map +1 -1
- package/dist/bin/sync-runner.js.map +1 -1
- package/dist/bin/sync-runner.test.js +109 -0
- package/dist/bin/sync-runner.test.js.map +1 -1
- package/dist/cli/conflict-recovery.test.d.ts +2 -0
- package/dist/cli/conflict-recovery.test.d.ts.map +1 -0
- package/dist/cli/conflict-recovery.test.js +201 -0
- package/dist/cli/conflict-recovery.test.js.map +1 -0
- package/dist/cli/conflict.d.ts +60 -0
- package/dist/cli/conflict.d.ts.map +1 -1
- package/dist/cli/conflict.js +333 -0
- package/dist/cli/conflict.js.map +1 -1
- package/dist/cli/sync.d.ts +35 -0
- package/dist/cli/sync.d.ts.map +1 -1
- package/dist/cli/sync.js +100 -0
- package/dist/cli/sync.js.map +1 -1
- package/dist/cli/sync.test.js +85 -1
- package/dist/cli/sync.test.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/skill-telemetry.d.ts +6 -0
- package/dist/skill-telemetry.d.ts.map +1 -1
- package/dist/skill-telemetry.js +14 -2
- package/dist/skill-telemetry.js.map +1 -1
- package/dist/skill-telemetry.test.js +79 -0
- package/dist/skill-telemetry.test.js.map +1 -1
- package/dist/sync/candidate-uploader.d.ts +88 -0
- package/dist/sync/candidate-uploader.d.ts.map +1 -0
- package/dist/sync/candidate-uploader.js +212 -0
- package/dist/sync/candidate-uploader.js.map +1 -0
- package/dist/sync/candidate-uploader.test.d.ts +2 -0
- package/dist/sync/candidate-uploader.test.d.ts.map +1 -0
- package/dist/sync/candidate-uploader.test.js +132 -0
- package/dist/sync/candidate-uploader.test.js.map +1 -0
- package/dist/sync/delta-client.d.ts +73 -0
- package/dist/sync/delta-client.d.ts.map +1 -0
- package/dist/sync/delta-client.js +201 -0
- package/dist/sync/delta-client.js.map +1 -0
- package/dist/sync/delta-client.test.d.ts +2 -0
- package/dist/sync/delta-client.test.d.ts.map +1 -0
- package/dist/sync/delta-client.test.js +97 -0
- package/dist/sync/delta-client.test.js.map +1 -0
- package/dist/sync/durable-apply.d.ts +76 -0
- package/dist/sync/durable-apply.d.ts.map +1 -0
- package/dist/sync/durable-apply.js +530 -0
- package/dist/sync/durable-apply.js.map +1 -0
- package/dist/sync/durable-apply.test.d.ts +2 -0
- package/dist/sync/durable-apply.test.d.ts.map +1 -0
- package/dist/sync/durable-apply.test.js +180 -0
- package/dist/sync/durable-apply.test.js.map +1 -0
- package/dist/sync/event-sync.d.ts +33 -1
- package/dist/sync/event-sync.d.ts.map +1 -1
- package/dist/sync/event-sync.js +149 -1
- package/dist/sync/event-sync.js.map +1 -1
- package/dist/sync/event-sync.test.js +142 -1
- package/dist/sync/event-sync.test.js.map +1 -1
- package/dist/sync/index.d.ts +2 -0
- package/dist/sync/index.d.ts.map +1 -1
- package/dist/sync/index.js +1 -0
- package/dist/sync/index.js.map +1 -1
- package/dist/sync/multipart-uploader.d.ts +99 -0
- package/dist/sync/multipart-uploader.d.ts.map +1 -0
- package/dist/sync/multipart-uploader.js +447 -0
- package/dist/sync/multipart-uploader.js.map +1 -0
- package/dist/sync/multipart-uploader.test.d.ts +2 -0
- package/dist/sync/multipart-uploader.test.d.ts.map +1 -0
- package/dist/sync/multipart-uploader.test.js +119 -0
- package/dist/sync/multipart-uploader.test.js.map +1 -0
- package/dist/sync/mutation-client.d.ts +85 -0
- package/dist/sync/mutation-client.d.ts.map +1 -0
- package/dist/sync/mutation-client.js +245 -0
- package/dist/sync/mutation-client.js.map +1 -0
- package/dist/sync/mutation-client.test.d.ts +2 -0
- package/dist/sync/mutation-client.test.d.ts.map +1 -0
- package/dist/sync/mutation-client.test.js +51 -0
- package/dist/sync/mutation-client.test.js.map +1 -0
- package/dist/sync/push-receiver.d.ts +45 -0
- package/dist/sync/push-receiver.d.ts.map +1 -1
- package/dist/sync/push-receiver.js +101 -0
- package/dist/sync/push-receiver.js.map +1 -1
- package/dist/sync/push-receiver.test.js +54 -2
- package/dist/sync/push-receiver.test.js.map +1 -1
- package/dist/sync/scope-inventory-client.d.ts +69 -0
- package/dist/sync/scope-inventory-client.d.ts.map +1 -0
- package/dist/sync/scope-inventory-client.js +210 -0
- package/dist/sync/scope-inventory-client.js.map +1 -0
- package/dist/sync/scope-inventory-client.test.d.ts +2 -0
- package/dist/sync/scope-inventory-client.test.d.ts.map +1 -0
- package/dist/sync/scope-inventory-client.test.js +94 -0
- package/dist/sync/scope-inventory-client.test.js.map +1 -0
- package/dist/sync/snapshot-client.d.ts +98 -0
- package/dist/sync/snapshot-client.d.ts.map +1 -0
- package/dist/sync/snapshot-client.js +402 -0
- package/dist/sync/snapshot-client.js.map +1 -0
- package/dist/sync/snapshot-client.test.d.ts +2 -0
- package/dist/sync/snapshot-client.test.d.ts.map +1 -0
- package/dist/sync/snapshot-client.test.js +169 -0
- package/dist/sync/snapshot-client.test.js.map +1 -0
- package/dist/sync/uploader-finalization.d.ts +97 -0
- package/dist/sync/uploader-finalization.d.ts.map +1 -0
- package/dist/sync/uploader-finalization.js +273 -0
- package/dist/sync/uploader-finalization.js.map +1 -0
- package/dist/sync/uploader-finalization.test.d.ts +2 -0
- package/dist/sync/uploader-finalization.test.d.ts.map +1 -0
- package/dist/sync/uploader-finalization.test.js +92 -0
- package/dist/sync/uploader-finalization.test.js.map +1 -0
- package/dist/telemetry.d.ts +11 -1
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +21 -2
- package/dist/telemetry.js.map +1 -1
- package/dist/telemetry.test.js +80 -0
- package/dist/telemetry.test.js.map +1 -1
- package/package.json +6 -1
- package/.claude/policies/hq-cloud-esm-cannot-spy-fs-builtins.md +0 -30
- package/.claude/policies/hq-cloud-strip-types-no-parameter-properties.md +0 -22
- package/.github/workflows/ci.yml +0 -84
- package/.github/workflows/publish.yml +0 -56
- package/.github/workflows/unreleased-commits-nag.yml +0 -256
- package/eslint.config.js +0 -67
- package/pnpm-workspace.yaml +0 -2
- package/scripts/presign-transport-e2e.mjs +0 -250
- package/scripts/vault-rebaseline.sh +0 -323
- package/scripts/vault-rescue.sh +0 -332
- package/src/active-company.test.ts +0 -188
- package/src/active-company.ts +0 -168
- package/src/agent-codex-instructions.test.ts +0 -332
- package/src/agent-codex-instructions.ts +0 -309
- package/src/auth.ts +0 -146
- package/src/backup-prune.test.ts +0 -98
- package/src/backup-prune.ts +0 -182
- package/src/bin/backup-prune-runner.ts +0 -33
- package/src/bin/rescue-runner.ts +0 -25
- package/src/bin/sync-runner-company.ts +0 -695
- package/src/bin/sync-runner-events.test.ts +0 -143
- package/src/bin/sync-runner-events.ts +0 -55
- package/src/bin/sync-runner-planning.test.ts +0 -311
- package/src/bin/sync-runner-planning.ts +0 -258
- package/src/bin/sync-runner-rollup.test.ts +0 -37
- package/src/bin/sync-runner-rollup.ts +0 -97
- package/src/bin/sync-runner-telemetry.ts +0 -15
- package/src/bin/sync-runner-watch-loop.ts +0 -1235
- package/src/bin/sync-runner-watch-routes.test.ts +0 -71
- package/src/bin/sync-runner-watch-routes.ts +0 -184
- package/src/bin/sync-runner.test.ts +0 -8767
- package/src/bin/sync-runner.ts +0 -2190
- package/src/cli/accept.ts +0 -124
- package/src/cli/conflict.ts +0 -119
- package/src/cli/doctor.test.ts +0 -581
- package/src/cli/doctor.ts +0 -642
- package/src/cli/index.ts +0 -49
- package/src/cli/invite.test.ts +0 -250
- package/src/cli/invite.ts +0 -214
- package/src/cli/promote.ts +0 -157
- package/src/cli/reindex-knowledge.test.ts +0 -307
- package/src/cli/reindex-knowledge.ts +0 -450
- package/src/cli/reindex.test.ts +0 -957
- package/src/cli/reindex.ts +0 -979
- package/src/cli/rescue-classify-ordering.test.ts +0 -548
- package/src/cli/rescue-clone-diagnostics.test.ts +0 -120
- package/src/cli/rescue-core.ts +0 -3011
- package/src/cli/rescue-drift-reconcile.test.ts +0 -179
- package/src/cli/rescue-drop-dir-symlink.test.ts +0 -224
- package/src/cli/rescue-exec-bit-preserve.test.ts +0 -187
- package/src/cli/rescue-hq-root-guard.test.ts +0 -232
- package/src/cli/rescue-journal-reconcile.test.ts +0 -215
- package/src/cli/rescue-mtime-preserve.test.ts +0 -203
- package/src/cli/rescue-settings-reconcile.test.ts +0 -637
- package/src/cli/rescue-snapshot.test.ts +0 -57
- package/src/cli/rescue-snapshot.ts +0 -51
- package/src/cli/rescue.reindex.test.ts +0 -63
- package/src/cli/rescue.test.ts +0 -131
- package/src/cli/rescue.ts +0 -182
- package/src/cli/share.test.ts +0 -7843
- package/src/cli/share.ts +0 -3663
- package/src/cli/sync-scope.test.ts +0 -652
- package/src/cli/sync.test.ts +0 -5207
- package/src/cli/sync.ts +0 -3470
- package/src/cli/tombstones.ts +0 -106
- package/src/cli/watch-event-push-conflict.test.ts +0 -234
- package/src/client-info.test.ts +0 -214
- package/src/client-info.ts +0 -121
- package/src/cognito-auth.test.ts +0 -712
- package/src/cognito-auth.ts +0 -1422
- package/src/company-resolver.test.ts +0 -618
- package/src/company-resolver.ts +0 -521
- package/src/context.test.ts +0 -583
- package/src/context.ts +0 -378
- package/src/daemon-worker.ts +0 -26
- package/src/daemon.ts +0 -99
- package/src/entity-resolver.test.ts +0 -315
- package/src/entity-resolver.ts +0 -180
- package/src/ignore.test.ts +0 -466
- package/src/ignore.ts +0 -469
- package/src/index.ts +0 -439
- package/src/journal.test.ts +0 -968
- package/src/journal.ts +0 -765
- package/src/lib/cloud-authoritative.test.ts +0 -45
- package/src/lib/cloud-authoritative.ts +0 -59
- package/src/lib/conflict-file.ts +0 -86
- package/src/lib/conflict-index.ts +0 -289
- package/src/lib/conflict.test.ts +0 -348
- package/src/lib/describe-error.test.ts +0 -100
- package/src/lib/describe-error.ts +0 -58
- package/src/lib/exit-codes.ts +0 -24
- package/src/lib/machine-id.test.ts +0 -231
- package/src/lib/machine-id.ts +0 -175
- package/src/lib/net-errors.test.ts +0 -65
- package/src/lib/net-errors.ts +0 -86
- package/src/lib/readlink-safe.test.ts +0 -43
- package/src/lib/readlink-safe.ts +0 -29
- package/src/local-path-codec.test.ts +0 -138
- package/src/local-path-codec.ts +0 -161
- package/src/machine-auth.test.ts +0 -1323
- package/src/manifest-reconcile.test.ts +0 -1123
- package/src/manifest-reconcile.ts +0 -518
- package/src/object-io.test.ts +0 -1221
- package/src/object-io.ts +0 -1306
- package/src/operation-lock.test.ts +0 -484
- package/src/operation-lock.ts +0 -680
- package/src/outcome-telemetry.test.ts +0 -498
- package/src/outcome-telemetry.ts +0 -639
- package/src/personal-vault-exclusions.test.ts +0 -308
- package/src/personal-vault-exclusions.ts +0 -354
- package/src/personal-vault.test.ts +0 -756
- package/src/personal-vault.ts +0 -496
- package/src/prefix-coalesce.test.ts +0 -240
- package/src/prefix-coalesce.ts +0 -273
- package/src/public-surface.test.ts +0 -117
- package/src/qmd-reindex.test.ts +0 -877
- package/src/qmd-reindex.ts +0 -842
- package/src/read-only-state-dir.test.ts +0 -188
- package/src/remote-pull.test.ts +0 -1130
- package/src/remote-pull.ts +0 -618
- package/src/s3.symlink-materialize.test.ts +0 -492
- package/src/s3.test.ts +0 -1789
- package/src/s3.ts +0 -1532
- package/src/schemas/signal-types.test.ts +0 -82
- package/src/schemas/signal-types.ts +0 -38
- package/src/schemas/source-channels.test.ts +0 -82
- package/src/schemas/source-channels.ts +0 -53
- package/src/scope-shrink.test.ts +0 -633
- package/src/scope-shrink.ts +0 -481
- package/src/signals/get.test.ts +0 -310
- package/src/signals/get.ts +0 -75
- package/src/signals/internals.ts +0 -195
- package/src/signals/list.test.ts +0 -420
- package/src/signals/list.ts +0 -79
- package/src/signals/parse.ts +0 -8
- package/src/signals/types.ts +0 -91
- package/src/skill-telemetry.test.ts +0 -1825
- package/src/skill-telemetry.ts +0 -1439
- package/src/sources/get.test.ts +0 -293
- package/src/sources/get.ts +0 -66
- package/src/sources/internals.ts +0 -198
- package/src/sources/list.test.ts +0 -402
- package/src/sources/list.ts +0 -84
- package/src/sources/parse.ts +0 -43
- package/src/sources/types.ts +0 -84
- package/src/sync/event-sync.test.ts +0 -594
- package/src/sync/event-sync.ts +0 -545
- package/src/sync/feature-flags.test.ts +0 -378
- package/src/sync/feature-flags.ts +0 -62
- package/src/sync/index.ts +0 -76
- package/src/sync/lease-client.test.ts +0 -128
- package/src/sync/lease-client.ts +0 -207
- package/src/sync/logger.test.ts +0 -242
- package/src/sync/logger.ts +0 -79
- package/src/sync/metrics.test.ts +0 -462
- package/src/sync/metrics.ts +0 -213
- package/src/sync/pull-scope.ts +0 -265
- package/src/sync/push-event.test.ts +0 -266
- package/src/sync/push-event.ts +0 -224
- package/src/sync/push-receiver.test.ts +0 -566
- package/src/sync/push-receiver.ts +0 -1048
- package/src/sync/push-transport.ts +0 -231
- package/src/sync/realtime-rollout.test.ts +0 -86
- package/src/sync/realtime-rollout.ts +0 -262
- package/src/sync/state-store.test.ts +0 -194
- package/src/sync/state-store.ts +0 -727
- package/src/sync-core.ts +0 -58
- package/src/sync-progress.test.ts +0 -94
- package/src/sync-progress.ts +0 -140
- package/src/telemetry-events.test.ts +0 -88
- package/src/telemetry-events.ts +0 -205
- package/src/telemetry.test.ts +0 -1280
- package/src/telemetry.ts +0 -1109
- package/src/types.ts +0 -314
- package/src/vault-client.test.ts +0 -1380
- package/src/vault-client.ts +0 -1694
- package/src/version.ts +0 -24
- package/src/watch-roots.test.ts +0 -278
- package/src/watch-roots.ts +0 -162
- package/src/watcher-event-gate.test.ts +0 -212
- package/src/watcher.test.ts +0 -1079
- package/src/watcher.ts +0 -1741
- package/test/e2e/sync/cross-tenant-isolation.test.ts +0 -630
- package/test/e2e/sync/skill-telemetry-oversized-transcript.test.ts +0 -124
- package/test/e2e/sync/transient-company-leg.test.ts +0 -384
- package/test/e2e/sync/windows-unreadable-link-leg.test.ts +0 -191
- package/test/e2e/watcher-real-chokidar.test.ts +0 -165
- package/test/e2e/watcher-recursive-backend.test.ts +0 -181
- package/test/e2e/watcher-scoped-coverage.test.ts +0 -381
- package/test/invite-flow.integration.test.ts +0 -244
- package/test/joiner-manifest-reconcile.integration.test.ts +0 -322
- package/test/share-sync.integration.test.ts +0 -213
- package/tsconfig.json +0 -19
- package/vitest.config.ts +0 -22
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { describe, expect, it } from "vitest";
|
|
2
|
-
import {
|
|
3
|
-
RescuePathChangedError,
|
|
4
|
-
assertRescuePathTypeUnchanged,
|
|
5
|
-
isRescueTransientDirectory,
|
|
6
|
-
} from "./rescue-snapshot.js";
|
|
7
|
-
|
|
8
|
-
describe("rescue transient path policy", () => {
|
|
9
|
-
it.each([
|
|
10
|
-
"worktrees",
|
|
11
|
-
".worktrees",
|
|
12
|
-
".claude/worktrees",
|
|
13
|
-
".claude/worktrees/agent/repo",
|
|
14
|
-
".sst-sandbox-home",
|
|
15
|
-
".tmp-codex-asar",
|
|
16
|
-
".claude/skills/demo/node_modules",
|
|
17
|
-
".claude/skills/demo/.pnpm-store",
|
|
18
|
-
".claude/skills/demo/.sst",
|
|
19
|
-
".claude/skills/demo/.next",
|
|
20
|
-
".claude/skills/demo/target",
|
|
21
|
-
])("excludes reproducible directory %s", (rel) => {
|
|
22
|
-
expect(isRescueTransientDirectory(rel)).toBe(true);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
it.each([
|
|
26
|
-
"core/worktrees.md",
|
|
27
|
-
"core/target-audience",
|
|
28
|
-
"companies/acme/knowledge/.next-steps",
|
|
29
|
-
"core/packages",
|
|
30
|
-
])("does not overmatch meaningful path %s", (rel) => {
|
|
31
|
-
expect(isRescueTransientDirectory(rel)).toBe(false);
|
|
32
|
-
});
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
describe("rescue apply path-type revalidation", () => {
|
|
36
|
-
it("accepts an unchanged path type", () => {
|
|
37
|
-
expect(() => assertRescuePathTypeUnchanged("core/a.md", "file", "file")).not.toThrow();
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
it("raises a typed state-change error before a classified symlink is treated as a directory", () => {
|
|
41
|
-
let thrown: unknown;
|
|
42
|
-
try {
|
|
43
|
-
assertRescuePathTypeUnchanged(
|
|
44
|
-
".claude/skills/personal:foreman/tests",
|
|
45
|
-
"symlink",
|
|
46
|
-
"directory",
|
|
47
|
-
);
|
|
48
|
-
} catch (error) {
|
|
49
|
-
thrown = error;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
expect(thrown).toBeInstanceOf(RescuePathChangedError);
|
|
53
|
-
expect(String(thrown)).toContain("changed after classification");
|
|
54
|
-
expect(String(thrown)).toContain("expected symlink, found directory");
|
|
55
|
-
expect(String(thrown)).not.toContain("EISDIR");
|
|
56
|
-
});
|
|
57
|
-
});
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
/** Filesystem shape captured during rescue classification. */
|
|
2
|
-
export type RescuePathKind = "missing" | "file" | "directory" | "symlink" | "other";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/** Raised when a path changes shape between read-only classification and apply. */
|
|
6
|
-
export class RescuePathChangedError extends Error {
|
|
7
|
-
constructor(
|
|
8
|
-
public readonly rel: string,
|
|
9
|
-
public readonly expected: RescuePathKind,
|
|
10
|
-
public readonly actual: RescuePathKind,
|
|
11
|
-
) {
|
|
12
|
-
super(
|
|
13
|
-
`rescue path changed after classification: ${rel} (expected ${expected}, found ${actual}); ` +
|
|
14
|
-
"another process may be rebuilding generated HQ paths, so rescue stopped before mutation",
|
|
15
|
-
);
|
|
16
|
-
this.name = "RescuePathChangedError";
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/** Return whether a directory is reproducible state that rescue must not snapshot or classify. */
|
|
21
|
-
export function isRescueTransientDirectory(rel: string): boolean {
|
|
22
|
-
const normalized = rel.replace(/\\/g, "/").replace(/^\.\//, "").replace(/\/$/, "");
|
|
23
|
-
if (
|
|
24
|
-
normalized === "worktrees" ||
|
|
25
|
-
normalized.startsWith("worktrees/") ||
|
|
26
|
-
normalized === ".worktrees" ||
|
|
27
|
-
normalized.startsWith(".worktrees/") ||
|
|
28
|
-
normalized === ".sst-sandbox-home" ||
|
|
29
|
-
normalized.startsWith(".sst-sandbox-home/") ||
|
|
30
|
-
normalized === ".tmp-codex-asar" ||
|
|
31
|
-
normalized.startsWith(".tmp-codex-asar/") ||
|
|
32
|
-
normalized === ".claude/worktrees" ||
|
|
33
|
-
normalized.startsWith(".claude/worktrees/")
|
|
34
|
-
) {
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
return normalized
|
|
38
|
-
.split("/")
|
|
39
|
-
.some((part) =>
|
|
40
|
-
["node_modules", ".git", ".pnpm-store", ".sst", ".next", "target"].includes(part),
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/** Fail safely when apply observes a different path shape than classification did. */
|
|
45
|
-
export function assertRescuePathTypeUnchanged(
|
|
46
|
-
rel: string,
|
|
47
|
-
expected: RescuePathKind,
|
|
48
|
-
actual: RescuePathKind,
|
|
49
|
-
): void {
|
|
50
|
-
if (expected !== actual) throw new RescuePathChangedError(rel, expected, actual);
|
|
51
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wiring tests: `rescue()` runs `reindex()` after a successful, non-dry-run
|
|
3
|
-
* rescue so the generated skill wrappers / workers registry are refreshed once
|
|
4
|
-
* core/ has been re-laid-down (the personal overlay is read directly, not
|
|
5
|
-
* mirrored, so there are no personal mirror symlinks to refresh).
|
|
6
|
-
*
|
|
7
|
-
* The rescue algorithm (./rescue-core.js) is mocked so no real clone/overlay
|
|
8
|
-
* runs, and ./reindex.js is mocked to a spy so we assert the call without
|
|
9
|
-
* touching disk.
|
|
10
|
-
*/
|
|
11
|
-
import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
|
|
12
|
-
import * as fs from "fs";
|
|
13
|
-
import * as os from "os";
|
|
14
|
-
import * as path from "path";
|
|
15
|
-
|
|
16
|
-
vi.mock("./rescue-core.js", () => ({
|
|
17
|
-
runRescue: vi.fn(() => ({ status: 0 })),
|
|
18
|
-
}));
|
|
19
|
-
vi.mock("./reindex.js", () => ({
|
|
20
|
-
reindex: vi.fn(() => ({ status: 0 })),
|
|
21
|
-
}));
|
|
22
|
-
|
|
23
|
-
import { runRescue } from "./rescue-core.js";
|
|
24
|
-
import { reindex } from "./reindex.js";
|
|
25
|
-
import { rescue } from "./rescue.js";
|
|
26
|
-
|
|
27
|
-
describe("rescue → reindex", () => {
|
|
28
|
-
let stateDir: string;
|
|
29
|
-
|
|
30
|
-
beforeEach(() => {
|
|
31
|
-
vi.clearAllMocks();
|
|
32
|
-
(runRescue as unknown as ReturnType<typeof vi.fn>).mockReturnValue({ status: 0 });
|
|
33
|
-
// rescue() now takes the per-root operation lock; redirect it to a tmp dir.
|
|
34
|
-
stateDir = fs.mkdtempSync(path.join(os.tmpdir(), "rescue-reindex-state-"));
|
|
35
|
-
process.env.HQ_STATE_DIR = stateDir;
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
afterEach(() => {
|
|
39
|
-
fs.rmSync(stateDir, { recursive: true, force: true });
|
|
40
|
-
delete process.env.HQ_STATE_DIR;
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
it("refreshes via reindex after a successful rescue", () => {
|
|
44
|
-
const r = rescue({ hqRoot: "/tmp/hq", assumeYes: true });
|
|
45
|
-
expect(r.status).toBe(0);
|
|
46
|
-
expect(reindex).toHaveBeenCalledTimes(1);
|
|
47
|
-
// skipLock: rescue already holds the per-root operation lock, so the
|
|
48
|
-
// internal reindex must not try to re-acquire it.
|
|
49
|
-
expect(reindex).toHaveBeenCalledWith({ repoRoot: "/tmp/hq", skipLock: true });
|
|
50
|
-
});
|
|
51
|
-
|
|
52
|
-
it("does NOT run reindex on a dry-run", () => {
|
|
53
|
-
rescue({ hqRoot: "/tmp/hq", dryRun: true });
|
|
54
|
-
expect(reindex).not.toHaveBeenCalled();
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
it("does NOT run reindex when the rescue fails", () => {
|
|
58
|
-
(runRescue as unknown as ReturnType<typeof vi.fn>).mockReturnValueOnce({ status: 1 });
|
|
59
|
-
const r = rescue({ hqRoot: "/tmp/hq", assumeYes: true });
|
|
60
|
-
expect(r.status).toBe(1);
|
|
61
|
-
expect(reindex).not.toHaveBeenCalled();
|
|
62
|
-
});
|
|
63
|
-
});
|
package/src/cli/rescue.test.ts
DELETED
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { describe, it, expect } from "vitest";
|
|
2
|
-
import { buildRescueArgs, extractLockTimeout } from "./rescue.js";
|
|
3
|
-
import { toCygwinRsyncPath } from "./rescue-core.js";
|
|
4
|
-
import {
|
|
5
|
-
decodeLocalVaultSegment,
|
|
6
|
-
encodeLocalVaultSegment,
|
|
7
|
-
localPathForVaultKey,
|
|
8
|
-
vaultKeyForLocalPath,
|
|
9
|
-
} from "../local-path-codec.js";
|
|
10
|
-
|
|
11
|
-
describe("extractLockTimeout", () => {
|
|
12
|
-
it("returns the explicit option untouched when extraArgs is empty/absent", () => {
|
|
13
|
-
expect(extractLockTimeout({ lockTimeoutSec: 5 })).toEqual({
|
|
14
|
-
lockTimeoutSec: 5,
|
|
15
|
-
cleanedExtraArgs: undefined,
|
|
16
|
-
});
|
|
17
|
-
expect(extractLockTimeout({ lockTimeoutSec: 5, extraArgs: [] })).toEqual({
|
|
18
|
-
lockTimeoutSec: 5,
|
|
19
|
-
cleanedExtraArgs: [],
|
|
20
|
-
});
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it("pulls --lock-timeout <secs> out of extraArgs and strips it from the forwarded args", () => {
|
|
24
|
-
const r = extractLockTimeout({
|
|
25
|
-
extraArgs: ["--lock-timeout", "30", "--dry-run", "--yes"],
|
|
26
|
-
});
|
|
27
|
-
expect(r.lockTimeoutSec).toBe(30);
|
|
28
|
-
// The flag + its value never reach the rescue script.
|
|
29
|
-
expect(r.cleanedExtraArgs).toEqual(["--dry-run", "--yes"]);
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
it("honors --lock-timeout 0 (refuse immediately)", () => {
|
|
33
|
-
const r = extractLockTimeout({ extraArgs: ["--lock-timeout", "0"] });
|
|
34
|
-
expect(r.lockTimeoutSec).toBe(0);
|
|
35
|
-
expect(r.cleanedExtraArgs).toEqual([]);
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
it("explicit option wins over a flag in extraArgs", () => {
|
|
39
|
-
const r = extractLockTimeout({
|
|
40
|
-
lockTimeoutSec: 0,
|
|
41
|
-
extraArgs: ["--lock-timeout", "60"],
|
|
42
|
-
});
|
|
43
|
-
expect(r.lockTimeoutSec).toBe(0);
|
|
44
|
-
expect(r.cleanedExtraArgs).toEqual([]);
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
it("ignores a non-numeric / negative --lock-timeout value (treated as unset)", () => {
|
|
48
|
-
expect(extractLockTimeout({ extraArgs: ["--lock-timeout", "abc"] }).lockTimeoutSec).toBeUndefined();
|
|
49
|
-
expect(extractLockTimeout({ extraArgs: ["--lock-timeout", "-3"] }).lockTimeoutSec).toBeUndefined();
|
|
50
|
-
});
|
|
51
|
-
});
|
|
52
|
-
|
|
53
|
-
describe("buildRescueArgs", () => {
|
|
54
|
-
it("emits no args for an empty option set (script defaults apply)", () => {
|
|
55
|
-
expect(buildRescueArgs()).toEqual([]);
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
it("maps the prod-update shape the menubar app uses", () => {
|
|
59
|
-
const args = buildRescueArgs({
|
|
60
|
-
hqRoot: "/Users/x/HQ",
|
|
61
|
-
source: "indigoai-us/hq-core",
|
|
62
|
-
ref: "v12.3.0",
|
|
63
|
-
floorSha: "a".repeat(40),
|
|
64
|
-
assumeYes: true,
|
|
65
|
-
});
|
|
66
|
-
expect(args).toEqual([
|
|
67
|
-
"--hq-root",
|
|
68
|
-
"/Users/x/HQ",
|
|
69
|
-
"--source",
|
|
70
|
-
"indigoai-us/hq-core",
|
|
71
|
-
"--ref",
|
|
72
|
-
"v12.3.0",
|
|
73
|
-
"--floor-sha",
|
|
74
|
-
"a".repeat(40),
|
|
75
|
-
"--yes",
|
|
76
|
-
]);
|
|
77
|
-
});
|
|
78
|
-
|
|
79
|
-
it("joins narrow paths and repeats preserve flags", () => {
|
|
80
|
-
const args = buildRescueArgs({
|
|
81
|
-
paths: ["core", ".claude"],
|
|
82
|
-
preserve: ["foo", "bar"],
|
|
83
|
-
preserveSubpaths: ["core/keep.md"],
|
|
84
|
-
});
|
|
85
|
-
expect(args).toContain("--paths");
|
|
86
|
-
expect(args[args.indexOf("--paths") + 1]).toBe("core,.claude");
|
|
87
|
-
expect(args.filter((a) => a === "--preserve")).toHaveLength(2);
|
|
88
|
-
expect(args).toContain("foo");
|
|
89
|
-
expect(args).toContain("bar");
|
|
90
|
-
expect(args).toContain("--preserve-subpath");
|
|
91
|
-
expect(args).toContain("core/keep.md");
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
it("passes dry-run and no-backup toggles through", () => {
|
|
95
|
-
const args = buildRescueArgs({ dryRun: true, noBackup: true, noHistoryCheck: true });
|
|
96
|
-
expect(args).toContain("--dry-run");
|
|
97
|
-
expect(args).toContain("--no-backup");
|
|
98
|
-
expect(args).toContain("--no-history-check");
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
it("does not emit --paths for an empty path list", () => {
|
|
102
|
-
expect(buildRescueArgs({ paths: [] })).toEqual([]);
|
|
103
|
-
});
|
|
104
|
-
});
|
|
105
|
-
|
|
106
|
-
describe("Windows sync path adapters", () => {
|
|
107
|
-
it("converts drive-letter and UNC rsync arguments to Cygwin paths", () => {
|
|
108
|
-
expect(toCygwinRsyncPath("C:\\HQ\\core\\")).toBe("/cygdrive/c/HQ/core/");
|
|
109
|
-
expect(toCygwinRsyncPath("D:/HQ/workspace")).toBe("/cygdrive/d/HQ/workspace");
|
|
110
|
-
expect(toCygwinRsyncPath("\\\\fileserver\\hq-share\\HQ\\")).toBe(
|
|
111
|
-
"//fileserver/hq-share/HQ/",
|
|
112
|
-
);
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
it("round-trips Windows-safe local names without changing canonical vault keys", () => {
|
|
116
|
-
const win32 = true;
|
|
117
|
-
expect(encodeLocalVaultSegment("core:skill", win32)).toBe("core%3Askill");
|
|
118
|
-
expect(encodeLocalVaultSegment("core%3Askill", win32)).toBe("core%253Askill");
|
|
119
|
-
expect(encodeLocalVaultSegment("core\u0000skill", win32)).toBe("core%00skill");
|
|
120
|
-
expect(decodeLocalVaultSegment("core%3Askill", win32)).toBe("core:skill");
|
|
121
|
-
|
|
122
|
-
// Pull materializes the key under a safe filename, while the journal and
|
|
123
|
-
// the following push retain the original canonical S3 key.
|
|
124
|
-
const canonicalKey = "factory:slack/apps/web/oauth-token.json";
|
|
125
|
-
const pulledLocalPath = localPathForVaultKey("C:\\HQ\\companies\\acme", canonicalKey, win32);
|
|
126
|
-
expect(pulledLocalPath).toContain("factory%3Aslack");
|
|
127
|
-
const journalKey = canonicalKey;
|
|
128
|
-
const pushedKey = vaultKeyForLocalPath("C:\\HQ\\companies\\acme", pulledLocalPath, win32);
|
|
129
|
-
expect(pushedKey).toBe(journalKey);
|
|
130
|
-
});
|
|
131
|
-
});
|
package/src/cli/rescue.ts
DELETED
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* hq rescue — re-sync a local HQ tree to an upstream hq-core release (or a
|
|
3
|
-
* staging branch) WITHOUT destroying the user's local edits ("drift").
|
|
4
|
-
*
|
|
5
|
-
* The implementation is native TypeScript in ./rescue-core.ts (the former
|
|
6
|
-
* scripts/replace-rescue.sh, ported and removed). This module owns the public
|
|
7
|
-
* option surface + flag mapping and the post-rescue reindex wiring; the heavy
|
|
8
|
-
* classify/overlay/stamp algorithm lives in rescue-core. BOTH consumers — the
|
|
9
|
-
* HQ Sync menubar app (which spawns `hq-rescue` from this package) and
|
|
10
|
-
* `@indigoai-us/hq-cli`'s `hq rescue` command — drive the exact same logic.
|
|
11
|
-
*
|
|
12
|
-
* Channel-agnostic: `--source <repo>` + `--ref <tag|branch>` select prod vs
|
|
13
|
-
* staging, and `--floor-sha` pins the three-way history floor.
|
|
14
|
-
*/
|
|
15
|
-
import { reindex } from "./reindex.js";
|
|
16
|
-
import { runRescue } from "./rescue-core.js";
|
|
17
|
-
import {
|
|
18
|
-
acquireOperationLock,
|
|
19
|
-
OperationLockedError,
|
|
20
|
-
OPERATION_LOCKED_EXIT,
|
|
21
|
-
} from "../operation-lock.js";
|
|
22
|
-
|
|
23
|
-
export interface RescueOptions {
|
|
24
|
-
/** HQ root to operate on. Passed as `--hq-root`. Defaults to the script's
|
|
25
|
-
* own resolution (cwd-based) when omitted. */
|
|
26
|
-
hqRoot?: string;
|
|
27
|
-
/** Upstream repo, e.g. `indigoai-us/hq-core`. Script default:
|
|
28
|
-
* `indigoai-us/hq-core-staging`. */
|
|
29
|
-
source?: string;
|
|
30
|
-
/** Git ref (tag or branch). Script default: `main`. */
|
|
31
|
-
ref?: string;
|
|
32
|
-
/** 40-char lowercase hex SHA pinning the three-way history floor. When
|
|
33
|
-
* omitted the script reads the on-disk sync stamp from core/core.yaml. */
|
|
34
|
-
floorSha?: string;
|
|
35
|
-
/** Narrow the wipe set to an explicit list of top-level paths (`--paths`,
|
|
36
|
-
* comma-joined). */
|
|
37
|
-
paths?: string[];
|
|
38
|
-
/** Extra top-level entries to always preserve (`--preserve`, repeatable). */
|
|
39
|
-
preserve?: string[];
|
|
40
|
-
/** Extra relative subpaths to carve out + restore (`--preserve-subpath`,
|
|
41
|
-
* repeatable). */
|
|
42
|
-
preserveSubpaths?: string[];
|
|
43
|
-
/** Plan only — classify + report, change nothing on disk (`--dry-run`). */
|
|
44
|
-
dryRun?: boolean;
|
|
45
|
-
/** Skip the interactive confirmation prompt (`--yes`). Required for any
|
|
46
|
-
* non-interactive caller. */
|
|
47
|
-
assumeYes?: boolean;
|
|
48
|
-
/** Skip the pre-op safety snapshot under ~/.hq/backups (`--no-backup`). */
|
|
49
|
-
noBackup?: boolean;
|
|
50
|
-
/** Override the backup root (`--backup-dir`). */
|
|
51
|
-
backupDir?: string;
|
|
52
|
-
/** Shallow-clone the source and skip the history-floor compare
|
|
53
|
-
* (`--no-history-check`). */
|
|
54
|
-
noHistoryCheck?: boolean;
|
|
55
|
-
/** Cloud-update mode (`--cloud-update`). */
|
|
56
|
-
cloudUpdate?: boolean;
|
|
57
|
-
/** GitHub token forwarded to the script as `GH_TOKEN` (avoids the
|
|
58
|
-
* anonymous-clone rate limit; required for private sources). */
|
|
59
|
-
ghToken?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Bounded wait (seconds) for the per-root operation lock when a sync/reindex
|
|
62
|
-
* is already running. `0` → refuse immediately; omitted → inherit
|
|
63
|
-
* `HQ_OP_LOCK_TIMEOUT` / infinite wait. Also accepted as `--lock-timeout
|
|
64
|
-
* <secs>` inside {@link extraArgs} (the machine `hq-rescue` entrypoint
|
|
65
|
-
* forwards raw argv) — it is consumed here and never passed to the rescue
|
|
66
|
-
* script, which doesn't understand it.
|
|
67
|
-
*/
|
|
68
|
-
lockTimeoutSec?: number;
|
|
69
|
-
/** Escape hatch — additional raw args appended verbatim. */
|
|
70
|
-
extraArgs?: string[];
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/**
|
|
74
|
-
* Pull `--lock-timeout <secs>` out of `extraArgs` (the raw argv the machine
|
|
75
|
-
* `hq-rescue` entrypoint forwards) so it controls the operation-lock wait
|
|
76
|
-
* instead of leaking to the rescue script. Returns the resolved timeout
|
|
77
|
-
* (explicit `opts.lockTimeoutSec` wins) and a copy of extraArgs with the flag
|
|
78
|
-
* removed.
|
|
79
|
-
*/
|
|
80
|
-
export function extractLockTimeout(opts: RescueOptions): {
|
|
81
|
-
lockTimeoutSec: number | undefined;
|
|
82
|
-
cleanedExtraArgs: string[] | undefined;
|
|
83
|
-
} {
|
|
84
|
-
const raw = opts.extraArgs;
|
|
85
|
-
if (!raw || raw.length === 0) {
|
|
86
|
-
return { lockTimeoutSec: opts.lockTimeoutSec, cleanedExtraArgs: raw };
|
|
87
|
-
}
|
|
88
|
-
const cleaned: string[] = [];
|
|
89
|
-
let fromArgs: number | undefined;
|
|
90
|
-
for (let i = 0; i < raw.length; i++) {
|
|
91
|
-
if (raw[i] === "--lock-timeout") {
|
|
92
|
-
const val = Number(raw[i + 1]);
|
|
93
|
-
if (Number.isInteger(val) && val >= 0) fromArgs = val;
|
|
94
|
-
i++; // skip the value too
|
|
95
|
-
continue;
|
|
96
|
-
}
|
|
97
|
-
cleaned.push(raw[i]);
|
|
98
|
-
}
|
|
99
|
-
// Explicit option beats the parsed flag.
|
|
100
|
-
return {
|
|
101
|
-
lockTimeoutSec: opts.lockTimeoutSec ?? fromArgs,
|
|
102
|
-
cleanedExtraArgs: cleaned,
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
export interface RescueResult {
|
|
107
|
-
/** Exit status of the underlying script (0 = success). */
|
|
108
|
-
status: number;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* Build the argv passed to bash (after the script path itself). Pure +
|
|
113
|
-
* exported so callers and tests can assert the flag mapping without spawning.
|
|
114
|
-
*/
|
|
115
|
-
export function buildRescueArgs(opts: RescueOptions = {}): string[] {
|
|
116
|
-
const args: string[] = [];
|
|
117
|
-
if (opts.hqRoot) args.push("--hq-root", opts.hqRoot);
|
|
118
|
-
if (opts.source) args.push("--source", opts.source);
|
|
119
|
-
if (opts.ref) args.push("--ref", opts.ref);
|
|
120
|
-
if (opts.floorSha) args.push("--floor-sha", opts.floorSha);
|
|
121
|
-
if (opts.paths && opts.paths.length > 0) args.push("--paths", opts.paths.join(","));
|
|
122
|
-
for (const p of opts.preserve ?? []) args.push("--preserve", p);
|
|
123
|
-
for (const sp of opts.preserveSubpaths ?? []) args.push("--preserve-subpath", sp);
|
|
124
|
-
if (opts.noHistoryCheck) args.push("--no-history-check");
|
|
125
|
-
if (opts.noBackup) args.push("--no-backup");
|
|
126
|
-
if (opts.backupDir) args.push("--backup-dir", opts.backupDir);
|
|
127
|
-
if (opts.cloudUpdate) args.push("--cloud-update");
|
|
128
|
-
if (opts.dryRun) args.push("--dry-run");
|
|
129
|
-
if (opts.assumeYes) args.push("--yes");
|
|
130
|
-
for (const extra of opts.extraArgs ?? []) args.push(extra);
|
|
131
|
-
return args;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Run the rescue against an HQ root. Synchronous — the work is long-running
|
|
136
|
-
* (clone + scan + overlay) and callers want the exit status + live output.
|
|
137
|
-
* stdout/stderr are written directly so the user sees the scan log and the
|
|
138
|
-
* confirmation prompt (unless `assumeYes` is set).
|
|
139
|
-
*/
|
|
140
|
-
export function rescue(opts: RescueOptions = {}): RescueResult {
|
|
141
|
-
// Rescue is mutually exclusive with sync/reindex on this HQ root. Key the
|
|
142
|
-
// lock on the same root the rescue script resolves (cwd when --hq-root is
|
|
143
|
-
// omitted). Rescue is never the exempt push watcher, so it always locks.
|
|
144
|
-
const lockRoot = opts.hqRoot ?? process.cwd();
|
|
145
|
-
// Consume --lock-timeout from extraArgs (machine entrypoint) before it can
|
|
146
|
-
// reach the rescue script, which doesn't understand it.
|
|
147
|
-
const { lockTimeoutSec, cleanedExtraArgs } = extractLockTimeout(opts);
|
|
148
|
-
const rescueOpts: RescueOptions = { ...opts, extraArgs: cleanedExtraArgs };
|
|
149
|
-
let handle;
|
|
150
|
-
try {
|
|
151
|
-
handle = acquireOperationLock(lockRoot, "rescue", { timeoutSec: lockTimeoutSec });
|
|
152
|
-
} catch (err) {
|
|
153
|
-
if (err instanceof OperationLockedError) {
|
|
154
|
-
process.stderr.write(err.message + "\n");
|
|
155
|
-
return { status: OPERATION_LOCKED_EXIT };
|
|
156
|
-
}
|
|
157
|
-
throw err;
|
|
158
|
-
}
|
|
159
|
-
try {
|
|
160
|
-
const args = buildRescueArgs(rescueOpts);
|
|
161
|
-
const env: NodeJS.ProcessEnv = { ...process.env };
|
|
162
|
-
if (opts.ghToken) env.GH_TOKEN = opts.ghToken;
|
|
163
|
-
const { status } = runRescue(args, { env });
|
|
164
|
-
// A successful, non-dry-run rescue re-lays-down core/, so refresh the
|
|
165
|
-
// generated skill wrappers, personal-overlay mirrors, and workers registry.
|
|
166
|
-
// Best-effort + idempotent — never overrides the rescue's own exit status.
|
|
167
|
-
// repoRoot falls back to process.cwd() (reindex's default) when hqRoot is
|
|
168
|
-
// omitted, matching the rescue script's own cwd-based default. `skipLock`
|
|
169
|
-
// because we already hold the per-root lock — reindex's own acquire would
|
|
170
|
-
// otherwise see our live PID and refuse.
|
|
171
|
-
if (status === 0 && !opts.dryRun) {
|
|
172
|
-
try {
|
|
173
|
-
reindex({ repoRoot: opts.hqRoot, skipLock: true });
|
|
174
|
-
} catch {
|
|
175
|
-
// best-effort
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
return { status };
|
|
179
|
-
} finally {
|
|
180
|
-
handle.release();
|
|
181
|
-
}
|
|
182
|
-
}
|