# coreason-meta-engineering
[](https://scorecard.dev/viewer/?uri=github.com/CoReason-AI/coreason-meta-engineering)
The Agentic Forge & AST Manipulation Layer
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/ci.yml)
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/publish.yml)
[](https://github.com/CoReason-AI/coreason-meta-engineering/actions/workflows/security.yml)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://github.com/CoReason-AI/coreason-meta-engineering/blob/main/LICENSE)
[](https://codecov.io/gh/CoReason-AI/coreason-meta-engineering)
[](https://pypi.org/project/coreason-meta-engineering/)
[](https://github.com/astral-sh/ruff)
[](https://github.com/pre-commit/pre-commit)
[](https://github.com/CoReason-AI/coreason-meta-engineering/stargazers)
[](https://github.com/CoReason-AI/coreason-meta-engineering/issues)
[](https://github.com/CoReason-AI/coreason-meta-engineering/pulls)
## The Universal Asset Forge
`coreason-meta-engineering` acts as the deterministic mathematical toolchain (EDA) for expanding the CoReason ecosystem. It is an active engineering service rather than a passive library—it strictly parses Python as a Concrete Syntax Tree (`libcst`), rigidly enforces cryptographic URN discovery bounds, and strictly avoids probabilistic AI logic execution when generating code.
For complete architectural rules, agent mandates, and SDK documentation, visit our formal documentation:
**[Read the Docs →](https://CoReason-AI.github.io/coreason-meta-engineering/)**
## Getting Started
### Prerequisites
- Python 3.14+
- uv
### Installation
1. Clone the repository:
```sh
git clone https://github.com/CoReason-AI/coreason-meta-engineering.git
cd coreason-meta-engineering
```
2. Install dependencies:
```sh
uv sync --all-extras --dev
```
### Usage
- Run the linter:
```sh
uv run pre-commit run --all-files
```
- Run the tests:
```sh
uv run pytest
```