Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 86389ce

Browse files
authored
docs(git): explain handoff pack filesystem requirement
Generated-By: PostHog Code Task-Id: b73fc361-26b5-4bae-8c3c-6e4682d0db91
1 parent b0bd436 commit 86389ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/git/src/handoff.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ export class GitHandoffTracker {
547547
git: GitClient,
548548
checkpointId: string,
549549
): Promise<string> {
550+
// Git stages packs in the object store, so the destination must share its filesystem.
550551
const gitCommonDir = await this.resolveGitCommonDir(git);
551552
return mkdtemp(
552553
path.join(gitCommonDir, `posthog-code-handoff-${checkpointId}-`),

0 commit comments

Comments
 (0)