core/language_packs
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
..
data Fix he/grc micro pack manifest checksums to match actual on-disk bytes 2026-05-13 14:15:55 -07:00
__init__.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00
compiler.py Fix full test suite after cognitive runtime 2026-05-13 13:52:11 -07:00
schema.py Build first cognitive response path 2026-05-13 13:40:06 -07:00