Sign In

@adrkit/core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adrkit/core

Pure ADR parsing, validation, migration, and affects resolution for adrkit.

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
1.3K
936.89%
Maintainers
1
Weekly downloads
 
Created
Source

@adrkit/core

Pure, deterministic building blocks for working with adrkit architecture decision records: parsing, schema validation, corpus invariants, MADR migration, graph construction, and affects resolution.

npm install @adrkit/core      # or: bun add @adrkit/core
import { lintCorpus } from '@adrkit/core';

const findings = lintCorpus(records);

The published ESM artifacts run on Node.js 22 or newer. Development in the adrkit repository uses Bun.

See also @adrkit/mcp — a local, read-only Model Context Protocol server that exposes this corpus (including superseded/rejected decisions) to coding agents.

Documentation: https://adrkit.dev

License: Apache-2.0

Keywords

adr

FAQs

Package last updated on 27 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts