Verify

Run full project verification (lint + test + architecture boundaries) Use when this capability is needed.

tomevault-io Updated

File contents

Run the full project verification suite:

just check

This runs three stages in sequence:

  1. Lintcargo +nightly fmt -- --check and clippy
  2. Testcargo nextest run (all tests, parallel)
  3. Architecturecargo xtask architecture (semantic boundary enforcement)

If any stage fails, report the failure clearly and fix it before re-running. Do not skip stages.

If only a specific stage needs re-checking after a fix, run it individually:

  • just lint — format + clippy only
  • just test — tests only
  • just architecture-check — check architecture boundaries only

Source: kevinswiber/mmdflux — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/kevinswiber--mmdflux--mmdflux commit 7a22701613

Frequently asked questions

npx skillmds@latest add tomevault-io/verify-8