hyperhive/hive-forge/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
damocles d59bfb899f hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A)
mara: 'those comments seem very redundant'. true — the 16 pure-GET
verbs all got the same 'transport error + stdout I/O' boilerplate,
which just restates the Result<()> contract that's trivially
derivable from the type.

dropped # Errors from: assign, branches, close, comment_show,
comments, diff, issue, labels, lint, list, milestone, pr,
pr_reviews, subscription, timeline, tree_sha, view (17 files).

kept on the 7 verbs that have a non-Forgejo failure surface worth
documenting:
- comment, comment_edit, issue_create, issue_edit — body input I/O
  via --body-file / stdin
- pr_create — body input + --push shellout to git
- attach::run_issue, attach::run_comment — explicit bail! on
  missing file

net: 23 verbs touched in the original PR → 17 trimmed back to
no-doc, 6 kept (with the 7th call being attach::run_comment in the
same file). 38 tests still pass.
2026-05-31 16:22:05 +02:00
..
verbs hive-forge: drop boilerplate # Errors from pure-GET verbs (mara on #827, option A) 2026-05-31 16:22:05 +02:00
body.rs hive-forge: rewrite bash CLI helper as a rust binary (closes #280) 2026-05-25 02:16:53 +02:00
client.rs hive-forge: add lint verb for triage queries (closes #505) 2026-05-27 12:01:54 +02:00
main.rs hive-forge: timeline verb — issue/PR audit trail (closes #783) 2026-05-31 15:14:08 +02:00