Skip to content

Add AGENTS.md for cloud development environment#2

Draft
ksjpswaroop wants to merge 1 commit into
mainfrom
cursor/dev-environment-setup-5e46
Draft

Add AGENTS.md for cloud development environment#2
ksjpswaroop wants to merge 1 commit into
mainfrom
cursor/dev-environment-setup-5e46

Conversation

@ksjpswaroop
Copy link
Copy Markdown
Owner

Adds AGENTS.md with Cursor Cloud specific instructions for development environment setup.

Changes

  • Created AGENTS.md documenting:
    • PATH requirements ($HOME/.local/bin)
    • Key development commands (lint, typecheck, test)
    • How to run example scripts
    • Known issues (python-sat unavailability, example bug, mypy warnings)

Environment Verification

All checks pass:

  • Lint: python3 -m ruff check src/ tests/ — all checks passed
  • Typecheck: python3 -m mypy src/ — no issues in 34 source files
  • Tests: python3 -m pytest tests/ -v --tb=short — 115 passed in 0.5s
  • Examples: 3/4 examples run correctly (1 has pre-existing bug)

dev_environment_verification.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Swaroop Kallakuri <ksjpswaroop@gmail.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