From 352bfa89025b97c397fd01e73cda27920920391f Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Thu, 2 Jul 2026 22:11:39 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20comment=20reference=20dspack-to-a2ui?= =?UTF-8?q?=20=E2=86=92=20dspack-emit=20(ADR-D2=20rename)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- scripts/validate.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate.mjs b/scripts/validate.mjs index 5c8b715..a46173a 100644 --- a/scripts/validate.mjs +++ b/scripts/validate.mjs @@ -5,7 +5,7 @@ * Default mode (`npm run validate`): * 1. schema-compile — every schema in schema/ compiles as a draft 2020-12 * JSON Schema under ajv (strict: false, the toolchain convention shared - * with dspack-to-a2ui). + * with dspack-emit). * 2. examples — every examples/*.dspack.json validates against the schema * matching its declared `dspack` version. * 3. back-compat — for v0.3 documents, the document with the governance