core/packs
2026-07-04 15:11:54 -07:00
..
anchor_lens chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
audio
common Lane 3: Geometric evaluation for fraction_decrease 2026-07-04 15:11:50 -07:00
data Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
el
en
ethics chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
grc
he
identity chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
primitives Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
register chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
rhetorical_style
safety chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
sensorimotor
vision
__init__.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
__main__.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
ambiguity_hazards.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
compile_compositions.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
compile_frames.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
compile_pack.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
compiler.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
definitions.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
domain_contract.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
en_seeder.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
evidence.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
loader.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
numerics_loader.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
README.md Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
scalar_equivalence.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
schema.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00
unit_dimensions.py Lane 4: Registry Consolidation (language_packs to packs) 2026-07-04 15:11:28 -07:00

Runtime Pack Artifacts

packs/ contains ratified runtime pack artifacts and their narrow loaders: safety, identity, ethics, register, anchor-lens, modality packs, source-language packs, primitives, and companion validators.

This directory is not interchangeable with packs/:

  • packs/ stores runtime governance/style/safety/modality artifacts and source pack material such as packs/en, packs/he, packs/grc, and packs/el.
  • packs/ stores linguistic pack schemas, compilers, loaders, and reviewed semantic pack data under packs/data/.
  • core_ingest/ prepares external candidate pressure; it does not ratify or rewrite these packs.

Mutation rule: durable pack changes must be reviewed or proof-carrying and must use the relevant validator/ratification lane. Do not add ad hoc runtime pack writes.

Language Packs

packs/ owns reviewed language-pack loading and compilation. It turns pack manifests, lexicon rows, morphology, grammar attractors, and alignment metadata into runtime vocab/manifold structures.

This compiler is distinct from core_ingest.compiler:

  • packs.compiler consumes reviewed pack data and builds linguistic runtime structures.
  • core_ingest.compiler consumes external candidate pressure and produces validation reports plus provisional learning artifacts.

The shared word "compiler" means "deterministic lowering across a boundary"; the source material, trust boundary, and output structures are different.