refactor(tui): remove cli-highlight dependency

Remove direct cli-highlight usage from the TUI renderer and drop the now-unused root ownership record.
This commit is contained in:
Vincent Koc
2026-04-24 09:25:25 -07:00
committed by GitHub
parent f4ffed8482
commit 06d46869f8
8 changed files with 9 additions and 178 deletions

View File

@@ -76,11 +76,6 @@
"class": "core-runtime",
"risk": ["filesystem-watch"]
},
"cli-highlight": {
"owner": "capability:tui",
"class": "default-runtime-initially",
"risk": ["syntax-highlighting", "large-transitive-cone"]
},
"commander": {
"owner": "core:cli",
"class": "core-runtime",