Skip to content

Commit e658f0b

Browse files
committed
refactor(cli): unify summary into one cache-aware table and centralize UI text contracts in ui_messages
1 parent f2cb95e commit e658f0b

6 files changed

Lines changed: 501 additions & 216 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ codeclone . --update-baseline
7878
- Added `--ci` preset (`--fail-on-new --no-color --quiet`).
7979
- Improved `--fail-on-new` output with aggregated counts and clear next steps.
8080
- Added strict report output extension validation (`.html`, `.json`, `.txt`).
81+
- Centralized user-facing CLI strings in `codeclone/ui_messages.py` to keep text contracts
82+
consistent and maintainable.
83+
- Refined Summary output: a single compact table with deterministic metric order and
84+
explicit `Files analyzed` semantics (cache-aware), plus stable compact output for
85+
`--quiet/--ci`.
8186

8287
### HTML Report UI
8388

0 commit comments

Comments
 (0)