docs: add comments verb to CLAUDE.md, prompts, and gotchas (follow-up to #420)

This commit is contained in:
lexis 2026-05-25 21:13:16 +02:00
commit 599a71254a
4 changed files with 5 additions and 3 deletions

View file

@ -123,6 +123,8 @@ since #280). 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 --json # list as JSON array
hive-forge comment 42 --body "..." # post comment (inline body)
hive-forge comment 42 --body-file - <<EOF # ...or pipe a HEREDOC
multi-line body