Skip to content

docs: add Cursor Cloud dev environment instructions to AGENTS.md#469

Merged
jepegit merged 1 commit into
masterfrom
cursor/setup-dev-environment-d75c
Jul 10, 2026
Merged

docs: add Cursor Cloud dev environment instructions to AGENTS.md#469
jepegit merged 1 commit into
masterfrom
cursor/setup-dev-environment-d75c

Conversation

@jepegit

@jepegit jepegit commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

Sets up and documents the Cursor Cloud development environment for cellpy. The only code change is a new ## Cursor Cloud specific instructions section in AGENTS.md; no source code was modified.

Environment was provisioned and verified end-to-end:

  • Installed uv (Python toolchain) and the mdbtools system package (needed to read Arbin .mdb/.res files on Linux).
  • uv sync installs Python 3.13 + project and dev deps from uv.lock (cellpycore==0.1.5 from PyPI).
  • Configured the startup update script to run uv sync (idempotent, works from repo root or workspace root).

Verification

  • uv run cellpy setup --silent — 2/2 checks passed (found mdb-export)
  • uv run cellpy info --check — 3/3 checks passed
  • uv run pytest -m essential --ignore=tests/test_plotutils_summary_plot.py — 71 passed
  • uv run black --check cellpy / uv run flake8 cellpy — run successfully (pre-existing findings only, not from this change)
  • ✅ Hello-world library task: loaded a real Arbin dataset via example_data.raw_file() → 10,261 raw rows, 103-row step table, 18-cycle summary, capacity curve computed

cellpy_hello_world.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Jan Petter Maehlen <jepe@ife.no>
@jepegit jepegit marked this pull request as ready for review July 10, 2026 11:01
@cursor

cursor Bot commented Jul 10, 2026

Copy link
Copy Markdown

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.

@jepegit jepegit merged commit 0cb479a into master Jul 10, 2026
@jepegit jepegit deleted the cursor/setup-dev-environment-d75c branch July 10, 2026 11:01

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: documentation-only AGENTS.md update adding Cursor Cloud dev instructions. Cursor Bugbot was not present on this PR (signal skipped); no reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants