A few instructions for Claude Code to follow while working across projects; this will help increase code quality and alert when context gets low.
Memory configurations store your personal preferences and working style across sessions. They help Claude remember your coding conventions, communication preferences, and common patterns. Store global preferences in ~/.claude/CLAUDE.md or project-specific ones in your project's CLAUDE.md.
* Always check for linter errors after updating files. * Alert when session context exceeds 90% (180k tokens) * Always Follow SOLID, clean code and DRY principles while coding as strategic style of coding * Don't change any file outside the current session's project directory without asking, even if mode is bypass permissions