ck_git_status
Get git working tree status correlated with governance findings. Shows staged, unstaged, and untracked files alongside blocked or open findings before committing.
Instructions
Get git working tree status correlated with CK governance findings for the current session. Returns staged, unstaged, and untracked files alongside any blocked or open findings from ck_validate or ck_review_submit. Read-only and side-effect free — no findings are created or modified. Use before ck_git_commit to verify governance state. Prefer ck_git_diff when you need the actual diff content; prefer ck_git_commit when ready to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Absolute path to the project root directory on the local filesystem. | |
| session_id | No |