session_update
Record interim progress and working findings for a session, allowing incremental tracking of ongoing work without finalizing the session.
Instructions
Record interim progress on the current session (working findings so far). Uses the bound session unless you pass one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Session name to operate on: the cc/<id> or cx/<id> on your briefing's 'Seam session' line, or a sess/* name. Defaults to the bound session; pass it whenever you have not run session_start and several agents are active -- the bare call is then ambiguous and fails rather than guesses | |
| findings | Yes | Working findings / progress note so far | |
| session_id | No | Session ULID to operate on; takes precedence over session and the bound session |