From 5d16ad06953552d5581988ad6e1252a89acba901 Mon Sep 17 00:00:00 2001 From: librelad Date: Sun, 31 May 2026 02:07:08 +0100 Subject: [PATCH] chore(arrays): list files_task.sh in files_source.sh (regen 2nd pass) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A self-referential array — files_source.sh enumerates the arrays/ files — only picks up a newly-created arrays/ file on the next regen pass. The task-folder move created files_task.sh; this pass adds it to source_scripts so the committed arrays match a fresh regen (and make_release's stale-array guard stays happy). Co-Authored-By: Claude Opus 4.8 Signed-off-by: librelad --- scripts/source/files/arrays/files_source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/source/files/arrays/files_source.sh b/scripts/source/files/arrays/files_source.sh index bc82ae9..1c2f150 100755 --- a/scripts/source/files/arrays/files_source.sh +++ b/scripts/source/files/arrays/files_source.sh @@ -26,6 +26,7 @@ source_scripts=( "source/files/arrays/files_source.sh" "source/files/arrays/files_ssh.sh" "source/files/arrays/files_start.sh" + "source/files/arrays/files_task.sh" "source/files/arrays/files_update.sh" "source/files/arrays/files_webui.sh" "source/files/arrays/function_manifest.sh"