| 123456789101112131415161718192021222324 |
- # DESC: Daily code work — small features, fixes, refactor, ship (any stack)
- # Activate when: implementing features, debugging, shipping PRs without a
- # specific frontend or backend bias. Lighter than `backend` (no security audit
- # baggage) and lighter than `web` (no design pipeline).
- # Implementation
- feat personal
- ship-feature personal
- ship
- # Bug fixing
- hotfix personal
- bugfix personal
- investigate
- # Code health
- review
- refactor personal
- code-clean personal
- commit-change personal
- # Session hygiene
- checkpoint
- land-and-deploy
|