[cli]
CLI-side options that control where review results go and whether the session auto-closes after analysis.
| Key | Type | Default | Override via | Description |
|---|---|---|---|---|
reviewFilePath | string | null | null | --review-file <path> | File where the review is saved. Must end in .md. Parent traversal (..) is rejected. Relative paths resolve from cwd. |
autoCloseSession | boolean | false | --auto-close-session | Close the session automatically when analysis completes. |
Example
Section titled “Example”[cli]reviewFilePath = "./review.md"autoCloseSession = false