session_save_ledger
Save an immutable record of session accomplishments to the ledger. Creates a permanent, append-only audit trail of work sessions.
Instructions
Save an immutable session log entry to the session ledger. Use this at the END of each work session to record what was accomplished. The ledger is append-only — entries cannot be updated or deleted. This creates a permanent audit trail of all agent work sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Optional. Agent role for Hivemind scoping (e.g., 'dev', 'qa', 'pm'). Omit to let the server auto-resolve from dashboard settings. | |
| todos | No | Optional list of open TODO items remaining after this session. | |
| project | Yes | Project identifier (e.g. 'bcba-private', 'my-app'). Used to group and filter sessions. | |
| summary | Yes | Brief summary of what was accomplished in this session. | |
| decisions | No | Optional list of key decisions made during this session. | |
| files_changed | No | Optional list of files created or modified during this session. | |
| conversation_id | Yes | Unique conversation/session identifier. |