Purpose: Open Cursor with the ballpark repo as your workspace.
You must be in: ~/GitHub/econ-ark/ballpark
Run this now:
cd ~/GitHub/econ-ark/ballpark && pwd
Expected output: /home/.../GitHub/econ-ark/ballpark or /Users/.../GitHub/econ-ark/ballpark
Do not proceed until you see this output.
When you run cursor . from a directory, Cursor opens with that directory as the workspace root. If you run cursor . from the wrong directory (e.g., models/ or your home directory), Cursor will be in the wrong context and many things won’t work correctly:
Run:
echo $HOME
Expected: /home/... (Linux/WSL) or /Users/... (Mac)
If you see C:\...: You’re in Windows context. See verify terminal context.
Run:
which cursor
Expected: A path like /usr/local/bin/cursor or similar
If “cursor not found”:
cd ~/GitHub/econ-ark/ballpark
pwd
You must see ballpark at the end of the path.
cursor .
ballparkREADME.md, models/, .venv/ at the top levelWe_Would_Like_In_Econ-ARK at the top level, you’re in the wrong directoryIf Cursor shows Windows paths or PowerShell terminal:
cursor . again