feat(fleet): auto-enable units on install + drift recognizes wrapped runtimes #583
Reference in New Issue
Block a user
Delete Branch "feat/fleet-phase3-enablement"
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?
Phase-3 real-agent enablement (fleet.ts only; install.sh untouched to avoid P4 collision). (1) mosaic fleet install now enables holder + agent units for boot-survival (non-fatal, --no-enable to opt out) + best-effort linger. (2) fleet ps drift detection uses a runtime->acceptable-commands map so real pi/codex agents (pane=node) read true, while the dogfood stub (pi claiming python3) still flags DRIFT. 10 new tests; canary-pi drift regression guarded.