fix(ci): restore native GitHub summary accents #262
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim!262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/github-ci-summary-highlighting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The new GitHub-native run summary shape was correct, but the buffer had lost a lot of the visual accents that make
gh run viewreadable in a terminal. Status markers, bold job names, cyan ids, and dim annotation footers were flatter than the native CLI output, and the raw summary still included whitespace-only spacer lines.Solution
Force terminal-style ANSI output for GitHub run views, preserve those ANSI-derived highlight spans when rendering the summary buffer, and drop whitespace-only summary lines. The follow-up specs cover both the ANSI styling path and the denser blank-line-free summary layout.