Check Xahau Hook / WASM compatibility
check_hook_compatDetermines if a dApp's Xahau account uses a Hook and outputs the workflow to build, simulate, and prove spend invariants.
Instructions
When a dApp settles value on Xahau through a Hook-guarded account, hands off to the trifecta: build/lint the Hook with xahc, simulate it with xahau-mcp, and PROVE the spend invariant with xahc-prover. Returns the recommended workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | No | what the hook should enforce, e.g. 'per-tx spend limit' | |
| involves_hook | Yes | does the dApp's Xahau account run a Hook? |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repos | No | ||
| workflow | No | ||
| involvesHook | No |