Skip to content

v0.1.3: Three bug fixes: uniform fuzzy-match floor, restored mirror-script output, and a screenNodes documentation correction.

Choose a tag to compare

@cyanheads cyanheads released this 20 Jun 03:07
· 4 commits to main since this release
v0.1.3
8c9eb23

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 in runFuzzy so the minScore floor 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, fixing mirror:init/refresh/verify/seed. (#3)
  • Corrected every doc surface that named the sanctions_trace_ownership parameter as screen_nodes to the actual screenNodes — the old docs caused Zod to drop the key and silently skip ownership screening. (#2)

Dependency bumps:

  • better-sqlite3 ^12.10.1 → ^12.11.1
  • fast-xml-parser ^5.9.0 → ^5.9.3

64 tests pass; bun run devcheck clean.