cc-devflow

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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.