dashclaw_assumption_record
Log a belief you treat as true but have not verified, linking it to the action it underpins, so operators can validate or refute it later and detect 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 |