| Board | Name | Items | Points |
|---|---|---|---|
| 1 | Deploy to Cloudflare Pages | 5 | 21 |
| Item | Command | Pts |
|---|---|---|
| {deploy.json, add to, project root} | ~a | 3 |
| {Cloudflare Pages project, add to, Cloudflare} | ~a | 5 |
| {site deployment, add to, Cloudflare Pages} | ~a | 5 |
| {custom domain bahalaka.com, add to, Pages project} | ~a | 5 |
| {deployment verification, plan tests for, bahalaka.com} | ~t | 3 |
Item ordering: deploy.json first (config dependency for everything), then project creation, then deploy, then domain, then verify. Each step depends on the previous.
Linear chain: deploy.json → project → deploy → domain → test. No parallelism possible.