Skip to content

Add AGENTS.md with Cursor Cloud dev environment instructions#84

Draft
EXboys wants to merge 1 commit into
mainfrom
cursor/setup-dev-env-ec14
Draft

Add AGENTS.md with Cursor Cloud dev environment instructions#84
EXboys wants to merge 1 commit into
mainfrom
cursor/setup-dev-env-ec14

Conversation

@EXboys
Copy link
Copy Markdown
Owner

@EXboys EXboys commented May 28, 2026

Summary

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

  • How to run lint/test/build (mirrors CI pipeline)
  • Key gotchas for Cloud Agent VMs (sandbox namespace limitations, python3-venv requirement, PATH setup)
  • Quick reference for running skills with appropriate env vars

Validation

All CI-equivalent checks pass in the Cloud Agent environment:

  • cargo fmt --check — pass
  • cargo clippy --all-targets -- -D warnings — pass
  • cargo test — 567 tests pass
  • cargo deny check bans — pass
  • Python SDK: ruff check, ruff format --check, mypy, pytest (23 tests) — all pass
  • Application runs: skilllite --version (0.1.29), skilllite list (14 skills), skill execution verified

dev_env_verification.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: EXboy <EXboys@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