SNAPSHOT 2026-05-28·BUILD 0c187d0b·ENV public-demo·CC-BY 4.0·v0.1.0

doriiOS Public Release Checklist

The first public release is a read-only Vercel demo. It is independent software, not an official OBIS product.

Local Gate

npm run verify
npm run build:public
npm run e2e:public
npm run verify:security

Vercel Preview Gate

PLAYWRIGHT_SKIP_WEBSERVER=1 PLAYWRIGHT_BASE_URL=<preview-url> npm run e2e:preview

Promote only a preview deployment that passes the browser gate. Do not set GBIF_*, OPENAI_API_KEY, OPENROUTER_API_KEY, OLLAMA_*, or raw SSD data paths on the public Vercel project.

Production Defaults

  • vercel.json pins DORIIOS_DEPLOYMENT_PROFILE=public-demo.
  • Public demo data comes from src/data/public-demo-lake.
  • Runtime vault writes are blocked.
  • Agents are fixture-backed.
  • Raw/staged SSD data remains private.