mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Two fixes: P0 — Container packaging blocks install mode. The published Dockerfile bakes /etc/fabro/settings.toml and sets FABRO_CONFIG, which under the explicit-config carveout means containers would never enter install mode. v1 must change the Dockerfile: drop the baked settings file, drop FABRO_CONFIG, set FABRO_STORAGE_DIR=/storage, and persist ~/.fabro across container restarts (recommendation: move FABRO_HOME into a subdirectory of the /storage volume so one mount covers both config and data). Spelled out as load-bearing v1 implementation work under Orchestration config updates. New decision-log row #24. P2 — Force-foreground decision was not carried through to all sections. Two leftover references to a `__serve` daemon child contradicted the "install mode never daemonizes" decision — one in the local-lifecycle prose, one in the manual smoke test. Updated both to describe the foreground process exiting cleanly. Decision-log row for #21 also updated to reflect that the install process IS the operator's `fabro server start` invocation under foreground mode. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| administration | ||
| agents | ||
| api-reference | ||
| brainstorms | ||
| changelog | ||
| core-concepts | ||
| examples | ||
| execution | ||
| getting-started | ||
| human-tools | ||
| ideation | ||
| images | ||
| integrations | ||
| languages | ||
| logo | ||
| plans | ||
| reference | ||
| superpowers/specs | ||
| tutorials | ||
| workflows | ||
| .mintignore | ||
| docs.json | ||
| dot-highlight.js | ||
| favicon.svg | ||