Add "overview" report verbosity mode to the plain-text reporter - #589
Merged
redcatbear merged 2 commits intoSep 8, 2026
Merged
Conversation
redcatbear
approved these changes
Sep 7, 2026
Collaborator
|
Thank you very much for your contribution @ezwiebel. Please add an entry to change log too. |
redcatbear
requested changes
Sep 7, 2026
redcatbear
left a comment
Collaborator
There was a problem hiding this comment.
Please add a change log entry for the next non-released version (4.10.0 if I remember correctly).
Renders summaries, link details and tags for every traced item like "all", but omits the specification item description, for a dense overview of tracing problems without the descriptive text noise. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ezwiebel
force-pushed
the
588-feature/overview-report-verbosity
branch
from
September 8, 2026 07:38
184eed6 to
59f4592
Compare
ezwiebel
force-pushed
the
588-feature/overview-report-verbosity
branch
from
September 8, 2026 07:39
59f4592 to
9060d4d
Compare
redcatbear
approved these changes
Sep 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renders summaries, link details and tags for every traced item like "all", but omits the specification item description, for a dense overview of tracing problems without the descriptive text noise.
Related to issue #588
Coded with the help of Claude Code (sonnet 5), following the provided guidelines.