refactor: CLI cleanup and documentation updates

- Refactor CLI metric computation to eliminate code duplication
- Update version format to PEP 440 compliance (0.1.0.dev0)
- Cache Settings instance via @lru_cache for performance
- Document composite validators' protocol deviation
- Consolidate redundant empty checks in ROUGE-L computation
- Add Phase 10 (Portfolio Demos) to implementation plan
This commit is contained in:
2026-02-04 15:38:46 +00:00
parent 7de4505e31
commit 0699e97e1d
8 changed files with 224 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "veritext"
version = "0.1.0-dev"
version = "0.1.0.dev0"
description = "Semantic text validation framework"
readme = "readme.md"
requires-python = ">=3.11"