From 090e0637180eec3806b3becb79c3aac06ad5f928 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:01:22 +0100 Subject: [PATCH] a2ml: rename misnamed runbook out of the .launcher.a2ml namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file uses the hand-written runbook schema ([metadata], [launcher], [subcommands], [paths], …), not the launch-scaffolder launcher schema ([project], [repo], [runtime]). Sharing the `.launcher.a2ml` extension caused `launch-scaffolder realign` to try to parse it as a launcher config and fail with "missing field `project`". Rename to `.runbook.a2ml` so the scaffolder no longer picks it up. Content is preserved verbatim. Co-Authored-By: Claude Opus 4.7 (1M context) --- affinescript.launcher.a2ml => affinescript.runbook.a2ml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename affinescript.launcher.a2ml => affinescript.runbook.a2ml (100%) diff --git a/affinescript.launcher.a2ml b/affinescript.runbook.a2ml similarity index 100% rename from affinescript.launcher.a2ml rename to affinescript.runbook.a2ml