Skip to content

Agent Owns Runtime

If a project is managed by SuperDev, the agent should use SuperDev as the shared runtime truth.

  • Service lifecycle goes through start_service, stop_service, and restart_service.
  • Logs go through tail_logs, search_logs, and get_log_context.
  • Local frontend debugging goes through open_browser_debug_session and browser_*.
  • The first move is usually list_services or get_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.