Update Journal¶
Append activity-detected Log entries to an Obsidian journal file.
Workflow name: update-journal
Execution: main
Steps¶
| # | ID | Name | Type | Depends on |
|---|---|---|---|---|
| 1 | read-journal |
Read today's journal and determine activity window | code |
|
| 2 | collect |
Collect fresh context (scoped to activity window) | code |
read-journal |
| 3 | synthesize |
Synthesize activity into journal-style Log entry | reasoning |
collect |
| 4 | write |
Present summary, get consent, append to journal | reasoning |
synthesize |