Effect

Prepare, inspect, commit, and reconcile governed CIGAR effects while preserving explicit authorization and idempotency.

hashgraph-online 3c23e0a 682 B Updated

File contents

Use effect_prepare to create a typed intent before any mediated external mutation. Show the effect identifier, target, authorization requirement, idempotency key, and expected outcome. Use effect_status to inspect or reconcile existing effects.

Call effect_commit only when the user has explicitly authorized the prepared effect and the current governed precheck permits dispatch. Never retry an unsafe or unknown dispatch automatically. If authorization cannot be verified, stop before dispatch and explain the denial.

hashgraph-online/hol-cigar/tree/main/adapters/claude-code/skills/effect commit 3c23e0a380

Frequently asked questions

npx skillmds@latest add hashgraph-online/effect