<feed xmlns='http://www.w3.org/2005/Atom'>
<title>claudomator.git/.gitignore, branch main</title>
<subtitle>claudomator — task automation server
</subtitle>
<id>https://git.terst.org/claudomator.git/atom?h=main</id>
<link rel='self' href='https://git.terst.org/claudomator.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/'/>
<updated>2026-07-09T19:53:26+00:00</updated>
<entry>
<title>fix(task): add role check to CurrentAttempt so evaluators are not mistaken for fix attempts; also exclude .agent-home from git</title>
<updated>2026-07-09T19:53:26+00:00</updated>
<author>
<name>Agent</name>
<email>agent@claudomator</email>
</author>
<published>2026-07-09T19:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=65b96c0dc82e011bac18b24cff197fb16963d3d2'/>
<id>urn:sha1:65b96c0dc82e011bac18b24cff197fb16963d3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: gitignore subagent-driven-development scratch workspace</title>
<updated>2026-07-06T01:24:45+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-07-06T01:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=08d4591c81e6d4d72424df8cbb70c8456dd615a5'/>
<id>urn:sha1:08d4591c81e6d4d72424df8cbb70c8456dd615a5</id>
<content type='text'>
.superpowers/sdd/ holds the progress ledger, task briefs, and review
packages generated while executing an implementation plan via the
subagent-driven-development skill -- session-local scratch state, not
project source.

Co-Authored-By: Claude Sonnet 5 &lt;noreply@anthropic.com&gt;
Claude-Session: https://claude.ai/code/session_01VTUSAEKfsPc6WGDq45yPHD
</content>
</entry>
<entry>
<title>test(spike): manual agent-MCP validation harness + Phase 2 validation findings</title>
<updated>2026-05-26T07:18:07+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-05-26T07:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=fb7f8a4c07a8bf6539566aacbc8a92310c555992'/>
<id>urn:sha1:fb7f8a4c07a8bf6539566aacbc8a92310c555992</id>
<content type='text'>
Adds cmd/spike, a manual (never run by CI) harness that starts the agent MCP
server on the host and points a real agent CLI at it to confirm tool calls reach
the AgentChannel. Validates Phase 2 end-to-end without Docker.

Findings against real claude 2.1.150 (sonnet-4-6):
  - PASS: claude discovers the server via --mcp-config (streamable HTTP + bearer)
    and calls record_progress + report_summary; both reach the AgentChannel,
    zero permission denials.
  - PASS: claude calls ask_user, gets the ErrAgentBlocked "end your turn"
    response, and ends its turn cleanly (human-in-the-loop path).
  - PRODUCTION NOTE: claude rejects --permission-mode bypassPermissions under
    root — the in-container agent must run non-root (ContainerRunner sets
    --user to the host uid), or tools must be pre-allowed via --allowedTools.
  - GEMINI spike could not run (no gemini binary); the harness's gemini path
    writes the production mcpServers/httpUrl settings and is ready to run where
    a binary exists.

https://claude.ai/code/session_01SESwn7kQ7oP62trWw6pc39
</content>
</entry>
<entry>
<title>chore: gitignore .claude/, credentials/, scripts/.claude/</title>
<updated>2026-03-21T21:24:52+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-21T21:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=16ea4a2e93a352064748fa2ceb983f26b2626583'/>
<id>urn:sha1:16ea4a2e93a352064748fa2ceb983f26b2626583</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update .gitignore: exclude test artifacts and temp files</title>
<updated>2026-03-03T21:14:56+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-03-03T21:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=58f1f0909b8329b1219c5de9d0df2b4c6c93fec9'/>
<id>urn:sha1:58f1f0909b8329b1219c5de9d0df2b4c6c93fec9</id>
<content type='text'>
Add patterns for compiled test binaries (*_test_bin, *.test), test
output files, nohup.out, overlay.json, the tasks/ data dir, and the
scratch binary x.

Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Update .gitignore: exclude compiled binary and local Claude settings</title>
<updated>2026-02-24T02:01:00+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-02-24T02:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=2bf317d27d1dc29f8a38508afcf6afc8d19e2d9a'/>
<id>urn:sha1:2bf317d27d1dc29f8a38508afcf6afc8d19e2d9a</id>
<content type='text'>
Co-Authored-By: Claude Sonnet 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Initial project: task model, executor, API server, CLI, storage, reporter</title>
<updated>2026-02-09T07:35:45+00:00</updated>
<author>
<name>Peter Stone</name>
<email>thepeterstone@gmail.com</email>
</author>
<published>2026-02-09T07:35:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=2e2b2187b957e9af78797a67ec5c6874615fae02'/>
<id>urn:sha1:2e2b2187b957e9af78797a67ec5c6874615fae02</id>
<content type='text'>
Claudomator automation toolkit for Claude Code with:
- Task model with YAML parsing, validation, state machine (49 tests, 0 races)
- SQLite storage for tasks and executions
- Executor pool with bounded concurrency, timeout, cancellation
- REST API + WebSocket for mobile PWA integration
- Webhook/multi-notifier system
- CLI: init, run, serve, list, status commands
- Console, JSON, HTML reporters with cost tracking

Co-Authored-By: Claude Opus 4.6 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
