Operator runbooks
Operator runbooks by category: daily ops, system change ops, break/fix, Flatpak remediation, and Kit trust remediation.
Daily operations
bash
fur doctor
fur list
fur upgrade
fur logs Run doctor first, then list to inventory, then upgrade if the doctor is green. logs --web is the on-call dashboard.
System change operations
bash
fur system doctor
fur install <pkg>
sudo fur system rebuild switch Always re-run system doctor before a host-wide change. The rebuild itself is transactional — if it fails, the previous module is restored automatically.
Break / fix
bash
fur system doctor
sudo fur system repair
sudo fur system rollback doctor tells you which subsystem is unhealthy. repair rewrites the canonical managed-marker layout when markers are damaged. rollback is the always-safe escape hatch.
Flatpak remediation
bash
fur flatpak remote list
fur flatpak remote set flathub
fur flatpak install <ref> flathub Kit trust remediation
bash
export FOXORA_KIT_TRUST_POLICY=signature
export FOXORA_KIT_PIN_POLICY=require
fur install @foxora/<kit> Sudo policy
Mutating system commands need privileged access. If sudo is locked down, system doctor reports the policy gap with a remediation hint.