mix verify.adopter (scrypath v0.3.7)

Copy Markdown View Source

Runs the maintainer-facing adopter verification flow from the repository root.

Default mode is the fast, auth-free, service-free adopter contract slice:

  • mix test test/scrypath/readiness_contract_test.exs
  • mix test test/mix/tasks/verify_adopter_test.exs

Pass --live to run the canonical Phoenix example proof path under examples/phoenix_meilisearch:

Live mode requires these environment variables before it will run:

  • SCRYPATH_EXAMPLE_INTEGRATION
  • PGPORT
  • SCRYPATH_MEILISEARCH_URL

Live mode also expects the example's Postgres and Meilisearch services to already be running. This task checks those prerequisites, but it still stays orchestration-only.

This task stays orchestration-only. It does not start Docker, provision services, or silently downgrade from live mode back to fast mode. For the full maintainer matrix and CI job names, see CONTRIBUTING.md.