Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.91 KB

File metadata and controls

43 lines (33 loc) · 1.91 KB

MdWrk Tooling

CI, release, conformance, and governance scripts

Hits Downloads Node License: Apache-2.0

This directory contains the scripts that build, validate, package, sign, and certify the MdWrk workspace.

Why

Strong engineering READMEs explain the operational surface clearly. This README makes it obvious where CI, release, extension, and governance automation live.

What

  • tools/ci/ for build matrices, smoke lanes, and workflow helpers.
  • tools/conformance/ for validation, evidence generation, and package-boundary checks.
  • tools/extensions/ for installable extension bundle generation, signing, and verification.
  • tools/release/ for packaging, publish support, and release evidence.
  • tools/governance/ for tree, doc-pointer, and SSOT graph validation.

Installation

Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.

npm install

Usage

Run the main workspace lanes from the root package manifest.

npm run ci:governance
npm run conformance
npm run release:prepare

Related