verify¶
Run a verification command and capture errors for AI-assisted fixing.
Syntax¶
Arguments¶
| Name | Required | Description |
|---|---|---|
command |
Yes | Command to run for verification, e.g. pytest |
Options¶
| Short | Long | Default | Description |
|---|---|---|---|
| - | --fix |
False |
Ask the model to suggest fixes on failure |
Examples¶
Run pytest:
Run a command with arguments (quote it):
Request AI fix suggestions on failure:
Output Notes / Common Errors¶
--fixtriggers theon_errorhook, collectsFixSuggestions, and prompts before applying patches.- Failure summaries are saved in
.autoship/error/with sensitive values redacted.