Skip to content

fix(agents): correct Cloud VM bun PATH instructions in AGENTS.md#243

Open
Drswith wants to merge 1 commit into
mainfrom
cursor/fix-cloud-env-setup-51f9
Open

fix(agents): correct Cloud VM bun PATH instructions in AGENTS.md#243
Drswith wants to merge 1 commit into
mainfrom
cursor/fix-cloud-env-setup-51f9

Conversation

@Drswith
Copy link
Copy Markdown
Owner

@Drswith Drswith commented May 12, 2026

Summary

Fix incorrect Cloud VM instructions in AGENTS.md. The previous text stated bun v1.3.11 was pre-installed via ~/.bun/bin, but in practice bun may not exist on fresh VMs and ~/.bashrc is not sourced in non-interactive shells. Updated to document the auto-install fallback in the update script and the explicit PATH export requirement.

Also updated the VM update script to:

  1. Export BUN_INSTALL and PATH explicitly (non-interactive shells don't source ~/.bashrc)
  2. Auto-install bun if not found
  3. Run bun install

Linked Artifacts

  • Issue: N/A (environment setup fix)
  • ADR: N/A
  • OpenSpec: N/A (no behavior/contract change)
  • Discussion: N/A

Validation

  • bun run memory:check
  • bun run lint
  • bun run format:check
  • bun run typecheck
  • bun run test (471 tests passed)

Release Intent

  • Release: not applicable - docs/process/test-only change

Docs Updated

  • Not needed (only AGENTS.md cloud instructions corrected)

Scope Check

  • I did not add a new ad hoc root-level Markdown file.
  • I updated the relevant issue, ADR, spec, runbook, or captured the missing doc work as follow-up.
  • I did not silently expand project scope without recording it explicitly.

Closure Check

  • Working tree was clean after commit.
  • Branch was pushed and this PR is the active delivery artifact.
  • OpenSpec change is not needed, still active by design until merge, already archived, or queued for agent-driven archive closure.
  • Release is not applicable, delegated to release automation, or verified.
Open in Web Open in Cursor 

The previous instruction incorrectly stated bun v1.3.11 was pre-installed.
In practice, bun may not be present on fresh VMs and ~/.bashrc is not
sourced in non-interactive shells. Updated to document the auto-install
fallback in the update script and the explicit PATH export requirement.
@cursor cursor Bot force-pushed the cursor/fix-cloud-env-setup-51f9 branch from 54df21c to a38ec6d Compare May 12, 2026 17:47
@Drswith Drswith marked this pull request as ready for review May 12, 2026 23:07
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.

1 participant