Snapshot the current session's work before switching context. This is NOT end-of-day — just a context switch.
Resolve the journal path:
JORNAL="${JORNAL:-$HOME/para/areas/dev/gh/ak/journal}"Get today's date and current time.
Read today's log:
$JORNAL/areas/log/YYYY/YYYY-MM/YYYY-MM-DD.md If it doesn't
exist, create it with the daily log template.
Review the conversation history to determine:
Append a session entry to today's log under
## Log:
### Session HH:MM (<project/area context> — parked)
- what was done
- decisions made
- **Next:** what to do when resumingUpdate the relevant project/area file if needed:
[x][~] waiting items with contextIf there are uncommitted changes in the project's git worktree, note them in the log entry.
Parked: <project/area name>
Session summary
Next step (for when you /renew)