context_verify
Verifies task completion by comparing change entries against git history, classifying them as merged, unmerged, missing, or unlinked claims. Ensures only merged changes count as done.
Instructions
Completion integrity: list 'change' entries and classify each against GIT (the ground truth) — 'merged', 'present-unmerged', 'missing', or a bare 'CLAIM (no git ref)'. A tool logging "fixed" is NOT done; done = merged in git. Checks commits in the repo the server runs in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segment | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |