Synopsis
--self-heal or --report), extracts AI repair suggestions, and interactively applies them to the runbook YAML.
Required arguments
| Argument | Description |
|---|---|
--runbook <path> | Path to the runbook YAML file to patch |
--report <path> | Path to the execution report (Markdown) |
Optional arguments
AI model
| Argument | Default | Description |
|---|---|---|
--model <id> | claude-sonnet-4-6 | AI model ID |
--model-provider <provider> | anthropic | AI provider |
--model-base-url <url> | - | Base URL for OpenAI-compatible endpoints |
--model-review <id> | - | Override model for fix suggestion generation |
Advanced
| Argument | Default | Description |
|---|---|---|
--locale <code> | en | UI language: en or ja |
How it works
Examples
Basic usage
First, run a self-heal execution to generate a report:With a specific model
Environment variables
| Variable | Description |
|---|---|
AI_MODEL_ID | Default for --model |
AI_MODEL_PROVIDER | Default for --model-provider |
REFRAIN_LOCALE | Default for --locale (en or ja) |