Truth before main.
䏿–‡æ–‡æ¡£ | English | Getting Started | Contributing | Security
Dverity is an evidence-first delivery toolkit. Its complete product contract lives only in DVERITY.md; this README covers installation and the public entry points without duplicating that contract.
Requirements: Node.js 18+, npm, and a Git repository.
Install into one explicit project root:
npx dverity@5 install --project /absolute/path/to/projectOr install into the explicit global root:
npx dverity@5 install --globalAn existing managed v4 installation must use the explicit migration command:
npx dverity@5 migrate --project /absolute/path/to/projectinstall, migrate, verify, and uninstall always require exactly one of
--global or --project <absolute-path>. Dverity never guesses a root.
The package installs the same nine root Skills into .agents/skills and
.claude/skills. Use the three workflow entries for their local responsibility:
dverity-repair— diagnose and repair a defect to Verified Local.submit-remote-review— submit one verified source for review.merge-remote-review— review and land one authenticated review item.
The remaining six Skills are reusable dependencies consumed by those entries. See the Skill capability map for the exact source inventory.
npx dverity@5 verify --project /absolute/path/to/project
npx dverity@5 uninstall --project /absolute/path/to/projectverify is read-only. uninstall removes only projections proven by the
install-root ownership manifest and preserves configuration, evidence, drifted
files, and unknown files.
Licensed under the MIT License.