From b93df7b348d7c3c452eaaaceb0680afa669d2813 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 21 Aug 2026 16:40:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Log=20pre-existing=20entrypoint.?= =?UTF-8?q?sh=20script-lint=20violations=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - TODO.AI.md: recorded 19 script-lint violations found in entrypoint.sh and functions/entrypoint.sh (bare `exit`, missing `--` before grep query patterns). Neither file was touched this session — logging per policy so the findings aren't lost to conversation history; needs a dedicated follow-up pass to fix and re-lint. --- TODO.AI.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO.AI.md b/TODO.AI.md index c77c984..d4456dd 100644 --- a/TODO.AI.md +++ b/TODO.AI.md @@ -1,5 +1,17 @@ # TODO.AI.md +## script-lint violations in entrypoint.sh / functions/entrypoint.sh + +Flagged by `script-lint` 2026-08-21 (not part of this session's changes — no scripts were +edited this session, only `Dockerfile`/`TODO.AI.md`). 19 pre-existing violations: + +- `entrypoint.sh` lines 552, 665: bare `exit` — use `exit 0`, `exit 1`, or `exit "$?"`. +- `functions/entrypoint.sh` lines 80, 92, 111, 141, 169 (x2), 685 (x2), 741, 751, 812, + 855 (x2), 901, 912, 936: missing `--` separator before a grep query pattern. + +Needs a dedicated pass to fix all 19 and re-run `script-lint` before the next commit that +touches either file. + ## GitHub API rate-limiting drops most cross tools on arm64 — CLOSED Verified 2026-08-21, re-verified after fix: a pushed multi-platform build