- Source of truth is the code and git history, not assistant memory.
- Read existing code before modifying; prefer targeted, minimal changes.
- Validate changes with tests before reporting completion.
- Ask before making destructive or hard-to-reverse changes.
For Python library/backend work, load .claude/skills/python/SKILL.md — covers conventions, packaging, testing, and tooling.