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

FileChange
path/to/file.tsDescription of change

Configuration

Any new environment variables or settings:

# NEW_ENV_VAR=value

Verification Steps

  1. Step to verify fix works
  2. Step to confirm no regression
# Commands to verify

Prevention

How to prevent this issue from recurring:

  1. Prevention measure 1
  2. Prevention measure 2