Use when the user wants a weekly summary, wants to review their week, or needs a standup summary
Generate a weekly summary from daily logs in ~/Documents/notes/.
notes list --tags daily --since <monday> --until <sunday>notes get <id>Filename: <YYYYMMDD>T090000--week-<N>-summary__weekly.md
(where YYYYMMDD is the Monday of that week, N is ISO week number)
---