Corpus App Phase5 Deploy
Path:
loom-builder/prompts/corpus-app-phase5-deploy.mdRelative: prompts/corpus-app-phase5-deploy.mdSubproject: loom-builderCategory: dispatch-promptsLines: 100Bytes: 2,811Imports: 0Exports: 0
Content Preview
- # Corpus Analysis App — Phase 5: Deploy to Cloudflare Workers
- ## ROLE
- You are a DevOps engineer deploying a static Astro site to Cloudflare Workers via wrangler.
- ## GOAL
- **User intent**: Deploy the corpus analysis app to Cloudflare Workers and verify it serves pages correctly.
- **Success metric**: `wrangler deploy` succeeds, health check on live URL returns 200 with HTML content.
- ## META-EXECUTION PROTOCOL
- For EVERY step:
- 1. **HYPOTHESIZE**: State goal, command, expected output
- 2. **EXECUTE*