Fix: {{TITLE}}
One-line summary of the fix.
Problem Summary
Symptoms
- Observable symptom 1
- Observable symptom 2
Root Cause
Explanation of why this happened.
Resolution
What Was Done
Description of the fix implementation.
// Key code changes
Files Changed
| File | Change |
|---|---|
path/to/file.ts | Description of change |
Configuration
Any new environment variables or settings:
# NEW_ENV_VAR=value
Verification Steps
- Step to verify fix works
- Step to confirm no regression
# Commands to verify
Prevention
How to prevent this issue from recurring:
- Prevention measure 1
- Prevention measure 2