dashclaw_assumption_record
Record unverified assumptions tied to specific actions, enabling operators to validate or refute them and track staleness. Attach after the dependent action.
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 |