GitHub-Driven Cloudflare Pages

Monorepo baseline with deployment discipline.

This site exists to prove the deployment contract: the repository is the source of truth, GitHub is the only deploy trigger, and Cloudflare serves the production output generated from versioned code.

Source of truth

No local direct uploads. No phone-based deploys. Production comes from `main`.

Repository shape

The monorepo enforces fixed root directories for apps, services, packages, prompts, docs, and scripts.

Project handoff

Every app or service must ship with a detailed overview file that another engineer or AI can use immediately.