Skip to content

Commit 950dca6

Browse files
committed
docs: add CHANGELOG entry for pattern validation benchmarks (#157)
Added entry for new benchmark infrastructure: - lib/enhance/benchmark.js module - Precision/recall/F1 metrics - Fixture-based testing with manifest - CI-ready threshold assertions
1 parent 7dd8f68 commit 950dca6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- **Pattern Validation Benchmarks** - Manifest-driven testing system for enhance module pattern accuracy (#157)
12+
- New lib/enhance/benchmark.js: runPatternBenchmarks, runFixBenchmarks, generateReport, assertThresholds
13+
- Precision/recall/F1 metrics for pattern detection quality
14+
- True-positive, false-positive, and fix-pair fixture support
15+
- CI-ready threshold assertions for regression prevention
16+
1017
## [3.4.0] - 2026-01-29
1118

1219
### Added

0 commit comments

Comments
 (0)