Skip to content

[devex] Add AGENTS.md with Cursor Cloud setup instructions#1

Draft
goodindustries wants to merge 1 commit into
mainfrom
cursor/env-setup-7452
Draft

[devex] Add AGENTS.md with Cursor Cloud setup instructions#1
goodindustries wants to merge 1 commit into
mainfrom
cursor/env-setup-7452

Conversation

@goodindustries

Copy link
Copy Markdown
Owner

Adds AGENTS.md with Cursor Cloud specific instructions for future agents, covering:

  • How to start the static frontend server, FastAPI API, and pipeline
  • Key caveats (no root package.json, no linter config, ~/.local/bin PATH, large library/ data dir)
  • Docker Compose and Netlify deploy context

Evidence of working environment

Frontend — static server on :8080, scripture reader with navigation and search working:

wescripture_frontend_demo.mp4

WeScripture homepage
Genesis chapter loaded
Search results for faith

FastAPI API — all endpoints responding on :8000:

  • /healthz{"ok": true}
  • /api/version{"name": "wescripture-api", "version": "0.1.0"}
  • /api/session/ensure → creates signed session cookie
  • /api/whoami → session check

Pipeline — core modules (orchestrate, task_dispatch, task_worker, build_dashboard_state) import and compile cleanly.

Update script: pip install -r requirements-pipeline.txt -r server/requirements.txt

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

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