Add AGENTS.md with Cursor Cloud development instructions#42
Conversation
Co-authored-by: endolith <endolith@gmail.com>
PR Summary
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
=======================================
Coverage 96.31% 96.31%
=======================================
Files 19 19
Lines 489 489
=======================================
Hits 471 471
Misses 18 18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Adds
AGENTS.mdwith Cursor Cloud-specific development instructions for future agents working in this repository.What's included
~/.local/binPATH requirement forpytestandruffVerification
All checks pass in the cloud environment:
ruff check --select=E9,F63,F7,F82 .— All checks passedpytest --doctest-modules --ignore=examples --cov— 215/215 passedpython examples/weber_1977_expressions.py— reproduces Weber 1977 table correctlyTest output:
pytest_output.log
Hello world output:
hello_world_output.log
To show artifacts inline, enable in settings.