todo.template.md•1.38 kB
# Project TODO List
This document outlines current issues and improvements needed in the MCP Server Neurolorap project. Each item is categorized and prioritized for easy reference by AI assistants.
## Issue Categories
🔥 CRITICAL: Security/data risks, major performance issues
❌ ERROR: Bugs, memory leaks, incorrect logic
🚨 WARNING: Maintainability issues, technical debt
🔧 IMPROVE: Optimization opportunities, code simplification
🗑️ REMOVE: Redundant or unused code, unnecessary complexity
## Active Issues
## Implementation Guidelines
1. **Testing**:
- Add unit tests for each fix
- Verify logging output
- Test performance improvements
- Document test cases
2. **Documentation**:
- Update docstrings
- Add inline comments for complex changes
- Update PROJECT_SUMMARY.md if needed
3. **Code Quality**:
- Follow project's style guide
- Use type hints
- Maintain modular architecture
## Notes for AI Assistants
1. Before making changes:
- Read PROJECT_SUMMARY.md
- Check existing implementations
- Consider impact on other components
2. When implementing fixes:
- Make atomic, focused changes
- Update tests accordingly
- Follow error handling patterns
- Maintain consistent logging
3. After changes:
- Update this TODO.md
- Document any new issues discovered
- Update progress tracking