From 131463b077825d03dac25a8db150c7c64e93f839 Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 1 Apr 2026 09:55:44 +0000 Subject: [PATCH] fix: add architect to smoke test CI --- .woodpecker/agent-smoke.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/agent-smoke.sh b/.woodpecker/agent-smoke.sh index 6651c0a..85de2ad 100644 --- a/.woodpecker/agent-smoke.sh +++ b/.woodpecker/agent-smoke.sh @@ -84,7 +84,7 @@ while IFS= read -r -d '' f; do printf 'FAIL [syntax] %s\n' "$f" FAILED=1 fi -done < <(find dev gardener review planner supervisor lib vault -name "*.sh" -print0 2>/dev/null) +done < <(find dev gardener review planner supervisor architect lib vault -name "*.sh" -print0 2>/dev/null) echo "syntax check done" # ── 2. Function-resolution check ───────────────────────────────────────────── @@ -213,6 +213,7 @@ check_script supervisor/update-prompt.sh check_script supervisor/supervisor-run.sh check_script supervisor/preflight.sh check_script predictor/predictor-run.sh +check_script architect/architect-run.sh echo "function resolution check done"