Conversation
Co-authored-by: Abhi Mehrotra <abhimehro@pm.me>
|
Cursor Agent can help with this pull request. Just |
|
Merging to
|
|
👋 Development Partner is reviewing this PR. Will provide feedback shortly. |
Summary of ChangesHello @abhimehro, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces essential documentation for setting up and operating the project's development environment, specifically tailored for Cursor Cloud agents. It provides a clear guide covering the project's architecture, required runtime dependencies, and standard development workflows, while also highlighting a critical existing bug that impacts the main application module. This ensures that new developers can quickly onboard and understand the system's operational nuances. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request adds a new AGENTS.md file with instructions for setting up the development environment in Cursor Cloud. The instructions cover project overview, runtime requirements, common commands, known issues, and secrets for live runs. The file provides helpful information for future agents working on the project.
|
|
||
| ### Runtime | ||
|
|
||
| - Requires **Python >= 3.13** (uses modern language features). The VM's system Python is 3.12; `uv python install 3.13` provides the right version and `uv sync` picks it up automatically via `requires-python` in `pyproject.toml`. |
|
|
||
| ### Secrets for live runs | ||
|
|
||
| A live sync run requires `TOKEN` (Control D API token) and `PROFILE` (profile ID) as environment variables or in a `.env` file. All tests use mocks and do not need these secrets. |
Create
AGENTS.mdto provide Cloud-specific instructions for future agents.