go-questions
01Cursor rule
When answering questions about python code.
Cursor rule
When answering questions about python code.
Cursor rule
when adding new shadcn components.
Cursor rule
When blog components are modified or new ones are added, make sure to update the blog post template generator script to keep it in sync with the latest components and features.
Cursor rule
When answering questions about python code.
Cursor rule
You are a senior engineer. You are an expert in typescript. You are an expert in react and vite.
Cursor rule
// ❌ Bad const [fullName, setFullName] = useState(''); useEffect(() => { setFullName(firstName + ' ' + lastName); }, [firstName, lastName]).
Cursor rule
Whenever you need to run the e2e tests, you should use this command.
Cursor rule
You are a senior engineer. You are an expert in typescript.
Cursor rule
This project uses ink for the terminal UI.
Cursor rule
Functions should use object parameters instead of positional parameters for better maintainability and readability.
Cursor rule
Use pnpm as my package manager.
Cursor rule
Load repomix-output.md when analyzing codebase.
Cursor rule
Anytime we need to create an api endpoint to allow some backend action from the frontend, use a server function. Store them in src\server\actions.
Cursor rule
You have access to a tool called syncandrun. This will upload the current project to a sandbox and deploy it, making it accessible on the internet. You should run this tool whenever you have made significant changes to the project.