# File Edit Rules

When modifying code:

1. Prefer editing existing files instead of creating new ones.
2. Do not duplicate functionality.
3. Before adding new code:
   - search the repository
   - reuse existing modules.

Never introduce new architecture without checking existing structure.

When unsure, modify the smallest possible section of code.