Problem
goforge currently prints CLI results as plain text status/message lines, which makes longer runs harder to scan quickly.
The output already uses a consistent status vocabulary:
INFO
PLAN
CREATE
UPDATE
SKIP
RUN
DONE
ERROR
These are emitted from the app layer and rendered in the CLI layer, so they are good candidates for lightweight color coding.
Proposal
Add color-coded rendering for CLI status output so each status is easier to distinguish at a glance.
Problem
goforgecurrently prints CLI results as plain text status/message lines, which makes longer runs harder to scan quickly.The output already uses a consistent status vocabulary:
INFOPLANCREATEUPDATESKIPRUNDONEERRORThese are emitted from the app layer and rendered in the CLI layer, so they are good candidates for lightweight color coding.
Proposal
Add color-coded rendering for CLI status output so each status is easier to distinguish at a glance.