From 35717c7bacdd526df053c2bc1d1429d4e2242d1a Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 15:06:45 +0200 Subject: [PATCH] docs(tools/forge): add comments --tail and pr-reviews --approve/--request-changes/--comment to cheatsheet --- docs/tools/forge.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tools/forge.md b/docs/tools/forge.md index c7112863..c2223469 100644 --- a/docs/tools/forge.md +++ b/docs/tools/forge.md @@ -15,6 +15,7 @@ as a proper Rust binary). Use it instead of ad-hoc curl pipelines. ```bash hive-forge view 42 # title + body + comments hive-forge comments 42 # list all comments (human-readable) +hive-forge comments 42 --tail 10 # last 10 comments (count-then-page; efficient on long threads) hive-forge --json comments 42 # same as above, JSON array (global flag) hive-forge comment 42 --body "..." # post comment (inline body) hive-forge comment 42 --body-file - <