Agent Owns Runtime
Agent Owns Runtime
Section titled “Agent Owns Runtime”If a project is managed by SuperDev, the agent should use SuperDev as the shared runtime truth.
The Rule
Section titled “The Rule”- Service lifecycle goes through
start_service,stop_service, andrestart_service. - Logs go through
tail_logs,search_logs, andget_log_context. - Local frontend debugging goes through
open_browser_debug_sessionandbrowser_*. - The first move is usually
list_servicesorget_runtime_snapshot.
Starting services in a shell creates orphan processes SuperDev cannot stop or observe. Tailing files by hand creates a second log reality. Bypassing SuperDev also bypasses approval and audit policies.
The runtime console is the shared fact source for humans and agents.