codemri
๐ 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/clivia 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