core/packs/README.md
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

18 lines
851 B
Markdown

# 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.