coreason-meta-engineering 0.1.0

Rust port of the CoReason Agentic Forge & AST Manipulation Layer
Documentation

coreason-meta-engineering

OpenSSF Scorecard

The Agentic Forge & AST Manipulation Layer

CI Publish Security PyPI PyPI - Python Version License: Prosperity 3.0 Codecov Downloads Ruff Pre-commit GitHub Stars GitHub Issues GitHub PRs

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 →

Getting Started

Prerequisites

  • Python 3.14+
  • uv

Installation

  1. Clone the repository:
    git clone https://github.com/CoReason-AI/coreason-meta-engineering.git
    
    cd coreason-meta-engineering
    
    
  2. Install dependencies:
    uv sync --all-extras --dev
    
    

Usage

  • Run the linter:
    uv run pre-commit run --all-files
    
    
  • Run the tests:
    uv run pytest