CommandsDoc
doc validate
Check standard document contract violations
What It Does
doc validate checks tracked project docs against the standard document contract and reports violations.
Syntax
pnpm ragit doc validate [--type <type> | --all] [--format text|json|both]
Key Points
- This command is read-only.
- Use
--allwhen you want every known document type checked together. - JSON output includes
checkedFiles,tracked,violations, and per-file details.