This package is the definitive source of truth. If it isn't in the manifest, it doesn't exist. If it violates the manifest, it doesn't run.
Project description
CoReason Manifest
"This package is the definitive source of truth. If it isn't in the manifest, it doesn't exist. If it violates the manifest, it doesn't run."
Overview
CoReason Manifest (coreason_manifest) is a 2026+ State-of-the-Art Neurosymbolic architecture component acting as the Universal Unified Ontology for the CoReason AI swarm ecosystem.
This is NOT a standard human-centric software package. It is a strictly bounded, AI-native, pure structural data library. It maintains the foundational mathematical, causal, and spatial definitions required to orchestrate a decentralized, zero-trust swarm of Large Language Models and mechanistic solvers.
Core Architectural Directives
Contributors (both human and AI) are strictly bound to the Shared Kernel Protocol. Violating these directives will result in immediate rejection by the CI/CD architectural gates.
1. Passive by Design (No Execution)
This repository is a completely Hollow Data Plane.
- It is distributed exclusively as an inert data library (Wheel).
- Importing any module MUST NOT trigger runtime side effects (no network sockets, no file writing, no global loggers, no runtime loops).
- Dependencies are strictly limited to pure data parsers (
pydanticandpyyaml).
2. The "God Context" Monolith Directive
We intentionally ignore legacy "Separation of Concerns" (SoC) anti-patterns.
- NEVER federate or split
src/coreason_manifest/spec/ontology.py. * The entire universe of the ecosystem's state, orchestration, memory, and compute lives within this single artifact. This is a mathematical requirement to guarantee deterministic, zero-shot latent alignment across the swarm.
3. The Anti-CRUD Mandate & Strict Lexical Architecture
Legacy CRUD terminology flattens softmax distributions and introduces semantic drift.
- Banned Terms:
Create,Read,Update,Delete,Remove,Group,List,User,Data,Memory,Link. - Required Paradigm: State transitions are mapped using Judea Pearl’s Structural Causal Models (e.g.,
Transmutation,DefeasibleCascade,StateMutationIntent). - Categorical Suffixing: Every schema ends in a strict topological contract:
...Event/...Receipt: Cryptographically frozen historical facts (Append-only)....Intent/...Task: Authorized kinetic execution triggers....Policy/...Contract/...SLA: Rigid mathematical boundaries....State/...Snapshot/...Manifest/...Profile: Ephemeral or declarative N-dimensional coordinates.
4. Cryptographic Determinism
All models subclass CoreasonBaseState, enforcing frozen=True immutability. Arrays and sets are mathematically sorted during instantiation to guarantee deterministic canonical hashing (RFC 8785) across varying distributed environments.
Repository Structure
coreason_manifest/
├── src/coreason_manifest/
│ ├── spec/
│ │ └── ontology.py # THE GOD CONTEXT: All Pydantic models, TypeAliases, and Enums.
│ └── utils/
│ └── algebra.py # Pure algebraic functors, matrix projections, and validation.
├── scripts/
│ ├── evaluate_architecture.py # CI gate blocking runtime side-effects.
│ ├── semantic_diff.py # CI gate enforcing backward schema compatibility.
│ └── swarm_watchdog.py # Semantic scanner for intellectual property bounds.
├── coreason_ontology.schema.json # The compiled JSON Schema used for MCP Discovery.
└── pyproject.toml # Project definitions and uv dependencies.
Installation
This project requires Python 3.14+ and uses uv as the standard package manager.
# Clone the repository
git clone https://github.com/CoReason-AI/coreason_manifest.git
cd coreason_manifest
# Install dependencies using uv
uv sync --all-extras --dev
Mandatory Local Verification Workflow
To ensure the Shared Kernel remains mathematically sound, all commits must pass a stringent local evaluation before a Pull Request is opened. The CI/CD pipeline enforces a strict 95% test coverage floor.
1. Formatting and Linting (Strict Ruff ruleset)
uv run ruff format .
uv run ruff check . --fix
2. Strict Type Checking
uv run mypy src/ tests/
3. Behavioral and Contract Testing
uv run pytest
4. Dependency Auditing
uv run deptry src/
License and Copyright
This repository and its entire ontology are the intellectual property of CoReason, Inc.
Licensed under the Prosperity Public License 3.0.
- Non-Commercial: Free for research, experiments, and open-source non-commercial use.
- Commercial: Permitted for a strict 30-day trial period.
For full license details, see the LICENSE file. For commercial licensing exceptions or inquiries, please explicitly contact license@coreason.ai or gowtham.rao@coreason.ai.
(Genesis Commit: Initialized per CoReason Clean Room Protocol PIP-001 on 2026-01-01).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coreason_manifest-0.36.1.tar.gz.
File metadata
- Download URL: coreason_manifest-0.36.1.tar.gz
- Upload date:
- Size: 458.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4b7dfa2cd6858712096033b4a09a6b8f447c58fb14e87a95118a8f2ad98f469
|
|
| MD5 |
f80bbcde1f70ccdb709ad15e12cce77c
|
|
| BLAKE2b-256 |
5ef12d743c16cc5c9dd49b0c15f0fd7dbbb938e04ed3326a4f32d6a933794dd4
|
Provenance
The following attestation bundles were made for coreason_manifest-0.36.1.tar.gz:
Publisher:
publish.yml on CoReason-AI/coreason-manifest
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coreason_manifest-0.36.1.tar.gz -
Subject digest:
d4b7dfa2cd6858712096033b4a09a6b8f447c58fb14e87a95118a8f2ad98f469 - Sigstore transparency entry: 1227402711
- Sigstore integration time:
-
Permalink:
CoReason-AI/coreason-manifest@64605f7aee4eabf5f3080a235f4fef98046f9d44 -
Branch / Tag:
refs/tags/v0.36.1 - Owner: https://github.com/CoReason-AI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@64605f7aee4eabf5f3080a235f4fef98046f9d44 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coreason_manifest-0.36.1-py3-none-any.whl.
File metadata
- Download URL: coreason_manifest-0.36.1-py3-none-any.whl
- Upload date:
- Size: 171.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11c5bedf4debe3a8eec3adaee05517856380207aa1d03a4e877484a2d903b21c
|
|
| MD5 |
9893035ed0d131938edc3efbce5a5ecc
|
|
| BLAKE2b-256 |
0af6228be4231c5c347afd687457e2a115685065a8e81c4e4fe4b2d225ccf46d
|
Provenance
The following attestation bundles were made for coreason_manifest-0.36.1-py3-none-any.whl:
Publisher:
publish.yml on CoReason-AI/coreason-manifest
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coreason_manifest-0.36.1-py3-none-any.whl -
Subject digest:
11c5bedf4debe3a8eec3adaee05517856380207aa1d03a4e877484a2d903b21c - Sigstore transparency entry: 1227402879
- Sigstore integration time:
-
Permalink:
CoReason-AI/coreason-manifest@64605f7aee4eabf5f3080a235f4fef98046f9d44 -
Branch / Tag:
refs/tags/v0.36.1 - Owner: https://github.com/CoReason-AI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@64605f7aee4eabf5f3080a235f4fef98046f9d44 -
Trigger Event:
push
-
Statement type: