From 2568226dfcfe101d03c59392e54559080597c20d Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 7 Mar 2026 07:12:04 +0000 Subject: feat: add create CLI command with --parent-id; deploy to /usr/local/bin claudomator create -i [flags] --parent-id attach as subtask of given task ID --working-dir working directory --model claude model --budget max USD --timeout task timeout --priority high/normal/low --start queue immediately after creating deploy script now also copies binary to /usr/local/bin/claudomator. Co-Authored-By: Claude Sonnet 4.6 --- scripts/deploy | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/deploy') diff --git a/scripts/deploy b/scripts/deploy index 0b8e162..cc51fc1 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -28,6 +28,10 @@ echo "==> Fixing permissions..." chown www-data:www-data "${BIN_DIR}/claudomator" chmod +x "${BIN_DIR}/claudomator" +echo "==> Installing to /usr/local/bin..." +cp "${BIN_DIR}/claudomator" /usr/local/bin/claudomator +chmod +x /usr/local/bin/claudomator + echo "==> Restarting service..." sudo systemctl restart "${SERVICE}" sudo systemctl status "${SERVICE}" --no-pager -l -- cgit v1.2.3