- Prefer focused tests while iterating, then run broader gates when practical.
- Standard finish gates:
nix develop -c mix test,nix develop -c mix compile --warnings-as-errors,nix develop -c mix credo --strict, andnix develop -c mix format --check-formatted. - Run
nix develop -c mix formatbefore committing Elixir changes if formatting may have changed. - For live runtime/debug claims, verify with
bin/rpcdiagnostics rather than inferring from source.