Ported to site workflow
No Reserv-ai-tions
A full-stack publishing flow for restaurant and venue reviews: casual request plus a photo in, structured review, processed assets, verified build, and production publish out.
Why demo it: Shows research, writing, asset processing, and deployment in one loop.
Input
- • Natural-language request
- • Venue name / context
- • Real photo from the experience
Core tool calls
- • read repo schema + nearby reviews
- • web_search / web_fetch venue metadata
- • write review markdown
- • exec image processing + build + git
Workflow
- 01 Start in the Astro site repo
- 02 Check whether the venue already exists
- 03 Research address, coordinates, tags, and URL
- 04 Write review markdown in the site schema and voice
- 05 Process the image into site assets
- 06 Run the build, commit, rebase, and push
Source of truth
- src/content/reviews/*.md
- public/no-reserv-ai-tions/
Definition of done
- ✓ Review file exists
- ✓ Hero and thumb generated
- ✓ Build passes
- ✓ Changes pushed