chore: hand the workspace over — the gated launchers, and the state of play #55
Reference in New Issue
Block a user
Delete Branch "chore/handoff-2026-09-18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Work resumes on the original machine, so this brings into the repo everything that lived only in this workspace, and writes down the rest.
The gated launchers (
tools/)run-canary-safe.sh(Wine) andrun-canary-native-safe.sh(native) are the only sanctioned way to start Canary from the editor: both force software Vulkan and refuse to launch while a hardware Vulkan device is visible, because Canary on the AMD GPU takes VS Code down with it. They sat in the workspace root, outside git, hardcoding one machine's absolute paths — which is why they were never checked in.They now derive the workspace from their own location and honour
$SYLPHEED_ISO/$CANARY_BIN, so the layout is a default and not a requirement.run-canary-native.sh(interactive, hardware Vulkan, not from the IDE),diagnose-freeze.sh,live-guest-state.sh,heaptrack-wrap.shand theasound-null.confthe native launcher needs beside it come along.Run from
tools/before committing, rather than argued from the diff:tools/run-canary-native-safe.sh 20title=1 xma=25398 faults=0 guest_throw=0→VERDICT: HEALTHYtools/run-canary-safe.sh "" 25rc=124(the timeout),ADV.wmv=4, 3.9 MB logThe dead
run-canary.shin the workspace root is not brought over: it pointed atxenia-rs/sylpheed.isoand a path spelled without the dash.tools/run-canary.shalready replaced it.docs/agents/HANDOFF-2026-09-18.mdState of play, what changed since 2026-09-16 (consolidation closed, the recovery branches, the tracker cleanup, the corpus control, the toolchain pin), what cannot travel through git — agent memory,
CLAUDE.md,.claude/,.env, game data, the token, the Canary builds — and the traps this machine paid for. The sharpest one: the guest-PC branch probe exists only on the fork's snapshot branch, so rebuilding Canary fromsylpheed-resilently loses the project's main dynamic-RE instrument (fork #1).HANDOFF-2026-09-06.mdgets a correction note appended rather than an edit — a plain clone works again now that the 545 MB branch is gone, and its baselines are two baselines old.Not in this PR
#53 and #54 are still open and still want a human. Nothing here depends on them.
🤖 Generated with Claude Code