I want to integrate the Error Learner package (https://github.com/EricWahoo/cursor-error-learner) into my existing Python project. Please:
- Install the package using pip
- Add the necessary imports to my project
- Identify key functions in my codebase that would benefit from error tracking
- Add the @track decorator to those functions
- Set up workspace analysis for my project
- Configure any necessary development dependencies
Please show me the changes you plan to make before executing them.
-------- OR -------------
I want to enable automatic error tracking in my Python project using the Error Learner package (https://github.com/EricWahoo/cursor-error-learner). Please:
- Install the package
- Enable automatic error tracking through the Cursor IDE integration
- Set up workspace analysis to detect potential issues
- Configure the development environment
Please show me the changes you plan to make before executing them.