Commit 81a5cbbd6f3a

Vincent Demeester <vincent@sbr.pm>
2026-02-02 21:32:15
gh-news-review: add session saving instructions for all tools
- Added explicit session saving instructions for Pi with /save-session command - Added session saving instructions for copilot and opencode tools
1 parent b8806a8
Changed files (1)
pkgs
my
scripts
pkgs/my/scripts/bin/gh-news-review
@@ -88,7 +88,7 @@ For nixpkgs PRs:
 3. When approving, use a concise message (e.g., 'LGTM, tested with nixpkgs-review')
 4. If I'm a maintainer of the touched packages, use the auto-merge-pr script to build, approve, and trigger merge-bot
 
-At the end, save the session"
+At the end, save the session (in ~/.config/claude/history/sessions/) with the command /save-session"
 		;;
 	copilot | opencode)
 		PROMPT="Review $URL
@@ -96,7 +96,9 @@ At the end, save the session"
 For nixpkgs PRs:
 1. Use nixpkgs-review to build and test the changes when appropriate
 2. When approving, use a concise message (e.g., 'LGTM, tested with nixpkgs-review')
-3. If I'm a maintainer of the touched packages, use the auto-merge-pr script to build, approve, and trigger merge-bot"
+3. If I'm a maintainer of the touched packages, use the auto-merge-pr script to build, approve, and trigger merge-bot
+
+At the end, save the session (in ~/.config/claude/history/sessions/)"
 		;;
 	esac
 else