feat(comprehension): swap reader stubs for real primitive + lexicon (Brief 8.1) (#330)
Eliminates generate/comprehension/_interface_stubs.py and wires
lifecycle.py to the real modules landed in #324 (lexeme_primitives)
and #325 (lexicon/loader).
Changes:
- lifecycle.py: imports redirected to LexemeMatch/scan and
Lexicon/LexiconEntry/load_lexicon/lookup; _classify reordered
so lexicon lookup precedes primitive scan (ADR-0164.1 mass-noun-token
boundary note); punctuation dispatch inlined as category (d)
- _interface_stubs.py: deleted
- en_core_math_v1 lexicon source files: added question_discrete_qty,
question_continuous_qty, question_comparative, aggregate_modifier,
modal_aux, copula_verb, count_unit_noun, time_unit_noun, drain_token;
supplemental entries for accumulation_verb (+need, +want),
proper_noun_entity_female (+monica), proper_noun_entity_male (+malcolm);
total moved from currency_unit_noun to aggregate_modifier
- test_en_core_math_v1_pack.py: updated EXPECTED_CATEGORY_COUNTS for
ADR-0164-ratified deltas; decoupled EXPECTED_COMPILED_TOTAL (208) from
per-category sum; provenance check accepts both ported and supplemental tags
Gate: 15/15 reader tests, 137/137 primitive+lexicon+pack tests,
67/67 smoke, 13/13 packs — all green.