chore: release v1.49.0 - #15
Conversation
PR Summary by QodoRelease v1.49.0 (docs + action examples + package version bump)
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
Code Review by Qodo
1. Changelog missing diff args
|
|
|
||
| ### Added | ||
|
|
||
| - added `doctor corpus metrics diff --before --after` for deterministic precision, recall, and reviewed false-positive share comparisons |
There was a problem hiding this comment.
1. Changelog missing diff args 🐞 Bug ⚙ Maintainability
The 1.49.0 changelog advertises doctor corpus metrics diff --before --after without the required report-path arguments, but the CLI requires --before <metrics.json> and --after <metrics.json>. Users copying the changelog snippet will not be able to run the command as written.
Agent Prompt
## Issue description
The changelog’s new 1.49.0 entry includes a `doctor corpus metrics diff` example that omits required values for `--before` and `--after`, making the command snippet non-runnable.
## Issue Context
The CLI implementation requires explicit paths for both flags (`--before <metrics.json>` and `--after <metrics.json>`), and the public output contract doc also shows placeholders.
## Fix Focus Areas
- CHANGELOG.md[7-12]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Summary
Verification