Specs
Parity tracks public behavior with spec IDs. The canonical spec set lives in the CLI repository under specs/, and this website mirrors that full tree under /specs/ so every requirement, acceptance scenario, edge case, and success criterion renders in the published docs.
Start with:
| Spec | Area |
|---|---|
| S001 | CLI commands and interface |
| S002 | Rules system |
| S003 | Coverage readers |
| S004 | Coverage linkers |
| S005 | Plugin system |
| S006 | Configuration |
| S007 | Path and namespace mapping |
| S008 | Output formats |
| S009 | Documentation system |
| S010 | Testing, CI, and binary distribution |
| S011 | parity test and per-test coverage reports |
New tests should reference the related spec IDs near the behavior they cover. This keeps implementation, docs, samples, and release checks traceable.

