chore: crush git history - reborn from consolidation on 2026-03-10

This commit is contained in:
John Dvorak
2026-03-10 00:00:00 -07:00
commit d278c4b105
313 changed files with 87549 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
Usage: apophis verify [options]
Run deterministic contract verification against your Fastify routes.
Options:
-h, --help Display this help message
--profile <name> Profile name from config
--routes <filter> Comma-separated route filters (e.g., "POST /users,GET /users/*")
--seed <number> Deterministic seed for reproducible runs
--changed Filter to routes modified in git
--config <path> Path to config file
--cwd <path> Working directory
--format <human|json|ndjson> Output format
--color <auto|always|never> Color mode
--quiet Suppress non-essential output
--verbose Verbose output
--artifact-dir <path> Directory for artifacts
Examples:
apophis verify --profile quick
apophis verify --profile quick --routes "POST /users"
apophis verify --changed