## Related Issue

<!-- Link the approved issue this PR addresses, e.g. "Closes #123" -->
<!-- PRs without a corresponding approved issue will be closed. -->

## Description

<!-- Briefly describe what this PR does -->

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Template update
- [ ] Refactor
- [ ] Documentation
- [ ] CI/CD or tooling

## Checklist

- [ ] Tests pass (`bun test`)
- [ ] Linting passes (`bun run lint:check`)
- [ ] Formatting passes (`bun run format:check`)
- [ ] Tested CLI output manually if applicable
