# Core Behavior

- Always inspect the relevant files before suggesting code changes.
- Prefer minimal, focused changes over large rewrites.
- Before editing, explain the implementation plan briefly.
- Do not remove existing features unless explicitly requested.
- Do not change styling, architecture, or folder structure unless needed.
- After editing, summarize exactly what changed and which files were touched.
- If something is uncertain, make the safest reasonable assumption and continue.