What's wrong with this entry?
Five new slash commands that spawn remote Claude Code sessions pre-configured for specific workflows. Each runs headlessly on Anthropic's infrastructure.
/autopilot <task description> # General-purpose autonomous agent
/bugfix <bug description> # Reproduce, root-cause, fix, and regression-test a bug
/dashboard <data sources> # Design and build a dashboard
/docs <feature area> # Discover a feature surface and write/update docs
/investigate <incident details> # Root-cause an incident and produce a fix report- These extend the existing remote session system (previously only
/autofix-prexisted) - Requires the
allow_remote_sessionsorganizational policy to be enabled - Before spawning, the CLI checks for unpushed local commits and warns: "you have unpushed local commits. The remote session clones from GitHub, so they would not be included."
- If the current branch has no upstream, you'll be prompted to
git push -u origin HEADfirst
Remote workflow definitions (search for "Spawn a remote session that reproduces" and "Spawn a remote Claude Code session that runs the autopilot")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.