diff --git a/plugins/compound-engineering/skills/refresh/sync-reviewers.sh b/plugins/compound-engineering/skills/refresh/sync-reviewers.sh index 31274f818..85712e635 100755 --- a/plugins/compound-engineering/skills/refresh/sync-reviewers.sh +++ b/plugins/compound-engineering/skills/refresh/sync-reviewers.sh @@ -295,7 +295,9 @@ echo "" for filepath in "$OUTPUT_DIR"/*.md; do [ -f "$filepath" ] || continue filename=$(basename "$filepath") - [ "$filename" = "_template-reviewer.md" ] && continue + case "$filename" in + _template-reviewer.md|_shim-*) continue ;; + esac if [ ! -f "${staging}/${filename}" ]; then echo " Orphan: ${filename} (not in any configured source)" fi