docs: add AGENTS.md with Cursor Cloud dev environment notes#307
Draft
jqdsouza wants to merge 1 commit into
Draft
docs: add AGENTS.md with Cursor Cloud dev environment notes#307jqdsouza wants to merge 1 commit into
jqdsouza wants to merge 1 commit into
Conversation
Co-authored-by: Justin D'Souza <jqdsouza@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up and verifies the development environment for this repo in Cursor Cloud, and records durable, non-obvious setup notes for future cloud agents in a new
AGENTS.md.No product/source code was changed — this PR only adds
AGENTS.md. The reusable dependency-refresh steps are captured in the Cloud environment update script (installs Go 1.25, warms Go module + npm caches), not in the repo.What was verified
go 1.24modules and thego 1.25.0collector exporter module).go.devis egress-blocked, soGOTOOLCHAIN=autofails — setGOTOOLCHAIN=localand fetch the toolchain fromdl.google.com.cd cli/beacon && make build(builds + embedsbeacon-hooks).go test ./...across all four modules +go test -race ./internal/endpoint/.... All pass except two macOS-only tests that CI runs onmacos-latest(TestConfigureVSCodePreservesSettingsAndDisablesContentCaptureByDefault,TestRollbackReportsCollectorRestartFailure).golangci-lint runexecutes (not a CI gate; reports pre-existing findings).npm ci,npm test(22 passing),npm run check,npm run build,npm run pack:dry-run.curl-pipe-to-shellthreat withbeacon scan, and viewed the events + findings in the localbeacon endpoint dashboard.beacon_dashboard_walkthrough.mp4
Findings page showing curl-pipe-to-shell HIGH finding
To show artifacts inline, enable in settings.