Getting Started¶
The shortest useful path is: install the host tools, prove one backend on a sample target, add the real target, then run one bounded iteration.
Try the pipeline first¶
- Install the prerequisites.
- Pick one of the sample targets.
- Run a single-worker smoke test:
This route needs no target setup, so it is the quickest way to tell a host or backend problem from a real project's build problem.
Add a real target¶
- Add the target and establish its sanitizer build or language runner.
- Review the generated
output/<target>/target.toml. - Follow First audit to run and inspect one iteration.
An empty findings/ or crashes/ directory is normal after one iteration.
Success means the target, backend, structured state, and result paths worked
together. The Guides cover longer-running operation, and
the Concepts explain the design behind it.