From 9ec895612662782d627b6a7468ff1c165137fede Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <67598845+hyperpolymath@users.noreply.github.com> Date: Sat, 16 May 2026 13:09:17 +0100 Subject: [PATCH] fix(contractiles): add missing lust contractile k9-svc-validation.yml checks must/trust/dust/lust/adjust/intend but lust/ was absent (spec: lust = intent/roadmap contractile). Added .machine_readable/contractiles/lust/lustfile.a2ml using the repo's existing generated contractile boilerplate (identical to must/adjust/ etc.). Unblocks the validate + check gates. Co-Authored-By: Claude Opus 4.7 (1M context) --- .machine_readable/contractiles/lust/lustfile.a2ml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .machine_readable/contractiles/lust/lustfile.a2ml diff --git a/.machine_readable/contractiles/lust/lustfile.a2ml b/.machine_readable/contractiles/lust/lustfile.a2ml new file mode 100644 index 0000000..f2d9aa1 --- /dev/null +++ b/.machine_readable/contractiles/lust/lustfile.a2ml @@ -0,0 +1,15 @@ +// lustfile.a2ml for a2ml-showcase +// SPDX-License-Identifier: PMPL-1.0-or-later +// Generated: 2026-04-08T20:03:43+01:00 + +lustfile { + name: "a2ml-showcase" + version: "1.0.0" + description: "lustfile contractile for a2ml-showcase" + + // Basic lustfile configuration + enabled: true + + // Repository-specific lust settings will be added here + // This preserves the existing contractile structure and naming convention +}