Skip to content

Commit 625bd96

Browse files
jcasimirclaude
andcommitted
Add copy-paste template to reviewer sources config
Includes a commented-out source entry with all fields (including except) that users can copy, uncomment, and fill in. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 147c079 commit 625bd96

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

plugins/compound-engineering/skills/refresh/sync-reviewers.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ if [ ! -f "$USER_CONFIG" ]; then
2626
# Configure which repos to pull reviewer personas from.
2727
# Run /ce:refresh to sync reviewers after editing this file.
2828
#
29-
# Fields:
30-
# name - Label for this source
31-
# repo - GitHub owner/repo
32-
# branch - Branch to fetch from (default: main)
33-
# path - Directory containing .md files (default: .)
34-
# except - List of reviewer filenames (without .md) to skip
35-
#
3629
# Sources listed first have higher priority. If two sources have
3730
# a file with the same name, the first source's version is kept.
31+
#
32+
# To add a source, copy this template and uncomment it:
33+
#
34+
# - name: my-reviewers
35+
# repo: owner/repo-name
36+
# branch: main
37+
# path: .
38+
# except:
39+
# - reviewer-to-skip
3840
3941
YAML
4042
# Append the sources from the default registry

0 commit comments

Comments
 (0)