write_session_log
Records a structured session log capturing task details, decisions, and next steps to build institutional memory for future code searches.
Instructions
Write a structured session log to .agents/logs/YYYY-MM-DD/. Called by the Documenter at the end of every session. Feeds search_decisions() with institutional memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Original developer prompt | |
| phase | Yes | phase | |
| decisions | Yes | ||
| next_steps | Yes | ||
| session_id | Yes | Short ID (8-char slug) | |
| files_changed | Yes |