+On machines where Pi runs without OpenCode installed (for example Pi inside a Linux container), `/ctx-recomp` and `/ctx-session-upgrade` completed their rebuild and then reported `Recomp failed unexpectedly: unable to open database file`. The rebuild had actually published; the error came from a post-publish step that tried to open OpenCode's database, which does not exist on Pi-only installs. That step is now skipped on Pi, and a missing OpenCode database can no longer be created as an empty stray file. If you saw this failure, your recomp results were saved — no re-run needed.
0 commit comments