Add Cursor Cloud specific development environment instructions#10
Draft
Add Cursor Cloud specific development environment instructions#10
Conversation
- Document Docker infrastructure setup (Postgres pgvector on 15432, Redis on 16379) - Document fresh volume gotcha for DB init scripts and pgvector extension - Document app/worker startup commands and health endpoint auth behavior - Note pre-existing test failure in executive-agent-selector - Document minimal .env configuration requirements Co-authored-by: Rushik-B <Rushik-B@users.noreply.github.com>
- Document Google 2FA blocker for automated login - Document onboarding flow steps and Gmail/Gemini API dependencies - Note post-onboarding Queue page behavior Co-authored-by: Rushik-B <Rushik-B@users.noreply.github.com>
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 operational notes discovered during development environment setup. These instructions help future cloud agents bootstrap and run the Clira development environment correctly.What changed
/api/healthauth behaviorexecutive-agent-selector.test.ts.envconfiguration requirements for local developmentVerification
npm run lintpasses cleanly (0 warnings/errors)npm testpasses 193/194 tests (1 pre-existing failure inexecutive-agent-selector.test.ts)npm run build:workercompiles successfullynpm run devstarts the Next.js dev server on port 3000