status
Check the hook installation status, envelope count, and Matrix Scroll configuration in a Git repository before using verify or sign tools.
Instructions
Report hook install state, local envelope count, and Matrix Scroll config.
Call first in a new repo before any verify/sign tool. Read-only: no Git or
filesystem writes, no network. Do not use for signature checks — call
``verify_envelope`` or ``verify_pr_range`` instead.
Returns ``{ok, config, hook_installed, envelope_count, mode?, device_id?}``.
Parameters:
workspace: Git repo root (defaults to detected repo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | Git repository root. Empty auto-detects from the working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||