chore(githooks): add ui package and terminal styling - #23616
Open
kalverra wants to merge 1 commit into
Open
Conversation
Contributor
|
✅ No conflicts with other open PRs targeting |
|
kalverra
marked this pull request as ready for review
September 1, 2026 20:13
product-security-plaid-production
Bot
requested review from
MStreet3,
Tofel,
patrickhuie19 and
skudasov
September 1, 2026 20:13
paigeCLL
requested changes
Sep 1, 2026
paigeCLL
left a comment
There was a problem hiding this comment.
I'd like to hold off on these changes to drive alignment with the broader org on the content and the Eng Data AI team on how we approach standardization of AI instructions in our code bases.
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.





Intent
Introduce a centralized terminal UI styling package and color support to
tools/githooksfor clearer hook feedback, status badges, and non-intrusive error reporting.Changes
internal/uipackage: Provides unified terminal styling, color detection (NO_COLORsupport), and reusable status badges ([ OK ],[ WARN ],[ LARGE ],[LINT],[TEST]) powered by Lip Gloss.--no-colorpersistent flag: Allows disabling ANSI escape codes in CI environments or by user preference.SilentError: Allows commands that have already rendered formatted diagnostic boxes to exit with code 1 without duplicateError: ...printouts inmain.go.lint,test,eof,whitespace,tidy): Switch from unstructured text to clear badge headers and formatted runners.