DOCS
Set up harnd
Reference documentation for configuring harnd in your own repository — precise and complete, not persuasive.
- 01
Getting started
Three commands take you from nothing to a working design harness: init scaffolds it, scan reads your code, and validate checks for drift. Here is what each one does.
- 02
Putting it where it runs
Running validate by hand catches drift after the fact. hook install has three variants that catch it sooner — each with a different amount of enforcement. Here is what each one actually does.
- 03
Configuration
harnd init writes .harnd/config.yaml, and it is safe to hand-edit. Here is what every key in it means.