Skip to content

Dimon94/dverity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

717 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dverity

Truth before main.

GitHub stars npm version Node.js >=18 License: MIT

δΈ­ζ–‡ζ–‡ζ‘£ | 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.

Install

Requirements: Node.js 18+, npm, and a Git repository.

Install into one explicit project root:

npx dverity@5 install --project /absolute/path/to/project

Or install into the explicit global root:

npx dverity@5 install --global

An existing managed v4 installation must use the explicit migration command:

npx dverity@5 migrate --project /absolute/path/to/project

install, migrate, verify, and uninstall always require exactly one of --global or --project <absolute-path>. Dverity never guesses a root.

Skills

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.

Verify or uninstall

npx dverity@5 verify --project /absolute/path/to/project
npx dverity@5 uninstall --project /absolute/path/to/project

verify is read-only. uninstall removes only projections proven by the install-root ownership manifest and preserves configuration, evidence, drifted files, and unknown files.

Project links

Licensed under the MIT License.

About

πŸš€ One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation

Resources

License

Code of conduct

Contributing

Security policy

Stars

110 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors