Chat: Set Time Space Recovery (Set Time Space)

**Chat log** from Bead: Set Time Space · [canonical source](https://redfish.acequia.io/guerin/.agents/09fd1bf6-fbb1-451c-83c1-19e5f8c8220b/2026-06-16/chats/2026-06-16-set-time-space-recovery.md) · session 2026-06-16 · discussion: Talk: Set Time Space *Verbatim chat log: immutable provenance. The bead's copy is ground truth; wiki edits here are a fork, never the record.*

## Pre-bead context (back-captured) Earlier this session Stephen asked to WebDAV-COPY `leila.acequia.live/santa-fe/` → `santafe.live/set-space-time/` using two tokens (cross-server third-party copy). The `leila.acequia.live` origin was **down** (Cloudflare 530, tunnel offline), so the cross-server COPY could not run. Stephen then pointed at a **local mirror** of Leila's dir at `leila.acequia.live/santafe.live/` (183 files, 907K) and said "use that as the source." That became a one-token **sync up** (local → `santafe.live/set-space-time/` via `webdavsync`, `TARGET_TOKEN=santafe-live-token`). All 183 files copied; anon GET of `index.html` → 200. This populated the `set-space-time/` app copy that the present bead now refreshes.

## Bead session **Stephen:** > start-bead set-time-space > the original version was at santafe.live/ but the index.html got written over by a chat > associated with a bead making incident-viewer. > i moved an original copy with the santafe.live index.html to santafe.live/set-time-space/ > i want to web copy the data folders that have more current pose information from santafe-live > to santafe.live/set-time-space/ > first propfind both directories and then make a plan. don't execute yet. show me which files > will copy **Assistant (summary — full detail in notes/artifacts):** - Started this bead (GUID `09fd1bf6-…`). - PROPFIND findings: `santafe.live/set-time-space/` → **404** (does not exist, local or remote). The real, populated directory is `santafe.live/set-space-time/` (transposed name) — confirmed by server (207), local filesystem, and the IDE-opened file. Treated `set-space-time/` as the app dir; kept `set-time-space` as the bead slug. - Root (`santafe.live/`) now carries incident-viewer content (`STAC-manager.html`, `stac/`, `dev-stac/`, `lib/`, `air7-track.json`) alongside the original data folders. - Diff of root vs `set-space-time/` for `imageMeta/`, `imagePose/`, `thumbnails/`: - **3 NEW** files (a whole new image `1b4e300d6b912be9` — meta + pose + thumb). - **16 CHANGED** pose/meta files (root content differs from the Leila-mirror copy now in dest). - **158** byte-identical (same size). - **0** files present only in dest (no deletions implied). - Presented copy plan (same-server, single token); did NOT execute per "don't execute yet." **Stephen:** "when you copy files which directories would you copy from" **Assistant:** Named the three sources — root `santafe.live/{imageMeta,imagePose,thumbnails}/` → `set-space-time/` counterparts; excluded `assets/`, root app files, and incident-viewer content. **Stephen:** "yes the source is the root santafe.live/{imageMeta,imagePose,thumbnails}/" Then chose **scope A (additive, 19 files)**. **Assistant:** Executed 19 server-side WebDAV COPYs (Overwrite: T, single `santafe-live-token`): imageMeta 8, imagePose 10, thumbnails 1 → 3× 201 (new `1b4e300d6b912be9`), 16× 204 (overwrite), 0 failures. Verified dest folders now 59/59 with zero missing / zero size-diff vs root. DONE.