Check a folder of docs
validate-01 · CLI transcript
Point validate at a folder and get a verdict: a run summary, findings if any, and a CI-ready exit code.
Builds on: nothing — start here in Validate from the terminal.
The artifact
Section titled “The artifact”A terminal session: the command as you’d run it, followed by the output it prints; trailing comments note the exit status.
# a folder of decision records; markdown-contract.yaml is auto-discovered from the cwdmarkdown-contract validate ./decisionsScanned 4 files; 4 matched across 1 contract, 0 unmatched decision: 4
No findings.# exit status: 0 (clean)What it exercises
Section titled “What it exercises”validate subcommandconfig auto-discovery (markdown-contract.yaml)human run summaryexit code 0 (clean)
Continue
Section titled “Continue”- Previous: this is the first example of the group
- Next: Read a finding, fix the doc
- Group: Validate from the terminal · All examples
- Reference: CLI reference