core/language_packs
Shay 4c447dea81 Add language_packs CLI: python -m language_packs compile/verify/list
Three subcommands:
  compile <pack_id>  — compile a pack, verify checksum, print manifold stats
  verify  <pack_id>  — checksum-only verification without full compilation
  list               — list all available packs with role and entry count

Checksum rule (AGENTS.md) is enforced by design: the CLI reads bytes from
disk via read_bytes() as the single source of truth, never from in-memory
strings. This makes the compiler an auditable D0 instrument — not just an
importable function.

Exit codes: 0 = success, 1 = checksum mismatch or pack not found.
2026-05-13 14:37:36 -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
__main__.py Add language_packs CLI: python -m language_packs compile/verify/list 2026-05-13 14:37:36 -07:00
compiler.py Fix field state introspection and pack manifold geometry 2026-05-13 14:24:29 -07:00
schema.py Build first cognitive response path 2026-05-13 13:40:06 -07:00