nexo_guard_check
Review existing learnings related to files or system area before making code changes. Prevents errors by ensuring context-aware edits.
Instructions
Check learnings relevant to files/area BEFORE editing code. Call this before any code change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Comma-separated file paths about to be edited | |
| area | No | System area (webapp, shopify, infrastructure, nexo-ops, etc.) | |
| project_hint | No | ||
| include_schemas | No | Include DB table schemas if files touch database code (true/false) | true |