diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-05 17:41:52 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-05 17:41:52 +0000 |
| commit | f7c6de4f99649dfa19c6b20b5a3fb344c4f8e82c (patch) | |
| tree | eee4a4a1e33f07194412f84fde17f7464b6430e2 /internal/cli/root.go | |
| parent | ddfb922584dd990481f44aad1a989e5bdf188823 (diff) | |
cli: add start command and version package
Adds `claudomator start <task-id>` to queue a task via the running API
server. Adds internal/version for embedding VCS commit hash in the
server banner.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/cli/root.go')
| -rw-r--r-- | internal/cli/root.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cli/root.go b/internal/cli/root.go index 43f5cb9..75ec393 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -41,6 +41,7 @@ func NewRootCmd() *cobra.Command { newStatusCmd(), newInitCmd(), newLogsCmd(), + newStartCmd(), ) return cmd |
