Scheduled Cloudflare Worker that scrapes metadata for Singapore places and publishes static JSON outputs to R2.
-
Run
npm install. -
Run
npm run dev. -
Trigger the scheduled handler locally:
npm run dev:scheduled-trigger
Useful checks:
npm run typecheck
npm run check
npm run validateThis repo is set up with a small agent harness based on OpenAI's harness engineering research:
- AGENTS.md is the short entry point for agents.
- ARCHITECTURE.md maps runtime flow and source boundaries.
- docs/README.md indexes the versioned knowledge base.
npm run validate:harnesschecks that the harness remains discoverable.