docs(repo): add Cursor Cloud specific instructions to AGENTS.md#59
Closed
Gsbreddy wants to merge 1 commit into
Closed
docs(repo): add Cursor Cloud specific instructions to AGENTS.md#59Gsbreddy wants to merge 1 commit into
Gsbreddy wants to merge 1 commit into
Conversation
Co-authored-by: Gottam Sai Bharath <Gsbreddy@users.noreply.github.com>
7 tasks
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
Adds a
## Cursor Cloud specific instructionssection toAGENTS.mdwith non-obvious caveats for future Cloud Agent sessions.Why
Future Cursor Cloud agents need to know how to run lint/tests/build/serve without re-discovering environment-specific gotchas every session (e.g. Playwright requiring
FLIGHTDECK_E2E_PYTHON,flightdeck serveneeding an initialized workspace).Changes
FLIGHTDECK_E2E_PYTHONpointed at the venv Pythonflightdeck serverequires aflightdeck.yamlworkspaceweb/changesValidation
uv sync --frozen --extra devuv run python -m ruff check src testsuv run python -m pytestuv run flightdeck-quickstart-verifyuv run flightdeck --helpcd web && npm ci && npm run build && cd .. && git diff --exit-code src/flightdeck/server/static/cd web && FLIGHTDECK_E2E_PYTHON=/workspace/.venv/bin/python npm run test:e2eSchema / Storage Impact
Risk
Docs-only change, no code impact.
Review
Notes
All verification commands pass: 139 pytest tests (83% coverage), 18 Playwright e2e tests, ruff clean, quickstart smoke OK.