v0.1.3: Three bug fixes: uniform fuzzy-match floor, restored mirror-script output, and a screenNodes documentation correction.
Three bug fixes: uniform fuzzy-match floor, restored mirror-script output, and a screenNodes documentation correction.
Fixed:
sanctions_screen_name: removed the phonetic-match bypass inrunFuzzyso theminScorefloor binds every fuzzy candidate (Jaro-Winkler, token, or phonetic) — no sub-floor hit is returned. (#1)- Mirror lifecycle scripts emitted no output:
bootstrap()now initializes the framework logger before any script logs, fixingmirror:init/refresh/verify/seed. (#3) - Corrected every doc surface that named the
sanctions_trace_ownershipparameter asscreen_nodesto the actualscreenNodes— the old docs caused Zod to drop the key and silently skip ownership screening. (#2)
Dependency bumps:
better-sqlite3^12.10.1 → ^12.11.1fast-xml-parser^5.9.0 → ^5.9.3
64 tests pass; bun run devcheck clean.