<feed xmlns='http://www.w3.org/2005/Atom'>
<title>claudomator.git/internal/cli/create.go, branch story/task-project-fk</title>
<subtitle>claudomator — task automation server
</subtitle>
<id>https://git.terst.org/claudomator.git/atom?h=story%2Ftask-project-fk</id>
<link rel='self' href='https://git.terst.org/claudomator.git/atom?h=story%2Ftask-project-fk'/>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/'/>
<updated>2026-03-14T00:39:22+00:00</updated>
<entry>
<title>feat: add agent selector to UI and support direct agent assignment</title>
<updated>2026-03-14T00:39:22+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-14T00:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=2ee988ccc04c09ceb6de7cdb75c94114e85d01b9'/>
<id>urn:sha1:2ee988ccc04c09ceb6de7cdb75c94114e85d01b9</id>
<content type='text'>
- Added an agent selector (Auto, Claude, Gemini) to the Start Next Task button.
- Updated the backend to pass query parameters as environment variables to scripts.
- Modified the executor pool to skip classification when a specific agent is requested.
- Added --agent flag to claudomator start command.
- Updated tests to cover the new functionality.
</content>
</entry>
<entry>
<title>fix: restore task execution broken by add-gemini merge</title>
<updated>2026-03-08T21:41:08+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-08T21:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=e6e1e7cd6d79eb969345e738f2554108681ade95'/>
<id>urn:sha1:e6e1e7cd6d79eb969345e738f2554108681ade95</id>
<content type='text'>
- handleCreateTask: add legacy "claude" key fallback in input struct so
  old clients and YAML files sending claude:{...} still work
- cli/create: send "agent" key instead of "claude"; add --agent-type flag
- storage/db_test: fix ClaudeConfig → AgentConfig after rename

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: rename working_dir→project_dir; git sandbox execution</title>
<updated>2026-03-08T20:16:00+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-08T20:16:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=1f36e2312d316969db65a601ac7d9793fbc3bc4c'/>
<id>urn:sha1:1f36e2312d316969db65a601ac7d9793fbc3bc4c</id>
<content type='text'>
- ClaudeConfig.WorkingDir → ProjectDir (json: project_dir)
- UnmarshalJSON fallback reads legacy working_dir from DB records
- New executions with project_dir clone into a temp sandbox via git clone --local
- Non-git project_dirs get git init + initial commit before clone
- After success: verify clean working tree, merge --ff-only back to project_dir, remove sandbox
- On failure/BLOCKED: sandbox preserved, path included in error message
- Resume executions run directly in project_dir (no re-clone)

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>feat: add create CLI command with --parent-id; deploy to /usr/local/bin</title>
<updated>2026-03-07T07:12:04+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-07T07:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=2568226dfcfe101d03c59392e54559080597c20d'/>
<id>urn:sha1:2568226dfcfe101d03c59392e54559080597c20d</id>
<content type='text'>
claudomator create &lt;name&gt; -i &lt;instructions&gt; [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 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
