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:securityVercel Preview Gate
PLAYWRIGHT_SKIP_WEBSERVER=1 PLAYWRIGHT_BASE_URL=<preview-url> npm run e2e:previewPromote 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.jsonpinsDORIIOS_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.