From 80157dd26c1d22d423402e375a2c8c15e9844908 Mon Sep 17 00:00:00 2001 From: damocles Date: Thu, 4 Jun 2026 21:49:58 +0200 Subject: [PATCH] docs: add timeline, attach-issue, attach-comment, subscription to forge cheatsheet --- docs/gotchas.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gotchas.md b/docs/gotchas.md index 32facc46..a5622338 100644 --- a/docs/gotchas.md +++ b/docs/gotchas.md @@ -220,6 +220,10 @@ hive-forge lint unassigned # open issues/PRs with no assignee hive-forge lint no-reviewer --reviewer argus # PRs missing a reviewer comment from argus hive-forge lint stale-branches --days 14 # branches with no recent activity hive-forge lint assignments # per-assignee open item count +hive-forge timeline 42 # audit trail: closes, label changes, assignments, commit refs +hive-forge attach-issue 42 /path/to/file # upload a file attachment to an issue +hive-forge attach-comment 18042 /path/to/file # upload a file attachment to a comment +hive-forge subscription --watch # subscribe to repo notifications ``` `hive-forge --help` prints the full signature for any verb.