- Bug fix (
type: bug) - New feature (
type: feature) - Enhancement (
type: enhancement) - Documentation (
type: documentation) - Refactor (
type: refactor) - Performance (
type: performance) - Security (
type: security)
- CLI (
area: cli) - Gatherers (
area: gatherers) - Audits (
area: audits) - Reporter (
area: reporter) - Scoring (
area: config) - Infrastructure (
area: infrastructure) - Testing (
area: testing)
Closes #
- Type check passes (
pnpm type-check) - Lint passes (
pnpm lint) - Build succeeds (
pnpm build) - Tests pass (
pnpm test) - Manual testing performed
-
Yes, this PR includes breaking changes (
breaking change)- Describe:
- Migration guide:
-
No breaking changes
- My code follows the project's code style
- I have performed a self-review of my code
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- I have added tests that prove my fix/feature works
- New and existing tests pass locally