update_state
Update the shared context bus state with current agent information including progress summary, next steps, and active files to maintain continuity across AI coding assistant sessions.
Instructions
Update the context bus state with the current agent's information.
Args: summary: A summary of what has been done so far next_steps: What needs to be done next active_files: List of files currently being worked on ask_user: Whether human input is required
Returns: Success message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| next_steps | Yes | ||
| active_files | Yes | ||
| ask_user | No |