JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q70750F
  • License MIT

Core compiler, linter, and type system for ContextKit

Package Exports

  • @runcontext/core

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/cli instead 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/core

Documentation

runcontext.dev | GitHub

License

MIT