feat(info): identity-card status badges (D17)#34
Merged
Conversation
Promote 'boost info' from a flat key/value dump toward a real detail view: beneath the skill name, render a scannable strip of Aurora-tinted [badges] — [installed] (green), [pinned]/[update available] (yellow), [quarantined] (pink), [not installed] (cyan), and the tap origin (violet) — echoing the web design system's .badge pills. The detailed kv rows stay for the specifics. New reusable helper out.badge(label, hue) wraps a label in an Aurora-tinted […] pill (plain under NO_COLOR). Gated: ruff + mypy clean, full suite green (91% cov), smoke 153/0, and core/output.py scores 96.5% on the mutation gate with zero survivors in the new badge() code. Marks BOOST-D17 Shipped. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Continues the command-polish track from the Design Roadmap (BOOST-D17). Promotes
boost infofrom a flat key/value dump toward a real detail view.Beneath the skill name, a scannable strip of Aurora-tinted
[badges]:[installed](green) ·[pinned]/[update available](yellow) ·[quarantined](pink) ·[not installed](cyan) · tap origin (violet)…echoing the web design system's
.badgepills. The detailedkvrows below still carry every specific, so nothing is lost.New reusable helper
out.badge(label, hue).Gates (all green locally)
badge()codePurely additive (kv rows untouched, so existing assertions hold); isolated to
output.py+info.py. Marks D17 → Shipped.🤖 Generated with Claude Code