Daily Workflow
-
Write notes in
WORK.mdas the day goes under the## Logheading in Obsidian. -
Optionally fetch activity from GitHub, Google Calendar, or Linear:
Terminal window swelog fetch githubswelog fetch google-calendarswelog fetch linear -
Review and edit
WORK.md. Integration sections are created only after the corresponding integration is used. -
File the day:
Terminal window swelog logThis writes
Daily/MM-DD-YYYY.mdand resetsWORK.md. Pass--keepto leaveWORK.mdalone.
Want a written summary instead?
Section titled “Want a written summary instead?”swelog summarize does the same job, but sends your notes to a language model
first and writes back a summary with your raw notes preserved underneath. It is
opt-in and needs llm and llmModel in your config. See
Summarization.
Weekly logs are summaries by nature, so they live there too:
swelog summarize week rolls up the daily logs swelog log produced.