Skip to content

Commit 3d0c569

Browse files
committed
Updated readme with inclusion of preliminary semantic checking.
1 parent 6fc6ef4 commit 3d0c569

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ See [cleanup-text.md](docs/cleanup-text.md) for deeper dives and arcane options.
215215

216216
## What's New / What's Cool
217217

218+
### CodexExorcism+ Release (Sept 2025)
219+
220+
The follow-up release keeps the Unicode exorcism vibe but layers on early-stage semantics:
221+
222+
- **Semantic metrics preview** – opt into `--metrics` for entropy, diversity, repetition, and a heuristic AI-likeness score right inside `--report` / `--json` output.
223+
- **Metrics legend on demand**`--metrics-help` explains every stat plus the ↑/↓ hints.
224+
- **Hook-friendly reporting**`--exit-zero` means pre-commit hooks can flag anomalies without blocking your commit.
225+
- **Slimmer all-in-one test harness**`tests/test_all.sh` derives its run list from `data/`, handles STDIN/STDOUT quirks, and drops per-scenario diffs/word-count deltas.
226+
218227
### CodexExorcism Release (Sept 2025)
219228

220229
Exorcise your code from VS Code/Codex’s funky Unicode artifacts (NBSPs, bidi controls, smart quotes).

0 commit comments

Comments
 (0)