Skip to content

chore: Set up Cloud Agent development environment#741

Merged
cjbell merged 1 commit intomainfrom
cjbell-development-environment-setup-ff4b
Mar 18, 2026
Merged

chore: Set up Cloud Agent development environment#741
cjbell merged 1 commit intomainfrom
cjbell-development-environment-setup-ff4b

Conversation

@cjbell
Copy link
Contributor

@cjbell cjbell commented Mar 18, 2026

Description

Set up the Cursor Cloud Agent development environment for the Knock CLI codebase.

Changes:

  • Deleted .cursor/environment.json so snapshot-managed environment settings can take effect
  • Updated AGENTS.md with a ## Cursor Cloud specific instructions section documenting:
    • Node.js >= 20.19.0 requirement (the .tool-versions specifies 20.9.0 but @swc/cli@0.8.0 needs >= 20.19.0)
    • Use ./bin/dev.js for development (handles @/ path aliases via tsconfig-paths/register)
    • No external services required; all tests use nock for HTTP mocking
    • Standard dev commands reference

Todos

  • Delete .cursor/environment.json
  • Add Cloud-specific instructions to AGENTS.md

Tasks

Development environment setup for Cloud Agent workflow.

Open in Web Open in Cursor 

…S.md

- Delete .cursor/environment.json so snapshot-managed settings take effect
- Add Cursor Cloud specific instructions to AGENTS.md with dev caveats:
  - Node >= 20.19.0 required (not 20.9.0 from .tool-versions)
  - Use bin/dev.js for development (handles @/ path aliases)
  - No external services needed, tests fully self-contained

Co-authored-by: Chris Bell <chris@cjbell.co>
@cjbell cjbell marked this pull request as ready for review March 18, 2026 15:05
@cjbell cjbell merged commit bab2eb1 into main Mar 18, 2026
8 checks passed
@cjbell cjbell deleted the cjbell-development-environment-setup-ff4b branch March 18, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants