Sealed CLI surface
Pipelines
Every sate <cmd> that exists today, what each one does, and what each one does NOT do. 16 pipelines, grouped by purpose.
Start here: If you just want one report covering everything, run sate audit-all. It orchestrates the rest.
Audit & Verification
The core verdict-producing pipelines. What you run on every PR.
sate audit-allShippedThe front door: runs every read-only pipeline against your project and writes both a developer report set and a non-technical owner summary.
30 engine tests
sate auditShippedThe full Audit Report v1: surface enumeration, refusal ledger, dead-code triage, framework entry points, coverage gaps.
0 engine tests
sate audit --sinceShippedIncremental audit: same engine as audit, but scoped to surfaces touched by files changed since a given git revision.
43 engine tests
sate verify:testsShippedStatic pre-debug gates over the test suite. 11 rules in 5 groups (PSR-4 Identity / Bootstrap Purity / Mock Discipline / Act Contract / Outcome Contract).
18 engine tests
sate dbShippedStatic database-portability analysis: flags tests using MySQL-specific raw SQL, JSON operators, transaction locks, FK assumptions, or enums.
22 engine tests
Quality & Health
Scoring, risk surfaces, and trend signals across the test suite and production code.
sate qualityShippedPer-test quality scoring across 6 metrics: completeness, assertion strength, mutation resistance, structure, maintainability, reliability.
50 engine tests
sate goldenShippedIdentifies high-value tests — the ones that protect your business core (payments, billing, auth, subscriptions).
111 engine tests
sate dashboardShippedAggregated HTML dashboard combining quality + golden + coverage + executive telemetry into one page.
164 engine tests
sate trace-reportShippedReads execution-trace NDJSON, emits deterministic anomaly summary: outcome distribution, per-prefix quantiles, top repeated hashes, duration outliers.
20 engine tests
sate dead-codeShipped (partial)Triage production surfaces with no caller into DELETE / DEFER / WIRE / PROMOTE buckets.
1 engine tests
sate duplicationShipped (partial)Clusters duplicate test patterns to surface consolidation opportunities.
0 engine tests
sate version-stabilityShipped (partial)Per-test analyzer: captures a stability contract describing how a single test depends on Laravel-version-specific behaviour.
0 engine tests
Governance & Learning
The append-only review chain that gates what enters the engine's knowledge base.
sate review-queueShippedShows the REVIEW-class learning candidates a human needs to approve, reject, or defer.
22 engine tests
sate submit-decisionShippedAppend a human decision (APPROVE / REJECT / DEFER) for a candidate to the append-only review ledger.
20 engine tests
sate emit-learning-candidatesOpt-inOpt-in: extracts STABLE_TESTHASH_PASS candidates from an execution trace for downstream review.
17 engine tests
sate learningInternalMulti-repo learning loop that extracts patterns into the canonical knowledge base.
0 engine tests
Internal
Commands that exist but are not yet part of the customer-facing surface.