| Option | Type | Default | Enum / Flag | Description |
|---|---|---|---|---|
| --format | String | markdown | markdown | json | Output format. Use json for tools and markdown for people or chat context. |
| --app | String | - | nullable | Limit the context to one app. |
| --module | String | - | nullable | Limit module output and include the matching *.abstract.md content first. |
| Name | Description |
|---|---|
| abstract exposure | Workspace summaries include abstract metadata only; module-scoped context includes the abstract body. |
| privacy | The context analyzer does not print .env values or secrets. |
| Option | Type | Default | Enum / Flag | Description |
|---|---|---|---|---|
| --format | String | text | text | json | Output format. Use json for agent validation loops. |
| --strict | Boolean | false | - | Treat recommended conventions such as missing module abstracts as errors. |
| Name | Description |
|---|---|
| mode | Read-only. It does not write files, scaffold modules, or call LLM providers. |
| module context | `get_module_context` returns the module abstract first, then surrounding module file metadata. |
