Add AGENTS.md with Cursor Cloud development environment instructions#85
Merged
Conversation
- Document sandbox RLIMIT_NPROC gotcha (SKILLLITE_MAX_PROCESSES=200) - Document python3-venv requirement for skill environments - Document non-TTY auto-approve for Level 3 scans - Reference existing docs for lint/test/build commands - Note Rust 1.85+ requirement for edition 2024 deps Co-authored-by: EXboy <EXboys@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
AGENTS.mdwith Cursor Cloud specific instructions for future agents developing in this codebase.Task Linkage
N/A(lightweight environment documentation)Injected Specs
spec/architecture-boundaries.md(if architecture/layering changed)spec/security-nonnegotiables.md(if sandbox/security changed)spec/testing-policy.md(required for any code change)spec/docs-sync.md(if behavior/docs/env/commands changed)Validation Evidence
cargo build— compiles successfullycargo fmt --check— no formatting issuescargo clippy --all-targets -- -D warnings— cleancargo test— 684 tests passed, 0 failedruff check python-sdk/— all checks passedcd python-sdk && pytest— 23 tests passedskilllite run .skills/calculator '{"operation":"add","a":42,"b":58}'— sandbox L3 execution successfulskilllite run .skills/text-processor '{"operation":"uppercase","text":"hello world"}'— sandbox L3 with auto-approve successfulSKILLLITE_MAX_PROCESSES=200is needed in Cloud Agent VMsVerification log:
dev_environment_verification.log
Regression Scope
Docs Sync (EN/ZH)
Review Checklist
To show artifacts inline, enable in settings.