docs #4: Document Hermes Communication Patterns #23

Merged
shoko merged 3 commits from docs/issue-4-hermes-communication-patterns into main 2026-03-31 05:50:55 +02:00
Owner

Summary

Document how Hermes passes messages between agents.

Changes

  • docs/hermes-communication-patterns.md - New document covering:
    • delegate_task() vs terminal(opencode run) mechanisms
    • Gitea as async communication hub
    • PM ↔ Coding Agent communication protocols
    • Practical examples and issue state machine

Checklist

  • Message passing mechanism identified
  • Agent-to-agent communication documented
  • PM ↔ Coding Agent communication documented
  • Examples provided

Closes #4

## Summary Document how Hermes passes messages between agents. ## Changes - `docs/hermes-communication-patterns.md` - New document covering: - `delegate_task()` vs `terminal(opencode run)` mechanisms - Gitea as async communication hub - PM ↔ Coding Agent communication protocols - Practical examples and issue state machine ## Checklist - [x] Message passing mechanism identified - [x] Agent-to-agent communication documented - [x] PM ↔ Coding Agent communication documented - [x] Examples provided Closes #4
shoko added 1 commit 2026-03-30 16:44:05 +02:00
- Identify delegate_task() (max 3) vs terminal(opencode run) (no cap)
- Document Gitea as async communication hub
- PM ↔ Coding Agent communication protocols
- Practical examples for each pattern
- Issue state machine and known limitations
First-time contributor

you are exposing our gitea url and token, please patch this and also fix the previous commit

you are exposing our gitea url and token, please patch this and also fix the previous commit
shoko added 1 commit 2026-03-31 05:25:42 +02:00
First-time contributor

you can just use git.example.com for the example

you can just use git.example.com for the example
shoko added 1 commit 2026-03-31 05:41:02 +02:00
han approved these changes 2026-03-31 05:49:41 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit 617702d229 into main 2026-03-31 05:50:55 +02:00
Sign in to join this conversation.