Metadata-Version: 2.4
Name: core-runtime-engine
Version: 12.0.0
Summary: CORE - deterministic contract, schema and validation engine
Author: CORE Project
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jsonschema>=4.0
Provides-Extra: anchoring
Requires-Dist: web3>=6.0; extra == "anchoring"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: packaging>=23.0; extra == "dev"
Dynamic: license-file

# CORE Release Overview

CORE: v12.0.0 — Contract-Oriented Reproducible Evaluation, deterministic
contract, schema and validation engine.

Release status: sealed public release per HDEV_CORE_V12_SEALED_PUBLIC_RELEASE.md.
The historical `v11.6.0` manifest remains byte-preserved, while this line owns
an independent manifest and release-gate path. Do not infer GitHub release
assets or package publication until the dedicated publication workflow
completes.

The public contract `core.dsk.v3` is the **Domain Scale Kernel v3** surface.
The technical compatibility identifier remains unchanged. The surface contains
typed scale crossings, rational conversion, declared loss, evidence references,
policy gates and a non-amplifying authority ceiling. This describes the source
surface only and does not promote the candidate to a formal public release.

See [../README.md](../README.md) for what CORE is and how it's consumed.
See [releases/v12.0.0.md](releases/v12.0.0.md) for the current stabilization
scope, [releases/v11.6.0.md](releases/v11.6.0.md) for the prior public line,
and [releases/v11.5.1.md](releases/v11.5.1.md) for the earlier release
and [CORE_REBUILD_FROM_ZERO.md](CORE_REBUILD_FROM_ZERO.md)
for the rebuild rationale.
