Public source of truth for dial’s legal documents.
privacy-policy.md — privacy policyterms-of-service.md — terms of serviceCHANGELOG.md — material-change historyThe dial app embeds this directory as a git submodule at legal/ and ships the markdown inside the app. The same markdown is served as static pages via GitHub Pages so it can be linked from the App Store, Play Store, and the app’s pre-auth screens.
CHANGELOG.md.legal/: git commit and git push.dial/: npm run sync:legal regenerates constants/legal.ts. Then git add legal constants/legal.ts && git commit -m "chore(legal): bump submodule".(The prestart/preios/preandroid/preweb hooks in dial/package.json also re-run sync:legal automatically when you boot the dev server, so the in-app content never goes stale during local development.)