From 1271ba1d329c8b16062600dfafdec1d06c735c2e Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Fri, 3 Apr 2026 08:44:02 +0000 Subject: feat: require repository_url on tasks; fix UpdateTask to persist it; fix cascade-retry test race Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts/deploy') diff --git a/scripts/deploy b/scripts/deploy index 1a08fc5..2161535 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -45,7 +45,10 @@ mkdir -p "${SITE_DIR}/scripts" find "${REPO_DIR}/scripts" -maxdepth 1 -type f -exec cp -p {} "${SITE_DIR}/scripts/" \; echo "==> Installing to /usr/local/bin..." -cp "${BIN_DIR}/claudomator" /usr/local/bin/claudomator +install -m 755 "${BIN_DIR}/claudomator" /usr/local/bin/claudomator + +echo "==> Verifying system CLI version..." +/usr/local/bin/claudomator version echo "==> Fixing permissions..." "${REPO_DIR}/scripts/fix-permissions" -- cgit v1.2.3