Skip to content

Add AGENTS.md with Cursor Cloud development instructions#1

Draft
mlsoldano-boop wants to merge 2 commits into
mainfrom
cursor/dev-env-setup-0421
Draft

Add AGENTS.md with Cursor Cloud development instructions#1
mlsoldano-boop wants to merge 2 commits into
mainfrom
cursor/dev-env-setup-0421

Conversation

@mlsoldano-boop

Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with development environment instructions for Cursor Cloud agents working on this repository.

What's included

  • Project overview (backend Express server + vanilla frontend)
  • How to install dependencies and run the dev server
  • Key caveats: no build step, no test framework, server requires valid EyePop.ai credentials to start

Environment verification

Dependencies install successfully in both root and server/ directories. The frontend serves correctly on port 5173:

GuideDog frontend loaded

Update script

The VM startup update script runs:

npm install --prefix /workspace
npm install --prefix /workspace/server

Blocking: EyePop.ai credentials required

The Express server requires EYEPOP_SECRET_KEY and EYEPOP_POP_ID environment secrets to start. Without valid credentials, the server exits at startup with an authentication error. These must be added as Cursor Cloud secrets.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

cursoragent and others added 2 commits April 8, 2026 06:36
Co-authored-by: Mason <mlsoldano-boop@users.noreply.github.com>
Co-authored-by: Mason <mlsoldano-boop@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants