Set up Cursor Cloud dev environment#23
Merged
Merged
Conversation
Co-authored-by: Mukesh Vemulapalli <vemulapallimukesh@gmail.com>
Co-authored-by: Mukesh Vemulapalli <vemulapallimukesh@gmail.com>
Mukku27
marked this pull request as ready for review
July 10, 2026 11:39
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up the development environment for this AI-powered Inventory Management (Streamlit + SQLite + Gemini) app, verifies it works end-to-end, and gets CI green.
AGENTS.mdwith## Cursor Cloud specific instructionscapturing non-obvious startup caveats (nopython3.11binary, DB is gitignored and seeding is opt-in via--seed, app runs fully without API keys,pandasaiintentionally absent).constraints.txtto patched versions to clearpip-auditfindings (cryptography48.0.1,gitpython3.1.50,idna3.15,msgpack1.2.1,pillow12.2.0,pytest9.0.3,tornado6.5.7,urllib32.7.0); the regenerated lock also includes previously-omittedpip-toolssubdeps.No application code was modified.
CI
Was failing on
pip-audit(24 vulns across 8 transitively-pinned packages from newly-published CVEs). After bumping the pinned versions, all 5 checks pass.Environment verification
Installed dependencies into
.venv(Python 3.12; project supports>=3.11), initialized + seeded the SQLite database, and ran the app.ruff check .python -m pytestpip-auditstreamlit run app.pyHello-world walkthrough
Loaded the dashboard (500 seeded products, ~$123.9M inventory value), entered the natural-language query "How many products are in inventory?", and the app generated + executed
SELECT COUNT(*) AS product_count FROM PRODUCT, returning 500.inventory_app_nl_query_demo.mp4
Inventory dashboard
Natural language query result
To show artifacts inline, enable in settings.