Skip to content

codemri

Choose a tag to compare

@KangBasrengg KangBasrengg released this 27 Jul 01:09

๐ŸŒŸ Release v0.1.0 ("Genesis") โ€” Core Intelligence & Monorepo Foundation

We are proud to present the debut release of CodeMRI v0.1.0 (Codename: "Genesis")! ๐Ÿš€

CodeMRI works like an automated medical MRI scanner for your software projects. Rather than relying on cloud LLM inference that acts as a blind text predictor, Genesis establishes an offline-first Neural Repository Graph (NRG) foundation to map dependencies, structural interfaces, and execution paths in milliseconds.

๐Ÿ”ฅ Key Innovations & Core Specifications

  • ๐Ÿ“ Monorepo Architecture & Single Source of Truth:
    Establishes standard structural schemas across all packages in accordance with ADR-0001. All AST parsers and analysis pipelines write to a unified immutable domain schema (graph.NeuralRepositoryGraph).
  • โšก Zero-Friction Native CLI Engine:
    Implemented in robust, statically compiled Go (internal/cli via Cobra & Color). No bulky JavaScript runtimes or Java interpreters requiredโ€”launches in under 5ms.
  • ๐Ÿฉบ Environmental Diagnostics (codemri doctor):
    Built-in system integrity checks to verify disk read limits, RAM availability, and language environment binaries.

๐Ÿ“ฆ Installation & Quickstart

# Install global engine natively
go install github.com/KangBasrengg/MRI-Code/cmd/codemri@v0.1.0

# Verify installation & machine readiness
codemri version
codemri doctor