# Deacon role definition # Daemon beacon for heartbeats and monitoring. One per town. role = "deacon" scope = "town" nudge = "Run 'gt prime' to check patrol status and begin heartbeat cycle." prompt_template = "deacon.md.tmpl" [session] pattern = "hq-deacon" work_dir = "{town}" needs_pre_sync = false start_command = "exec claude --dangerously-skip-permissions" [env] GT_ROLE = "deacon" GT_SCOPE = "town" [health] ping_timeout = "30s" consecutive_failures = 3 kill_cooldown = "5m" stuck_threshold = "1h"