Problem
The repo has many open PRs that may already contain useful v0.9.0 pieces or stale/conflicting work. Agents should not reimplement features without checking these branches first.
Scope
Create a PR-harvest lane that reviews open PRs and assigns each one a disposition:
- merge after tests
- cherry-pick useful parts
- superseded by main
- blocked by conflict/design issue
- close as stale
- defer past v0.9.0
High-priority PRs to inspect first:
Acceptance criteria
- A table lists every open PR reviewed with owner, branch, v0.9.0 relevance, test status, and disposition.
- Any PR merged into v0.9.0 has fresh local verification against current main.
- Any stale PR closed has a short explanation and links to replacement issues/PRs.
- No agent starts WhaleFlow/provider/prompt-prefix work without checking the relevant PRs above.
- The harvest outcome is linked from the v0.9.0 execution map.
Problem
The repo has many open PRs that may already contain useful v0.9.0 pieces or stale/conflicting work. Agents should not reimplement features without checking these branches first.
Scope
Create a PR-harvest lane that reviews open PRs and assigns each one a disposition:
High-priority PRs to inspect first:
Acceptance criteria