From 445e48580bc570f983b17cfc21e4ab2114780ed6 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:03:44 +0100 Subject: [PATCH] fix: allow REUSE LICENSES/ dir in root-shape allowlist check-root-shape.sh was rejecting the REUSE-mandated LICENSES/ directory as root drift because .machine_readable/root-allow.txt never listed it. Add the canonical entry (matching the already-fixed this-ssg reference). Co-Authored-By: Claude Opus 5 --- .machine_readable/root-allow.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.machine_readable/root-allow.txt b/.machine_readable/root-allow.txt index a9e8938..adb687f 100644 --- a/.machine_readable/root-allow.txt +++ b/.machine_readable/root-allow.txt @@ -17,6 +17,7 @@ AUDIT.adoc EXPLAINME.adoc 0-AI-MANIFEST.a2ml # thin pointer to .machine_readable/0.1-AI-MANIFEST.a2ml LICENSE +LICENSES/ # REUSE licence texts (MPL-2.0.txt + CC-BY-SA-4.0.txt) for the dual-licence model (code MPL-2.0 / docs CC-BY-SA-4.0) CHANGELOG.md # ─── Build entry points (must live at root for their tooling) ────────────────