Add AGENTS.md with Cursor Cloud dev environment setup notes#47
Closed
jarugupj wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Phani Bharadwaj Jarugumilli <jarugupj@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 the Cloud Agent development environment for this
cuamonorepo and documents the durable, non-obvious setup learnings in a newAGENTS.md.>=22.19.0via nvm (VM default/exec-daemon/nodeisv22.14.0); shell activation persists through~/.bashrc.npm install, full workspace build, typecheck, and unit tests across all packages.ptywrightnative binding (Zig 0.15.2 + ghostty) so the CLI TUI fixture tests run.KERNEL_API_KEY+ a provider key) and theptywrightbuild/test caveats.Update script
npm install(minimal; Node selection handled via~/.bashrc, nativeptywrightbuild is optional/dev-only and documented inAGENTS.md).Testing
npm run build(full workspace incl. native binding) — passnpx tsc -b(typecheck) — passnpm test --workspace @onkernel/cua-ai— 88 passednpm test --workspace @onkernel/cua-agent -- --exclude "**/*.live.test.ts"— 32 passedPTYWRIGHT_REQUIRED=1 npm test --workspace @onkernel/cua-cli— 42 passed (incl. 5 TUI fixtures)npx tsx packages/cli/src/cli.ts --help/models— runsLive browser e2e (
-ptask) requiresKERNEL_API_KEY+ a provider key, which are not set in this environment.cua_env_setup.log
To show artifacts inline, enable in settings.