dashclaw_assumption_record
Record unverified beliefs you act on, attach them to the responsible action, and track them for later validation or refutation to prevent stale assumptions from driving decisions.
Instructions
Record an assumption you are acting on — something you treat as true but have not verified (e.g. "staging tests passed", "no active legal hold on this record"). Attach it to the action whose decision rests on it so operators can later validate or refute it and staleness drift is tracked. Call right after the action that depends on the belief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basis | No | Why you believe it (optional) | |
| action_id | Yes | Parent action id the assumption underpins (from dashclaw_record) | |
| assumption | Yes | The belief being treated as true |