Skip to content

Add AGENTS.md with Cursor Cloud dev environment setup notes#1798

Draft
dgreif wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-46df
Draft

Add AGENTS.md with Cursor Cloud dev environment setup notes#1798
dgreif wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-46df

Conversation

@dgreif

@dgreif dgreif commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Summary

Sets up and verifies the development environment for this monorepo, and adds an AGENTS.md documenting durable, non-obvious setup notes for future Cloud Agents.

The only committed change is the new AGENTS.md. No application code was modified.

What was verified

  • npm ci — installs all workspace deps.
  • npm run build — all 3 packages build (turbo).
  • npm run lint — clean across all packages.
  • npm test — 18/18 vitest tests pass (ring-client-api, mocked Ring servers via msw).
  • npm run dev — Homebridge boots, loads homebridge-ring@14.3.0 from TypeScript source, registers/initializes the Ring platform, and publishes a pairable HomeKit bridge.

Key gotcha captured in AGENTS.md

npm run dev / example scripts / CLIs rely on Node's native TypeScript type-stripping, which requires Node >= 22.18 (or >= 24). The base node on PATH is an older 22.x that fails with Unknown file extension ".ts". The environment now uses an nvm-managed newer node (default 24) via a ~/.bashrc prepend so login/tmux shells work out of the box; build/lint/test work on any supported node.

Open in Web Open in Cursor 

Co-authored-by: Dusty Greif <dgreif@users.noreply.github.com>
@changeset-bot

changeset-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6392f9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

2 participants