Skip to content

docs: add admin test account and Cursor Cloud instructions#1

Merged
kentcdodds merged 2 commits intomainfrom
cursor/development-environment-setup-6eef
Mar 17, 2026
Merged

docs: add admin test account and Cursor Cloud instructions#1
kentcdodds merged 2 commits intomainfrom
cursor/development-environment-setup-6eef

Conversation

@kentcdodds
Copy link
Copy Markdown
Member

@kentcdodds kentcdodds commented Mar 17, 2026

Summary

Document the admin test account (me@kentcdodds.com / iliketwix) and add cloud agent development environment guidance.

Changes

Admin account documentation (4 files):

  • docs/agents/setup.md — Added admin seed command and credentials in the "Seed test account" section
  • docs/getting-started.md — Added admin credentials section with seed command, notes admin status is determined by email match in shared/admin.ts
  • AGENTS.md — Added admin account to the cloud-specific instructions alongside the regular test account
  • .github/workflows/preview.yml — Seeds the admin account in preview deploys alongside the existing kody@kcd.dev account

Cloud agent setup (2 files):

  • AGENTS.md — Added ## Cursor Cloud specific instructions section with non-obvious gotchas (port 3742, .env setup, mock servers, test account seeding)
  • .cursor/CLOUD.md — Fixed incorrect dev server port from localhost:8787 to localhost:3742

Test accounts

Account Email Password Role
Regular user kody@kcd.dev kodylovesyou user
Admin me@kentcdodds.com iliketwix admin (via shared/admin.ts)
Open in Web Open in Cursor 

cursoragent and others added 2 commits March 17, 2026 00:48
- Add '## Cursor Cloud specific instructions' section to AGENTS.md with
  non-obvious gotchas for cloud agents (port 3742, .env setup, mock
  servers, test account seeding)
- Fix incorrect dev server port in .cursor/CLOUD.md (3742, not 8787)

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
Document the admin test account across all relevant files:
- docs/agents/setup.md: add admin seed command and credentials
- docs/getting-started.md: add admin credentials section
- AGENTS.md: add admin account to cloud-specific instructions
- .github/workflows/preview.yml: seed admin account in preview deploys

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
@cursor cursor Bot changed the title docs: add Cursor Cloud specific instructions and fix dev server port docs: add admin test account and Cursor Cloud instructions Mar 17, 2026
@kentcdodds kentcdodds marked this pull request as ready for review March 17, 2026 00:57
@kentcdodds kentcdodds merged commit 3955b20 into main Mar 17, 2026
13 of 14 checks passed
@kentcdodds kentcdodds deleted the cursor/development-environment-setup-6eef branch March 17, 2026 00:57
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