irmin/test/cram: add proof_cli.t for the proof subcommand group
Covers the two sub-subcommands introduced when cmd_proof was split
(cmd_proof_produce / cmd_proof_verify): produce a proof for a present
and a missing key, verify the happy path in both cases, and assert
the JSON output shape. Hashes are scrubbed with sed so the transcript
is stable; the field names and Fmt.pr column alignment ([Root: ],
[Key: ], [After: ]) are left intact on purpose — they are part of
the CLI's visible contract.
The existing proof.t exercises the low-level Atp.Mst proof format via
the mst_proof helper driver; this new test covers the CLI surface.