# Agent Instructions **Read `docs/overview.md` once at the start of each session before doing anything else.** ## Communication - Brief, technical only — no preambles, no summaries. ## Implementation rules - No backward-compatibility shims or legacy endpoint aliases. - Run `poetry run presubmit` before finishing any task. Fix all failures before marking work done. ## Documentation rules Follow `docs/contributing.md`. Key points: - Prefer in-code comments and self-documenting code over external docs. - Add docstrings only to public functions you create or modify; Google style. - Update `docs/overview.md` only for structural/architectural changes, not implementation details. - No emojis in any documentation.