Skip to content

Add Cursor Cloud dev environment setup (AGENTS.md)#4034

Draft
fiftin wants to merge 1 commit into
developfrom
cursor/setup-dev-environment-c26e
Draft

Add Cursor Cloud dev environment setup (AGENTS.md)#4034
fiftin wants to merge 1 commit into
developfrom
cursor/setup-dev-environment-c26e

Conversation

@fiftin

@fiftin fiftin commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

Sets up and documents the development environment for Semaphore UI so future Cursor Cloud agents can build, test, and run the app.

  • Adds AGENTS.md with a ## Cursor Cloud specific instructions section covering non-obvious startup caveats (go-task on PATH, git-ignored build artifacts, SQLite dev config + admin seeding, running the server, lint/test notes).
  • Registers a minimal update script (dependency refresh only): install go-task, go mod vendor, and npm --prefix web install.

No application code was modified.

Verified in this environment

  • task deps + task build (frontend → api/public, backend → bin/semaphore) succeed.
  • go test ./... — all backend packages pass.
  • Server runs at http://localhost:3000; API ping/login/user respond correctly.
  • End-to-end UI smoke test: logged in as admin, created a demo project, ran the "Ping semaphoreui.com" Ansible task template with live streamed output ending in Success.

semaphore_login_create_project_run_task.mp4

Demo project created
Task run success with streamed output

Note: task lint:fe reports pre-existing lint errors in the repo (not related to this setup); task lint:be requires golangci-lint/swagger, which are intentionally not installed by task deps.

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Denis Gukov <fiftin@outlook.com>
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

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: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 42cbadc0-3c68-429f-a1d6-c28735e3bb7c

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/setup-dev-environment-c26e

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

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