Review and minimally update Python project documentation after code changes. Use when an agent needs to check whether docstrings, inline comments, README files, or Markdown under docs/ still match the implementation, especially after modifying public APIs, behavior, configuration, side effects, constraints, examples, or user-facing workflows in a Python repository.
2026-04-26