On a shared box with a nearly-full root filesystem, greentree refused to start with 4.4G free against the default 5.0G min_free_disk floor. The floor is only settable in greentree.yaml, so the only ways past it are editing a checked-in config (which then ships in the PR) or freeing disk on the host.
Proposal: support a --min-free-disk flag and/or a GREENTREE_MIN_FREE_DISK env override, host-local and never written to the repo, so a session can acknowledge the constraint without touching the shared config.
Context: hit on vps-26df4606 while gating reachpad PR #470; worked around by deleting stale npx caches.
🤖 Generated with Claude Code
On a shared box with a nearly-full root filesystem, greentree refused to start with 4.4G free against the default 5.0G min_free_disk floor. The floor is only settable in greentree.yaml, so the only ways past it are editing a checked-in config (which then ships in the PR) or freeing disk on the host.
Proposal: support a --min-free-disk flag and/or a GREENTREE_MIN_FREE_DISK env override, host-local and never written to the repo, so a session can acknowledge the constraint without touching the shared config.
Context: hit on vps-26df4606 while gating reachpad PR #470; worked around by deleting stale npx caches.
🤖 Generated with Claude Code