Skip to content

analyze

Start an analysis workflow against the ingrain agent.

Terminal window
ingrain analyze --description-file ./task.md

The 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.

FlagDescription
--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-sessionClose the session automatically when analysis completes. Overrides [cli].autoCloseSession.