# Memory Setup - Code ## Initial Setup Create directory on first use: ```bash mkdir -p ~/code touch ~/code/memory.md ``` ## memory.md Template Copy to `~/code/memory.md`: ```markdown # Code Memory ## Preferences ## Never ## Patterns --- Last updated: YYYY-MM-DD ``` ## Notes - Check `criteria.md` for additional user-specific criteria - Use `planning.md` for breaking down complex requests - Verify with tests and screenshots per `verification.md`