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.