1.0 KiB
1.0 KiB
What Changed
Why This Change
Testing Done
- Manual testing completed
- Automated tests pass locally (
node tests/run-all.js) - Edge cases considered and tested
Type of Change
fix:Bug fixfeat:New featurerefactor:Code refactoringdocs:Documentationtest:Testschore:Maintenance/toolingci:CI/CD changes
Security & Quality Checklist
- No secrets or API keys committed (ghp_, sk-, AKIA, xoxb, xoxp patterns checked)
- JSON files validate cleanly
- Shell scripts pass shellcheck (if applicable)
- Pre-commit hooks pass locally (if configured)
- No sensitive data exposed in logs or output
- Follows conventional commits format
Documentation
- Updated relevant documentation
- Added comments for complex logic
- README updated (if needed)