Get started

Add criv to the repository tool list. The latest keyword selects the latest released binary.

[tools."github:TudorAndrei/criv"]
version = "latest"

Then run these commands at the repository root:

mise install
criv init
criv watch --once
criv check

criv init creates the configuration, the documentation and ADR directories, local generated state, and agent skills. It leaves existing Markdown and editor files in place.

The optional viewer is local-only. A release archive includes it next to the CLI. Install it into one selected editor:

criv install-editor --editor code
criv install-editor --editor cursor

Use --dry-run to check the selected editor and bundled viewer without an editor change.

Next: find ADR candidates from the repository record.