mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
feat(kanban): --ids bulk promote + AUTHOR_MAP entry for #29464
Adds an --ids flag to 'hermes kanban promote' mirroring the existing block/schedule convention, so the marquee use case from issue #28822 (promote all children of a closed organizational parent in one shot) doesn't require a shell loop. Single-id JSON output stays a flat object for back-compat; bulk emits a list. Dedupes positional + --ids so the same id can't be promoted twice in one call. 5 new CLI-level tests cover bulk happy path, partial-failure exit code, JSON shapes, and dedup. Also adds the thedavidmurray noreply-email -> github-login mapping in scripts/release.py so the salvage cherry-pick passes the AUTHOR_MAP contributor-credit check.
This commit is contained in:
parent
d46adad22f
commit
b207dc28b3
3 changed files with 142 additions and 24 deletions
|
|
@ -77,6 +77,7 @@ AUTHOR_MAP = {
|
|||
"oleksii.lisikh@gmail.com": "olisikh",
|
||||
"jithendranaidunara@gmail.com": "JithendraNara",
|
||||
"jeremy@geocaching.com": "outdoorsea",
|
||||
"54763683+thedavidmurray@users.noreply.github.com": "thedavidmurray",
|
||||
"leone.parise@gmail.com": "leoneparise",
|
||||
"mr@shu.io": "mrshu",
|
||||
"adam.manning@gmail.com": "am423",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue