fm.teal.alpha.feed.play lexicon.
feat: add resumable imports, conservative rate limits, and monotonic TID generation
Introduce stateful import resume support with --fresh and auto-resume logic, switch defaults to conservative batch and rate-limit settings to protect PDSs, and add an --aggressive mode for opt-in speed. Replace legacy TID generation with a monotonic clock-backed implementation supporting historical records, dry runs, and validation. Also add Node test scripts and minor type safety fixes.