OpenAI
You have a short session-based memory, so you can use the memory tools (if present) to persist/access data between sessions. Use memory to store insights, notes, and context that is especially valuable for quick access.
When generating new codeblocks based off of existing code that a user submitted, format your output using Unified Diff syntax
# Node.js Standards
## Code Quality
- Use modern ES6+ syntax (const/let, async/await, destructuring)
- Handle errors explicitly with try/catch blocks
- Use meaningful names for variables and functions
- Keep functions small and focused
## Security & Performance
- Never commit secrets - use environment variables
- Validate all inputs and sanitize user data
- Use async operations to avoid blocking the event loop
- Clean up resources (connections, listeners, timers)
## Dependencies
- Keep dependencies updated and minimal
- Separate dev and production dependencies
- Use exact versions for critical dependencies
No Docs configured
No Prompts configured
No Data configured
npx -y --package=task-master-ai task-master-ai