CI, release, conformance, and governance scripts
This directory contains the scripts that build, validate, package, sign, and certify the MdWrk workspace.
Strong engineering READMEs explain the operational surface clearly. This README makes it obvious where CI, release, extension, and governance automation live.
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.
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm installRun the main workspace lanes from the root package manifest.
npm run ci:governance
npm run conformance
npm run release:prepare- Root README - repo overview
- Docs - operations and conformance context
- Packages - consumable library surfaces