<!--
okstra release-handoff default PR body template.

This file is used when there is no custom PR template. Priority:
    1. The per-run override path entered in okstra-run Step 6
    2. `prTemplatePath` of <project-root>/.okstra/project.json
    3. `prTemplatePath` of ~/.okstra/config.json
    4. This default file

To use your own templates in project or global settings, add the `prTemplatePath` key to one of the paths above. (Absolute path or relative path based on `project_root`)

The placeholder is filled in directly by the Okstra lead for the release-handoff based on the following inputs:
  - The intent and scope of the run brief
  - The grounds for the verdict in the referenced final-verification report
  - The commit range from `git log --oneline <base>..HEAD`
  - The file change statistics from `git diff <base>..HEAD --stat`
-->

## **Please check if the PR fulfills these requirements**
- [ ] Commits have a single intent
- [ ] Tests for the changes have been added (for bug fixes / features)
- [x] I reviewed my own code
- [ ] I tested the changes (if not, explain why in the "Other information" section)
- [ ] Docs have been added / updated

## **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)


## **What is the current behavior?** (You can also link to an open issue here)


## **What is the new behavior (if this is a feature change)?**


## **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)


## **Other information**:
