Control and query the RoboRun robot server — start/stop patrols and other behaviors, check what the robot sees, read its event timeline. Use when the user mentions the robot, patrols, or asks what the robot is doing.
A Stop-hook guard that won't let an AI agent quit until its goals are provably complete. Re-injects the unfinished checklist on every attempt to stop, and double-checks the work in strict mode.
Use when the user wants an agent to keep working until a task is fully and verifiably complete, to run autonomously for a long time, or to stop quitting early. Explains how to arm goalkeeper, decompose objectives into verifiable goals, and check them off so the Stop guard releases.