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 --- internal/cli/root.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/cli/root.go') diff --git a/internal/cli/root.go b/internal/cli/root.go index 75ec393..1a528fb 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -42,6 +42,7 @@ func NewRootCmd() *cobra.Command { newInitCmd(), newLogsCmd(), newStartCmd(), + newCreateCmd(), ) return cmd -- cgit v1.2.3