ff53cc0ad3c382fc34290b9d05b1972dcfc878ec
`make rebuild` runs `compose build --no-cache backend gateway` plus a fresh `up -d --wait`. It must therefore also reap any engine container whose bind-mount source went away during host downtime, otherwise the new backend image boots into a stack with the same orphan that triggered the heal flow in the first place. Also extend the troubleshooting note: pulling the heal-cycle fix requires one explicit `make rebuild` so the backend image picks up the pre-bootstrap reconciler tick. Without that, `make up` runs the new Makefile target but the legacy backend cannot follow through, and the developer is left staring at a `cancelled` sandbox with no running replacement. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Go
61%
TypeScript
31.6%
Svelte
6.5%
JavaScript
0.3%
Makefile
0.3%
Other
0.3%