Skip to content

docs: Cursor Cloud development environment guide#90

Draft
nttylock wants to merge 1 commit into
mainfrom
cursor/dev-environment-setup-59e1
Draft

docs: Cursor Cloud development environment guide#90
nttylock wants to merge 1 commit into
mainfrom
cursor/dev-environment-setup-59e1

Conversation

@nttylock

Copy link
Copy Markdown
Member

Summary

Adds docs/cursor-cloud-development.md with commands and workflows for Cloud Agent VMs working on AdClaw.

The repo-root AGENTS.md is gitignored (local agent notes); this committed doc mirrors the Cursor Cloud section for the team.

VM update script (proposed)

python3 -m pip install -e ".[dev]"
cd console && npm ci

Verified locally in Cloud Agent

  • python3 -m pip install -e ".[dev]" and cd console && npm ci
  • python3 -m pytest -m "not slow": 730 passed (9 failures are live-server / consolidation tests)
  • cd console && npm run format:check: pass
  • python3 -m adclaw init --defaults --accept-security + python3 -m adclaw app on :8088
  • Health API + skills API (121 skills) + persona creation from template + Web UI Personas page

Researcher persona in AdClaw Console

adclaw-dev-env-demo.mp4

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Ntty <nttylock@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