diff --git a/docs/warrant-substrate-cookbook.md b/docs/warrant-substrate-cookbook.md index 08b828d..b5fca32 100644 --- a/docs/warrant-substrate-cookbook.md +++ b/docs/warrant-substrate-cookbook.md @@ -661,7 +661,7 @@ than waiting for bench-time STRICT-rate drift to surface it. ### Concept-relations write-side -- `tests/test_concepts_extract.py` — 20 tests for synonym / +- `tests/test_concepts_extract.py` — 28 tests for synonym / IDF / FTS5-titles extractors (`_title_tokens` stopword + length-floor + dedupe; `EXTRACTORS` registry contract; `link_reciprocity_synonym` idempotency + self-overlap @@ -680,7 +680,7 @@ than waiting for bench-time STRICT-rate drift to surface it. | pi_star/protocol+registry | 124 | 280 (21 tests) | 2.3 | | qa/progress.py | 85 | 226 (31 tests) | 2.7 | | qa/prompts.py | 153 | 207 (20 tests) | 1.35 | -| concepts/extract.py | 288 | 278 (20 tests) | 0.97 | +| concepts/extract.py | 288 | 278 (28 tests) | 0.97 | | textbooks_manifest.py | 236 | 463 (43 tests) | 1.96 | | substrate/prometheus.py | 893 | 955 (42 tests) | 1.07 | | substrate/prometheus_audit.py | 239 | 595 (25 tests) | 2.49 |