Journal Entry Format¶
Each day's work gets a file: {YYYY-MM-DD}.md
Simple Format¶
# {YYYY-MM-DD}
## Done
- Completed X
- Fixed Y
## Notes
- Discovered Z about the codebase
- Client mentioned they want ABC
## Blockers
- Waiting on API access
## Next
- Continue with feature X
Minimal Format¶
For quick entries, just write what matters:
# {YYYY-MM-DD}
Fixed timezone bug in boleto PDF - was using server time instead of client timezone.
Client confirmed the fix works.
Keep it useful, not ceremonial.