Add Cursor Cloud dev environment setup notes#195
Conversation
Co-authored-by: Koman Rudden <koman.rudden@gmail.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
Sets up and documents the development environment for the Kinde Python SDK so Cursor Cloud agents can build, test, lint, and run the example apps.
This PR only adds
AGENTS.md(no source code changes). The dependency-refresh startup script is configured separately via the environment setup tool.What was done
.venv(Ubuntu system Python is PEP 668 externally-managed) fromrequirements.txt.443 passed, 3 skippedvia.venv/bin/pytest.black,flake8) is available./loginflow end-to-end — the SDK generated a valid OAuth2/OIDC + PKCE authorization redirect to Kinde.Startup update script
Notes