docs: add Cursor Cloud environment setup notes to AGENTS.md#557
Draft
nahime0 wants to merge 1 commit into
Draft
Conversation
Co-authored-by: Vincenzo Petrucci <nahime0@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.
What
Sets up and verifies the Cloud Agent development environment for
elephc(PHP-to-native compiler in Rust) and records durable, non-obvious cloud caveats inAGENTS.md.Environment setup
1.95.0(CI-pinned in.github/docker/ci.Dockerfile) and set it as the rustup default (base image had1.83.0).libbz2-dev,libssl-dev(bridge-crate deps).as/ld/gccalready present.cargo-nextest0.9.140(used by CI and referenced in AGENTS.md).cargo build— rebuilds the compiler and materializes the bridgelibelephc_*.astaticlibs.Verification (end-to-end)
cargo build(zero warnings).examples/fizzbuzz/main.php→ native binary produces correct output.cargo test --test codegen_tests fizzbuzz.elephc_env_verification.log
Changes
AGENTS.md: added a## Cursor Cloud specific instructionssection (toolchain pinning, hostas/gccbenign linker warnings,phpnot installed, Docker cross-test scripts unavailable, quick sanity check).No source code changed.
To show artifacts inline, enable in settings.