core/language_packs/data
Shay e6bf8ade5e Fix he/grc micro pack manifest checksums to match actual on-disk bytes
Permanent lesson: checksums must be computed from bytes-on-disk after
git writes the file (unicode-escaped JSON lines), not from in-memory
Python strings before serialization. The compiler CLI must do:
  checksum = hashlib.sha256(Path(lexicon_path).read_bytes()).hexdigest()
after writing the file, not before.

he_logos_micro_v1: ea1ac85d...
grc_logos_micro_v1: 1fea9d9c...
2026-05-13 14:15:55 -07:00
..
en_minimal_v1 Fix triple-alignment test: unique first domains per Logos word; rename packs to micro 2026-05-13 14:13:11 -07:00
grc_logos_micro_v1 Fix he/grc micro pack manifest checksums to match actual on-disk bytes 2026-05-13 14:15:55 -07:00
grc_logos_v1 Enrich en_minimal_v1 domains; add he_logos_v1 and grc_logos_v1 micro-packs 2026-05-13 14:06:11 -07:00
he_logos_micro_v1 Fix he/grc micro pack manifest checksums to match actual on-disk bytes 2026-05-13 14:15:55 -07:00
he_logos_v1 Enrich en_minimal_v1 domains; add he_logos_v1 and grc_logos_v1 micro-packs 2026-05-13 14:06:11 -07:00