WIP: chore: add Cursor Cloud dev environment instructions #1
No reviewers
Labels
No labels
agent:mac-pending
agent:vm-pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
hermes/project-nomad!1
Loading…
Reference in a new issue
No description provided.
Delete branch "Josh/cloud-dev-environment-setup-cb37"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Sets up the Cursor Cloud development environment for Project N.O.M.A.D. and documents durable startup instructions for future cloud agents in a new
AGENTS.md.This PR only adds
AGENTS.md— no application code is modified. System dependencies (Docker, MySQL, Redis) and npm deps were installed/verified during the setup session; the recurring update script is justnpm ci --prefix admin.What was set up
fuse-overlayfs+ containerd snapshotter disabled) — the app's core function is orchestrating tool containers via/var/run/docker.sock.nomad_mysql) and Redis 7 (nomad_redis) as Docker containers on 3306/6379.admin/.env(with the requiredURLvar missing from.env.example, and a generatedAPP_KEY), ran migrations + seed.npm run dev, :8080) and queue workers (npm run work:all).Verification / testing
npm run typecheck— cleannpm run build— cleannpm run lint— runs, but reports pre-existingprettier/prettierformatting errors onmain(not introduced here)node ace test— runs (no test specs exist → "NO TESTS EXECUTED")GET /api/health→ 200SGVsbG8gTk9NQUQ=.View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.