Install the checker
The independent checker is Apache-2.0. It is a small program, not the writing studio.click-clack-verify on your PATH. Running it with no arguments prints usage and exits 2 — that is enough to confirm the command is installed.
Run it
export.json with the file you were given.
1
Read the exit status
0 means the proof is valid. 1 means the proof failed. 2 means the file could not be read as a Click Clack export.2
Read the JSON line
A valid run prints a summary object.
valid is true. operatorIndependentNonRepudiation is always false — that field is not a score, it is a limit.3
Match it to the manuscript
The export carries the draft it is about.
boundToManuscript is true when the signed checkpoint is bound to that text. If the writer typed after the last signed contribution, headDescribesManuscript can be false. That is ordinary, not a failure.Compare with an earlier receipt
If you kept a previous export, you can ask whether this one continues that one without contradicting it:0. The summary then includes continuesEarlier, how many events the earlier file had, and how many were appended since.
Pin a workspace fingerprint
If you already know the workspace fingerprint from a receipt you accepted, refuse a file that does not match:Machine-readable output
--json adds an explicit capabilities object describing what this checker version can prove. Use it when you are recording the result rather than reading it.