git_status
Inspect local Git state for the active vault to view HEAD, branch, file changes, and operation risks. Read-only check without altering your repository.
Instructions
Inspect local Git state for the active vault only. Returns HEAD/branch, vault files, outside-vault change counts, staged-outside-vault warnings, and in-progress operation risk. Read-only; never initializes, stages, commits, or pushes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| head | No | ||
| risk | No | ||
| files | No | ||
| branch | No | ||
| counts | No | ||
| dryRun | No | ||
| reason | No | ||
| subject | No | ||
| repoRoot | Yes | ||
| committed | No | ||
| operation | Yes | ||
| vaultRoot | Yes | ||
| commitHash | No | ||
| pushReason | No | ||
| validation | No | ||
| detachedHead | No | ||
| expectedHead | No | ||
| previousHead | No | ||
| commitSummary | No | ||
| pushSupported | No | ||
| vaultPathspec | No | ||
| stagedOutsideVault | No | ||
| operationInProgress | No |