nexo_guard_check
Check learnings relevant to specified files and system area before any code change. Prevents errors by consulting prior knowledge before editing.
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 |