Define the closing-summary contract (found / did / pending / need from you) as a shared renderer - #496
Open
CSalcedoDataBI wants to merge 1 commit into
Open
Conversation
Reported first-hand by the product owner, a BI professional and not a programmer: "para un usuario de BI que no es programador esta herramienta no es nada amigable". Every command ends however its author felt like ending it, so there is no fixed place to look for the only four things a user wants to know: what I found, what I did, what is left, what I need from you. Board-Summary.ps1 renders exactly those four, in that order, whatever order the caller passes them in. Two rules make it readable rather than merely present: - An empty block says so out loud. A blank "what I need from you" reads identically to a summary that was cut off, so an empty block renders an explicit sentence instead of nothing. - The order never changes. The value of a fixed shape is that the eye stops reading and starts scanning. Two renderings from one source: plain text for the terminal, and markdown carrying an [abios-summary] marker for PR bodies and issue comments. Wording is Spanish and unaccented, matching the surface it joins (Board-Work already prints "sesion", "Iniciados"). This file is the renderer, not the place to change the console's language or encoding conventions. Verified: 14 new tests, red before the script existed and green after; full suite 1264 passed / 0 failed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
CSalcedoDataBI
force-pushed
the
issue-492-define-the-closing-summary-contract
branch
from
July 28, 2026 21:11
2f15eff to
5b16c24
Compare
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.
Closes #492