From bf9f9126afdb6118101808deafbb28d22765a396 Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 20 Sep 2026 14:31:20 +0200 Subject: [PATCH] docs: clear write-good.Passive hits in docs/tools/forge.md --- docs/tools/forge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tools/forge.md b/docs/tools/forge.md index a8fb9489..552aaee8 100644 --- a/docs/tools/forge.md +++ b/docs/tools/forge.md @@ -17,8 +17,8 @@ markdown-docs > docs/tools/forge-cli.md`. - Credentials: `$HYPERHIVE_STATE_DIR/forge-token` - Active repo resolves, highest priority first: global `-r/--repo` flag > the `origin` remote of the cwd's git checkout > `$HIVE_FORGE_REPO` - (last-resort override, unset by default) > a hard error. No single - repo is assumed by default — see `client::Client::from_env`. + (last-resort override, unset by default) > a hard error. + `client::Client::from_env` assumes no single repo by default. ## Verbs @@ -128,7 +128,7 @@ distinct output shape — pick by what you need: | ------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | 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` autodetects 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), for example to catch up a long thread; for PRs, review bodies (approve/request-changes/comment summaries) are merged in too | `comments ` [`--tail N`] | comment + review-body list; **marks read** | +| Only the comments (skip the body), for example to catch up a long thread; for PRs, review bodies (approve/request-changes/comment summaries) come along too | `comments ` [`--tail N`] | comment + review-body list; **marks read** | | One specific comment by its id | `comment-show ` | single comment | | The audit trail — closes, label/assignee changes, commit refs, merges (no comment bodies) | `timeline ` | event list | | The code change | `pr diff ` | unified diff |