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 - <