hermes - 💡(How to fix) Fix feat(kanban): support GitHub/OMO lifecycle bridge for Xiyou-style automation

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Acceptance direction

  • Core Kanban data model can represent external GitHub/OMO refs
  • Dispatcher can enforce single active task per board via config
  • There is a deterministic path for pending -> todo -> ready -> running -> review -> done/requeue
  • Tests cover the new schema / lifecycle behavior
RAW_BUFFERClick to expand / collapse

Background

We want to replace the current Xiyou automation flow with Hermes Kanban as the durable execution kernel.

Scope

Implement the first integrated path inside Hermes Agent so Kanban can support this workflow:

  1. GitHub issue status:pending enters the Kanban queue as todo
  2. Only one active OMO development task may run per repo/board at a time
  3. Kanban can monitor OMO runtime health and detect stall
  4. Stall triggers reclaim / respawn
  5. Development completion transitions into review
  6. Review can pass -> merge/close/done, or fail -> return to pending/todo

Required technical changes

  • Extend Kanban schema/CLI to support structured task metadata and explicit initial todo state
  • Add config support for kanban.max_in_progress
  • Add a GitHub↔Kanban bridge runtime
  • Add an OMO lane / spawn adapter and runtime probe
  • Wire review verdicts into merge/done vs requeue flows

Acceptance direction

  • Core Kanban data model can represent external GitHub/OMO refs
  • Dispatcher can enforce single active task per board via config
  • There is a deterministic path for pending -> todo -> ready -> running -> review -> done/requeue
  • Tests cover the new schema / lifecycle behavior

Notes

This issue is the implementation entry point for direct work in NousResearch/hermes-agent.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING