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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
hermes/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=.3d47511975to9eeca80885Closing as stale during the one-time triage of pull requests that predate the handoff system: this WIP cloud dev environment branch has seen no activity and is superseded by the current repository setup. Reopen if it is still wanted.
Closing as superseded: the Cursor Cloud guidance here is stale (the missing URL in .env.example and the absent test specs were both fixed by the merged PRs 2 and 3; the suite now passes 16 tests).
Closing as superseded: the AGENTS.md guidance here is stale — the missing URL entry in .env.example and the absent test specs it describes were both fixed by the merged PRs #2 and #3, and the suite now passes 16 tests. The branch is also unmergeable at
9eeca80. Nothing here is still wanted.Pull request closed