As a user addressing @timeforce,
I want to see my notes for today,
So that I know what the hell I've been doing.
===
Given the user has NOT written any notes for the current calendar day,
When they issue the review command,
Then timeforce replies with "You have no notes for today."
Given the user has written at least one note for the current calendar day,
When they issue the review command,
Then timeforce lists those notes.