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.
Crea un titolo PR e una bozza di descrizione una volta completate le modifiche sostanziali al codice. Si attiva quando si conclude una modifica moderata o più ampia (codice runtime, test, configurazione di build, documenti con impatto sul comportamento) ed è necessario il blocco di riepilogo pronto per le PR con riepilogo delle modifiche più testo della bozza PR. Fonte: openai/openai-agents-python.