Corpus App Phase5 Deploy

loom-builderpromptmarkdown
Path: loom-builder/prompts/corpus-app-phase5-deploy.mdRelative: prompts/corpus-app-phase5-deploy.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 100Bytes: 2,811Imports: 0Exports: 0

Content Preview

  1. # Corpus Analysis App — Phase 5: Deploy to Cloudflare Workers
  2. ## ROLE
  3. You are a DevOps engineer deploying a static Astro site to Cloudflare Workers via wrangler.
  4. ## GOAL
  5. **User intent**: Deploy the corpus analysis app to Cloudflare Workers and verify it serves pages correctly.
  6. **Success metric**: `wrangler deploy` succeeds, health check on live URL returns 200 with HTML content.
  7. ## META-EXECUTION PROTOCOL
  8. For EVERY step:
  9. 1. **HYPOTHESIZE**: State goal, command, expected output
  10. 2. **EXECUTE*