1. Contract and application checks
Runnpm test -- --run, npm run lint, npx tsc --noEmit, and npm run build. These verify schemas, state transitions, APIs, UI behavior, documentation, and production compilation without claiming a cloud effect.
2. Agent evaluations
Run the Python suite underagent/tests/. Cases cover grounded output, missing evidence, invented references, authority overreach, incomplete contracts, revision boundaries, and eligible Memory Bank context. The evaluators in agent/harmonia_agent/evaluation_contracts.py fail closed on prohibited or ungrounded output.
3. Vertical-slice evidence
Follow Evidence runbook. Use an authorized real source, authenticated providers, exact approval digests, immutable receipts, and independent read-back verification. Never substitute fixtures or mock mode for authenticated proof.Interpreting results
Record known gaps explicitly and link evidence to immutable identifiers rather than screenshots alone.
