WIP: Add AGENTS.md with Cursor Cloud development instructions #10

Closed
LordSchmackes wants to merge 1 commits from cursor/dev-environment-setup-57d2 into main
LordSchmackes commented 2026-05-23 20:35:08 +00:00 (Migrated from github.com)

Summary

Adds AGENTS.md with development environment instructions for Cursor Cloud agents, covering:

  • How to run the PHP development server
  • Lint commands (PHP syntax check)
  • Testing approach (no automated tests exist; manual verification)
  • Environment configuration (.env setup)
  • Key caveats (flat-file JSON DB, CDN-loaded frontend libs, no npm/build step)

Environment Setup

This codebase requires only:

  • PHP 8.x CLI (php-cli, php-json, php-mbstring)
  • A .env file copied from .env.example

The dev server starts with php -S localhost:8000.

Demo

flixcooks_hello_world_demo.mp4

Homepage and recipe detail page working end-to-end:

FlixCooks homepage hero section
Recipe detail page
Recipe steps section

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## Summary Adds `AGENTS.md` with development environment instructions for Cursor Cloud agents, covering: - How to run the PHP development server - Lint commands (PHP syntax check) - Testing approach (no automated tests exist; manual verification) - Environment configuration (`.env` setup) - Key caveats (flat-file JSON DB, CDN-loaded frontend libs, no npm/build step) ## Environment Setup This codebase requires only: - PHP 8.x CLI (`php-cli`, `php-json`, `php-mbstring`) - A `.env` file copied from `.env.example` The dev server starts with `php -S localhost:8000`. ## Demo [flixcooks_hello_world_demo.mp4](https://cursor.com/agents/bc-f70d86a5-ed42-477c-abba-8a98c04d57d2/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Fflixcooks_hello_world_demo.mp4) Homepage and recipe detail page working end-to-end: [FlixCooks homepage hero section](https://cursor.com/agents/bc-f70d86a5-ed42-477c-abba-8a98c04d57d2/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Fhomepage_hero.webp) [Recipe detail page](https://cursor.com/agents/bc-f70d86a5-ed42-477c-abba-8a98c04d57d2/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Frecipe_detail.webp) [Recipe steps section](https://cursor.com/agents/bc-f70d86a5-ed42-477c-abba-8a98c04d57d2/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Frecipe_steps.webp) <sub>To show artifacts inline, <a href="https://cursor.com/dashboard/cloud-agents#my-pull-requests">enable</a> in settings.</sub> <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-f70d86a5-ed42-477c-abba-8a98c04d57d2"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a>&nbsp;<a href="https://cursor.com/background-agent?bcId=bc-f70d86a5-ed42-477c-abba-8a98c04d57d2"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;</div>

Pull request closed

This pull request cannot be reopened because the branch was deleted.
This pull request is marked as a work in progress.
Sign in to join this conversation.