status
Check repository setup before signing or verifying commits. Reports hook installation state, local envelope count, and Matrix Scroll configuration.
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 | |||