core/packs
Shay 310aed9ff0
chore: Refactor CLI and Governance Anchors (#926)
* docs: consolidate governance anchors and clean up test registries

* refactor(cli): decompose cli into dedicated modules

* test: fix broken test baselines and formatting

* docs: add domain boundary READMEs for governance anchors

* test: update baseline for determination lane

* test: fix capability_pass expectation

* test: fix CORE_SHOWCASE_SKIP_BUDGET enforcement

* chore: cleanup CLI extraction and unreachable code
2026-07-03 12:34:56 -07:00
..
anchor_lens chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
audio feat(adr-0181-p3): audio_core_v1 pack + AudioProjectionHead (gate-closed) (#467) 2026-05-29 11:05:57 -07:00
common fix(phase2): close W-006/W-010/W-013/W-014/W-019 operator decisions (#270) 2026-05-25 11:34:19 -07:00
el chore(phase2): close W-006/W-010/W-014 — cleanup + doc amendments (#264) 2026-05-25 06:05:17 -07:00
en chore(phase2): close W-006/W-010/W-014 — cleanup + doc amendments (#264) 2026-05-25 06:05:17 -07:00
ethics chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
grc chore(phase2): close W-006/W-010/W-014 — cleanup + doc amendments (#264) 2026-05-25 06:05:17 -07:00
he chore(phase2): close W-006/W-010/W-014 — cleanup + doc amendments (#264) 2026-05-25 06:05:17 -07:00
identity chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
primitives test(adr-0084): integration test pins substrate gate against ratified content (#68) 2026-05-20 15:35:37 -07:00
register chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
rhetorical_style feat(adr-0087): rhetorical-style pack substrate (loader + default_unstyled_v1) (#74) 2026-05-20 16:19:36 -07:00
safety chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -07:00
sensorimotor Add sensorium eval and governance runway 2026-06-03 20:53:05 -07:00
vision Add event vision sensorium lane 2026-06-06 12:37:57 -07:00
README.md chore: Refactor CLI and Governance Anchors (#926) 2026-07-03 12:34:56 -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 language_packs/:

  • packs/ stores runtime governance/style/safety/modality artifacts and source pack material such as packs/en, packs/he, packs/grc, and packs/el.
  • language_packs/ stores linguistic pack schemas, compilers, loaders, and reviewed semantic pack data under language_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.