analyze
Start an analysis workflow against the ingrain agent.
ingrain analyze --description-file ./task.mdThe task description comes from a Markdown file you point at with
--description-file. The terminal UI then opens and walks you through threat
selection and mitigation. See Getting started for a
full walkthrough.
| Flag | Description |
|---|---|
--description-file <path> | Required. Path to a Markdown file describing the task. |
--review-file <path> | Save the final review to a Markdown file. Path must end in .md. Overrides [cli].reviewFilePath. |
--auto-close-session | Close the session automatically when analysis completes. Overrides [cli].autoCloseSession. |