nexo_change_log
Log code or configuration changes with full context, including what changed, why, trigger, affected systems, and risks.
Instructions
Log a code/config change with full context: what, why, trigger, affects, risks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File path(s) modified (comma-separated if multiple) | |
| what_changed | Yes | What was modified — functions, lines, behavior change | |
| why | Yes | WHY this change was needed — the root cause, not just "fix bug" | |
| triggered_by | No | What triggered this — bug report, metric, user's request, followup ID | |
| affects | No | What systems/users/flows this change impacts | |
| risks | No | What could go wrong — regressions, edge cases, dependencies | |
| verify | No | How to verify this works — what to check, followup ID if created | |
| commit_ref | No | Git commit hash (can be added later with nexo_change_commit) | |
| session_id | No | Current session ID |