## Pull Request --- ### ๐Ÿ“„ Summary > Why does this change exist? > What problem does it solve, and why is this the right approach? #### Screenshots / Screen Recordings (if applicable) > Include screenshots or screen recordings that clearly show the behavior before the change and the result after the change. This helps reviewers quickly understand the impact and verify the update. #### Issues closed by this PR > Reference issues using `Closes #issue-number` to enable automatic closure on merge. --- ### โœ… Change Type _Select all that apply_ - [ ] โœจ Feature - [ ] ๐Ÿ› Bug fix - [ ] โ™ป๏ธ Refactor - [ ] ๐Ÿ› ๏ธ Infra / Tooling - [ ] ๐Ÿงช Test-only --- ### ๐Ÿ› Bug Context > Required if this PR fixes a bug #### Root Cause > What caused the issue? > Regression, faulty assumption, edge case, refactor, etc. #### Fix Strategy > How does this PR address the root cause? --- ### ๐Ÿงช Testing Strategy > How was this change validated? - Tests added/updated: - Manual verification: - Edge cases covered: --- ### โš ๏ธ Risk & Impact Assessment > What could break? How do we recover? - Blast radius: - Potential regressions: - Rollback plan: --- ### ๐Ÿ“ Changelog > Fill only if this affects users, APIs, UI, or documented behavior > Use **N/A** for internal or non-user-facing changes | Field | Value | |------|-------| | Deployment Type | Cloud / OSS / Enterprise | | Change Type | Feature / Bug Fix / Maintenance | | Description | User-facing summary | --- ### ๐Ÿ“‹ Checklist - [ ] Tests added or explicitly not required - [ ] Manually tested - [ ] Breaking changes documented - [ ] Backward compatibility considered --- ## ๐Ÿ‘€ Notes for Reviewers ---