Park

Snapshot the current session's work before switching context. This is NOT end-of-day — just a context switch.

Steps

  1. Resolve the journal path:

    JORNAL="${JORNAL:-$HOME/para/areas/dev/gh/ak/journal}"
  2. Get today's date and current time.

  3. 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.

  4. Review the conversation history to determine:

  5. 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 resuming
  6. Update the relevant project/area file if needed:

  7. If there are uncommitted changes in the project's git worktree, note them in the log entry.

Output format


Parked: <project/area name>

Session summary

Next step (for when you /renew)


Rules