clean up CLI, misc polish

- 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:
2025-05-25 13:06:51 +00:00
parent 210de7cd28
commit 2519641fa3

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"