.agents/skills/summarise-ecosystem-results/assets/report-template.md
<Summarize the distinct diagnostic behavior changes and their significance. Lead with the analysis readers need; do not describe how the report was generated.>
Report entries:
<Explain the exact behavior on the merge base and PR. Group additional entries here only when the same explanation and minimized reproducer account for all of them.> <!-- A minimal reproducer should annotate every line with a new, changed, or removed diagnostic using comments immediately above that line. Include the full error messages and error codes from both revisions, including duplicates. For example: ```python from typing import Final # Merge base: `[error-code-1] "Some error message"` # PR: no diagnostic x: Final = 42 if x: # Merge base: `[error-code-2] "Some error message"` # PR: `[error-code-2] "Some other error message"` Y = 56 ``` --><minimal reproducer>
<merge-base> to <pr-revision>ecosystem-analyzer: <revision>mypy-primer: <revision><project: version, ...><EXCLUDE_NEWER><concise exact commands or method used to run both copied ty binaries>