dashclaw_assumption_record
Record unverified assumptions tied to actions, enabling later validation and detection of staleness.
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 |