--- description: Show status of background Antigravity (agy) tasks argument-hint: "[] [--json]" allowed-tools: Bash(node:*) --- Run: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/agy-companion.mjs" status $ARGUMENTS ``` Present the output to the user as-is. If no jobs are found, suggest: - Running a foreground task: `/antigravity:rescue ` - Or a background task: `/antigravity:rescue --background ` If a job is shown as `exited`, suggest viewing the result: ``` /antigravity:result ```