dev.profile 705 B

123456789101112131415161718192021222324
  1. # DESC: Daily code work — small features, fixes, refactor, ship (any stack)
  2. # Activate when: implementing features, debugging, shipping PRs without a
  3. # specific frontend or backend bias. Lighter than `backend` (no security audit
  4. # baggage) and lighter than `web` (no design pipeline).
  5. # Implementation
  6. feat personal
  7. ship-feature personal
  8. ship
  9. # Bug fixing
  10. hotfix personal
  11. bugfix personal
  12. investigate
  13. # Code health
  14. review
  15. refactor personal
  16. code-clean personal
  17. commit-change personal
  18. # Session hygiene
  19. checkpoint
  20. land-and-deploy