docs: update AGENTS.md for new agentloop defaults (merge prompt + label rename) #471

Merged
guettlibot merged 5 commits from issue-453-update-agentloop-defaults into main 2026-06-07 02:38:20 +00:00
5 Commits
Author SHA1 Message Date
Bot of Thomas Güttler 1e957305a6 Merge branch 'main' into issue-453-update-agentloop-defaults 2026-06-07 04:27:10 +02:00
Thomas SharedInbox 3928060169 Merge branch 'main' into issue-453-update-agentloop-defaults 2026-06-07 00:30:51 +02:00
Thomas SharedInbox 4e00e14a92 Merge branch 'main' into issue-453-update-agentloop-defaults 2026-06-07 00:15:46 +02:00
Thomas SharedInboxandClaude Sonnet 4.6 b09b43d989 fix(ci): forward SSH tunnel directly to dagger engine socket
Eliminates the socat bridge dependency by using OpenSSH's built-in
Unix socket forwarding (-L port:socket_path). The dagger user already
owns /run/dagger/engine.sock so no intermediate TCP listener is needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 23:43:33 +02:00
Thomas SharedInboxandClaude Sonnet 4.6 e76f7a5af2 docs: update AGENTS.md for new agentloop label names and merge prompt
- Rename in-process labels: loop/plan-in-progress → loop/plan-in-process,
  loop/code-in-progress → loop/code-in-process (matches agentloop convention)
- Add loop/merge → loop/merge-in-process → loop/merge-done to table and
  state machine (auto-merge via new merge agent)
- Update lifecycle and rules to reflect automatic merge after CI passes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 21:51:03 +02:00