dashclaw_record
Record governed actions in DashClaw's audit trail to log decisions, tasks, and outcomes for governance visibility.
Instructions
Record a governed action in DashClaw's audit trail. Use this to log significant decisions, completed tasks, or notable outcomes. Every important action the agent takes should be recorded for governance visibility in Mission Control and the Decisions ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model used | |
| status | Yes | Outcome status | |
| agent_id | No | Fallback identity when no server-level agent id is configured (the configured id wins) | |
| reasoning | No | Why this action was chosen | |
| tokens_in | No | Input tokens consumed | |
| confidence | No | Confidence 0-100 | |
| reversible | No | Whether the action can be undone | |
| risk_score | No | Risk level 0-100 (default 30) | |
| session_id | No | Session to attribute this action to. Defaults to the session started via dashclaw_session_start in this connection. | |
| tokens_out | No | Output tokens produced | |
| action_type | Yes | Category (e.g., research, analysis, code_change, deploy) | |
| cost_estimate | No | Estimated cost in USD | |
| declared_goal | Yes | What was accomplished | |
| output_summary | No | Brief summary of what was produced | |
| systems_touched | No | Systems affected |