@runcontext/core
v0.6.1
Published
Compiler, linter, and tier engine for AI-ready semantic metadata. 40 lint rules, Bronze/Silver/Gold scoring, and OSI-compliant data product validation.
Maintainers
Readme
@runcontext/core
The engine package behind RunContext. Provides the compiler, linter, tier engine (Bronze/Silver/Gold), database adapters, and OSI schema validation that power the CLI and MCP server.
Most users should install
@runcontext/cliinstead of using this package directly. The CLI wraps core with the setup wizard, build pipeline, and MCP server.
What it provides
- Compiler — Resolves and compiles semantic plane YAML into a manifest
- Linter — Validates metadata against lint rules
- Tier engine — Scores metadata as Bronze, Silver, or Gold
- Database adapters — PostgreSQL, DuckDB, MySQL, SQL Server, SQLite, Snowflake, BigQuery, ClickHouse, Databricks
- OSI schema validation — Validates semantic plane files against the OSI spec
Installation
npm install @runcontext/coreDocumentation
License
MIT
