Skip to content

Add Cloud Agent Development Environment Setup#1008

Draft
nickmisasi wants to merge 1 commit into
masterfrom
cursor/dev-environment-setup
Draft

Add Cloud Agent Development Environment Setup#1008
nickmisasi wants to merge 1 commit into
masterfrom
cursor/dev-environment-setup

Conversation

@nickmisasi
Copy link
Copy Markdown
Contributor

Summary

Adds development environment configuration files for Cursor Cloud Agents working on this plugin.

Changes

  • cursor.md — Cloud-specific instructions (services, env vars, build/deploy/lint/test commands, gotchas). Concatenated into AGENTS.md at runtime by the update script (never committed).
  • .cursor/skills/agent-browser/SKILL.md — Browser automation skill for GUI-based testing via agent-browser CLI.
  • .gitignore — Added AGENTS.md to prevent accidental commits of the runtime-generated file.

Development Environment

The update script (configured via SetupVmEnvironment) handles:

  1. Docker CE installation with nested-container workarounds (fuse-overlayfs, iptables-legacy)
  2. Go 1.25 installation (matching go.mod)
  3. Node.js 24.13.1 installation via n (matching .nvmrc)
  4. AWS CLI installation
  5. agent-browser CLI + bundled Chrome
  6. PostgreSQL + Mattermost Enterprise containers with admin user setup
  7. Project dependency installation (go mod download, npm install in webapp)

Verification

Plugin deployed and verified active via /github about slash command:

GitHub plugin responding to /github about command in Mattermost

Test Results

  • npm run lint (ESLint — clean)
  • npm run check-types (TypeScript — clean)
  • npm run test (Jest — 22 tests passed)
  • go test ./... (Go — all packages pass)
  • make deploy (plugin built and deployed successfully)
  • /github about responds with version 2.7.1
Open in Web Open in Cursor 

- Add cursor.md with cloud-specific development instructions
- Add .cursor/skills/agent-browser/SKILL.md for browser automation
- Update .gitignore to exclude runtime-generated AGENTS.md

Co-authored-by: Nick Misasi <nick13misasi@gmail.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 85142f02-10a5-4128-85ac-dace830749a3

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/dev-environment-setup

Comment @coderabbitai help to get the list of available commands and usage tips.

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