Files
stack/tests/cli/test_pfs_cli.py
kert 6897557999 fix(cli): _codes_for's slow-SQL warning is elements-only, not lineage --all-payable (refs #691 #692)
Minor from the final fix wave: _codes_for's "~20 min of SQL before any
model call" warning describes elements' per-code LLM classification
pass. lineage --all-payable also calls _codes_for but its own
--all-payable path (lineage_all) is one inverted pass over
fr_anchors — seconds, not minutes — so the warning there was
misleading. New warn_slow keyword (default True, elements' two call
sites unchanged; lineage --all-payable passes warn_slow=False).
2026-09-10 13:32:34 -04:00

33 KiB