Create or update a session log to capture decisions, changes, and progress. Use at any point during a work session to document what was accomplished. Triggers include: "log this session", "create a session log", "update the session log", "save my progress", "record what we did", "what did we do today", or any request to document session work.
Create or update a session log to capture decisions, changes, and progress.
Input: $ARGUMENTS — create for a new log, update to append to the most recent log, or a description of what to log.
$ARGUMENTS is create or no session log exists in quality_reports/session_logs/ → Create modequality_reports/plans/ (if any) to auto-populate Objectivegit log --oneline -10 to see recent commitstemplates/session-log.md as the format templatequality_reports/session_logs/YYYY-MM-DD_short-description.md$ARGUMENTSDecision:)Tell the user the log was created and where.
quality_reports/session_logs/git diff --stat and git log --oneline -5 to see what changed since last update$ARGUMENTS contains decision text, add as Decision: [text]Tell the user what was added to the log.