mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-07 22:21:09 +00:00
fix(ai-review): increase max-turns to 40 and add hotfix commitlint type
- Bump --max-turns 30→40 for comprehensive single-reviewer prompt - Add 'hotfix' to commitlint allowed types (already in .releaserc.cjs)
This commit is contained in:
@@ -15,7 +15,8 @@ module.exports = {
|
||||
'chore', // Maintenance → no release
|
||||
'ci', // CI/CD changes → no release
|
||||
'build', // Build system → no release
|
||||
'revert' // Revert commit → PATCH
|
||||
'revert', // Revert commit → PATCH
|
||||
'hotfix' // Production hotfix → PATCH
|
||||
]],
|
||||
// Subject case - disabled to allow capital letters
|
||||
'subject-case': [0],
|
||||
|
||||
Reference in New Issue
Block a user