Run the following verification steps and report results:
Root app lint, typecheck, tests, and build:
npm run checkProduction dependency audit:
npm audit --omit=devPython contract tests, optional when the GenLayer test environment is available:
python3 -m venv .venv && . .venv/bin/activate && python -m pip install -r test/requirements.txt -q && python -m pytest test/ -v
Report a summary of pass/fail for each step. If any step fails, show the relevant error output. Do not run deployment commands as part of routine verification.