Skip to content

What To Configure For The Agent

Do not prepare every capability on day one. Pick the tier that matches what you want the agent to own now.

TierGoalYou provide / confirmAgent owns
1. Local developmentCode and debug locallyRepository entrypoint, local browser-debug boundary, optional auth_hint / debug_credentialsService modeling, language runtime / deployment config, lifecycle, logs, browser interaction, breakpoints, authentication
2. Remote debuggingInvestigate remote bugsHost, remote superdev-agent install method, remote service and log hintsRemote deployment / log source config, cross-host logs, diagnostics, evidence collection, root-cause reasoning
3. Team deploymentDeploy and roll backPipeline config and variables; human-managed ingress, SSL, DNSPipeline validation, deploy, rollback, run logs, artifacts
  • Only local coding and debugging: prepare tier 1.
  • Need production-like logs or remote machines: configure tier 1 plus tier 2.
  • Want releases and rollback through the agent: add tier 3.

The tiers are additive, not competing choices.