CLI-01: Validate one clean file, see exit 0
What it demonstrates
Section titled “What it demonstrates”Running validate on a conforming document prints “No findings.” and exits 0.
Builds on: nothing — this is the first rung of CLI Quickstart: Validate from the Terminal.
How it’s done
Section titled “How it’s done”A terminal session: the command as you’d run it, followed by the output it prints; trailing comments note the exit status.
# validate a folder of conforming docs (markdown-contract.yaml auto-discovered from the cwd)markdown-contract validate ./decisionsScanned 1 file; 1 matched across 1 contract, 0 unmatched decisions: 1
No findings.# exit status: 0 (clean)Surfaces exercised
Section titled “Surfaces exercised”validate subcommandauto-discovered markdown-contract.yamlformatHuman empty caseexit code 0 (clean)