Purpose Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python.
Workflow 1) Run the commands above without asking the user; compute BASEREF/BASECOMMIT first so later commands reuse them. 2) If there are no staged/unstaged/untracked changes and no commits ahead of ${BASECOMMIT}, reply briefly that no code changes were detected and skip emitting the PR block.
3) Infer change type from the touched paths listed under "Category signals"; classify as feature, fix, refactor, or docs-with-impact, and flag backward-compatibility risk when runtime code changed.
Создайте заголовок PR и черновое описание после завершения существенных изменений кода. Запускается при завершении умеренного или более крупного изменения (код среды выполнения, тесты, конфигурация сборки, документы, влияющие на поведение), и вам нужен готовый к PR сводный блок со сводкой изменений и текстом проекта PR. Источник: openai/openai-agents-python.