Get Incident Context
get_incident_contextWhat went wrong last time we touched this module? Returns past incidents, deploy failures, gotchas, and active constraints for a module or system. Use BEFORE modifying infrastructure code, deploy scripts, or any module with a history of fragility. Surfaces the kind of tribal knowledge that prevents repeat failures — Docker bind mount traps, Vault agent write patterns, stale dist/ artifacts, port conflicts, and similar operational landmines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 20) | |
| module | Yes | Module or system name (e.g. 'Engine', 'VaultCrux', 'docker', 'vault-agent') | |
| days_back | No | How many days back to search (default 90) | |
| code_paths | No | Specific code paths to check for related incidents |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||