Skip to content

docs: add Cursor Cloud dev environment notes to AGENTS.md#1289

Draft
heyglassy wants to merge 1 commit into
mainfrom
cursor/document-cloud-dev-env-a489
Draft

docs: add Cursor Cloud dev environment notes to AGENTS.md#1289
heyglassy wants to merge 1 commit into
mainfrom
cursor/document-cloud-dev-env-a489

Conversation

@heyglassy

Copy link
Copy Markdown

What

Adds a ## Cursor Cloud specific instructions section to AGENTS.md for building/testing the pscale CLI from source (the existing content documents how to use an installed pscale):

  • Go 1.26 (per go.mod) at /usr/local/go; the update script warms the module cache with go mod download.
  • Build (go build -o /tmp/pscale ./cmd/pscale / make build), test (go test ./...), vet (go vet ./...).
  • Self-compiled binaries print a dev-warning banner; silence with PSCALE_DISABLE_DEV_WARNING=true.
  • pscale auth check --format json / agent-guide --format json run without credentials as smoke tests.

Why

Docs-only change so future cloud agents know how to build/test the CLI source. No code or behavior changes.

Open in Web Open in Cursor 

Co-authored-by: Christian Glassiognon <heyglassy@users.noreply.github.com>
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