docs: add comments verb to CLAUDE.md, prompts, and gotchas (follow-up to #420)
This commit is contained in:
parent
9ab241dc24
commit
599a71254a
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue