Commit 8b41806
committed
fix(cli/search): Use consistent color semantics with ls command
Change search output to use highlight() for workspace names (L1 primary
content) and info() for paths (L2 supplementary info), matching the
pattern used in ls.py per CLAUDE.md CLI Color Semantics.
Before: names used info() (cyan), paths used muted() (blue)
After: names use highlight() (magenta+bold), paths use info() (cyan)1 parent 945a6cb commit 8b41806
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
987 | | - | |
988 | | - | |
| 987 | + | |
| 988 | + | |
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
| |||
0 commit comments