docs: add Cursor Cloud dev environment instructions to AGENTS.md#469
Merged
Conversation
Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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 and documents the Cursor Cloud development environment for
cellpy. The only code change is a new## Cursor Cloud specific instructionssection inAGENTS.md; no source code was modified.Environment was provisioned and verified end-to-end:
uv(Python toolchain) and themdbtoolssystem package (needed to read Arbin.mdb/.resfiles on Linux).uv syncinstalls Python 3.13 + project anddevdeps fromuv.lock(cellpycore==0.1.5from PyPI).uv sync(idempotent, works from repo root or workspace root).Verification
uv run cellpy setup --silent— 2/2 checks passed (foundmdb-export)uv run cellpy info --check— 3/3 checks passeduv run pytest -m essential --ignore=tests/test_plotutils_summary_plot.py— 71 passeduv run black --check cellpy/uv run flake8 cellpy— run successfully (pre-existing findings only, not from this change)example_data.raw_file()→ 10,261 raw rows, 103-row step table, 18-cycle summary, capacity curve computedcellpy_hello_world.log
To show artifacts inline, enable in settings.