Skip to content

Commit d327cec

Browse files
authored
Merge branch 'main' into windows-rclone-fixes
Signed-off-by: Paul Hernandez <60959+phernandez@users.noreply.github.com>
2 parents fcdd569 + 0ba6f21 commit d327cec

38 files changed

Lines changed: 3474 additions & 2794 deletions

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,12 @@ jobs:
7171
- [ ] Proper error handling and logging
7272
- [ ] Performance considerations addressed
7373
- [ ] No sensitive data in logs or commits
74+
75+
## Compatability
76+
- [ ] File path comparisons must be windows compatible
77+
- [ ] Avoid using emojis and unicode characters in console and log output
7478
7579
Read the CLAUDE.md file for detailed project context. For each checklist item, verify if it's satisfied and comment on any that need attention. Use inline comments for specific code issues and post a summary with checklist results.
7680
7781
# Allow broader tool access for thorough code review
7882
claude_args: '--allowed-tools "Bash(gh pr:*),Bash(gh issue:*),Bash(gh api:*),Bash(git log:*),Bash(git show:*),Read,Grep,Glob"'
79-

0 commit comments

Comments
 (0)