session_log
Log a session entry to record work done, decisions made, and next steps for a project. Use at the end of each working session to track progress.
Instructions
Log a session entry for a project: what was worked on, decisions made, next steps. The core 'log progress' tool. Run at the end of a working session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Session date in YYYY-MM-DD format. Defaults to today. | |
| project | Yes | Project slug or name. | |
| decisions | No | Decisions made and their rationale. | |
| worked_on | Yes | Short summary of what was worked on this session. | |
| next_steps | No | What to pick up next time. | |
| duration_minutes | No | Approximate session duration in minutes. |