Set up Cursor Cloud dev environment for StorageOps#129
Merged
Conversation
Co-authored-by: hxddh <hxddh@users.noreply.github.com>
- make ci-local mirrors CI validate job; validate-full is an alias - make dev runs scripts/dev_setup.sh (venv with --user fallback, nvm Node) - make package-check builds wheel and runs package_check.py locally - storageops doctor suggests nvm PATH when Node < 22.19 (node_path_hint in JSON) - Update CONTRIBUTING, README, AGENTS, release docs and CHANGELOG Co-authored-by: hxddh <hxddh@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
Implements the P0/P1 dev-ergonomics iteration agreed in review:
make ci-local— mirrors the CIvalidatejob offline (provider/contract/coverage gates, golden-case validation, pytest, extension tests, size/routing gates, baseline eval).make validate-fullis now an alias.make dev/scripts/dev_setup.sh— one-shot setup: editable install, Node >= 22.19 (nvm fallback),storageops install --force,storageops doctor. Falls back to--userpip whenpython3-venvis unavailable.make package-check— local wheel build +package_check.py.storageops doctor— actionable nvmPATHhint when Node < 22.19 (node_path_hintin--json).Also includes the original Cursor Cloud notes in
AGENTS.md.Verification
make ci-local— all gates green (238 pytest + 21 extension tests + 48/48 eval)bash scripts/dev_setup.sh --skip-storageops-install— doctor all ok except API key_suggest_node_pathand doctor Node hintsLive diagnosis (
storageops --print/smoke) still needs a model provider API key.storageops_setup_verification.log
To show artifacts inline, enable in settings.