From 7a1ea11ec2846ced716756d20bf72be7a74cfdfb Mon Sep 17 00:00:00 2001 From: atlas Date: Sat, 27 Jun 2026 20:52:53 +0200 Subject: [PATCH] docs(forge): note view auto-detects + scoped issue/pr view (iris review #1996) --- docs/tools/forge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/forge.md b/docs/tools/forge.md index 1cd9e08b..fb5c5821 100644 --- a/docs/tools/forge.md +++ b/docs/tools/forge.md @@ -93,7 +93,7 @@ distinct output shape — pick by what you need: | Need | Verb | Shape | |------|------|-------| -| The full human view of one item — title, body, **and** every comment in order | `view ` | prose dump; **marks the thread read** (clears the read-before-comment guard) | +| The full human view of one item — title, body, **and** every comment in order | `view ` | prose dump; **marks the thread read** (clears the read-before-comment guard). Top-level `view` auto-detects issue-or-PR by number; scoped `issue view ` / `pr view ` do the same when you already know the kind | | Just the structured metadata of one item (state, labels, assignees, head sha…) | `issue ` / `pr ` | JSON object | | Only the comments (skip the body), e.g. to catch up a long thread | `comments ` [`--tail N`] | comment list; **marks read** | | One specific comment by its id | `comment-show ` | single comment |