Feature: {{TITLE}}
One-line summary of the feature.
Motivation
Why was this feature needed? What problem does it solve?
Implementation
Overview
High-level description of how it works.
Architecture
Component diagram or data flow
Key Changes
| File | Change |
|---|---|
path/to/file.ts | Description of change |
Usage
User-Facing Changes
What users will see or experience differently.
Configuration
Any new settings or environment variables:
# NEW_ENV_VAR=value
API Changes
New endpoints, parameters, or responses (if applicable).
Testing
How to verify the feature works:
- Test step 1
- Test step 2
# Test commands
Future Work
Known limitations or planned enhancements:
- Future enhancement 1
- Future enhancement 2