From 6a402795b967bf02537a0a1399c963e935337e4d Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 3 Feb 2026 19:51:59 +0000 Subject: [PATCH] -jj Signed-off-by: Christoph Schmatzler --- .stignore | 1 - profiles/opencode/command/code-review.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/.stignore b/.stignore index d536371..2d2ecd6 100644 --- a/.stignore +++ b/.stignore @@ -1,2 +1 @@ -.jj/ .git/ diff --git a/profiles/opencode/command/code-review.md b/profiles/opencode/command/code-review.md index 4c1d114..7c81ec2 100644 --- a/profiles/opencode/command/code-review.md +++ b/profiles/opencode/command/code-review.md @@ -6,6 +6,4 @@ Review the code changes using THREE (3) @code-review subagents and correlate res Guidance: $ARGUMENTS -First, call `skill({ name: 'vcs-detect' })` to determine whether the repo uses git or jj, then use the appropriate VCS commands throughout. - Review uncommitted changes by default. If no uncommitted changes, review the last commit. If the user provides a pull request/merge request number or link, use CLI tools (gh/glab) to fetch it and then perform your review.