hive-forge: add pr edit, reusing issue edit's shared /issues endpoint

This commit is contained in:
damocles 2026-08-03 01:44:36 +02:00 committed by mara
commit 8db1cbd204
4 changed files with 19 additions and 8 deletions

View file

@ -52,6 +52,7 @@ hive-forge labels 42 add feature
hive-forge issue-create --title "..." --body "..."
hive-forge issue-create --title "..." --body "..." --label area/ops --label type/bug # repeatable
hive-forge issue-edit 42 --title "new title"
hive-forge pr edit 42 --title "new title" # same edit, PR-kind-validated
hive-forge pr 42 # PR metadata as JSON
hive-forge pr-create --title "..." --head my-branch --push # also `git push forge my-branch`
hive-forge pr-create --title "..." --head my-branch --label area/ops # repeatable, same as issue-create