Skip to content

Commit aeaf8ce

Browse files
committed
feat: rename project to reviewrouter
1 parent 1e1bea2 commit aeaf8ce

67 files changed

Lines changed: 666 additions & 429 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-Provider Code Review - Environment Configuration
1+
# ReviewRouter - Environment Configuration
22
#
33
# ⚠️ IMPORTANT: This is a TEMPLATE file that should be committed to version control ⚠️
44
#

.github/workflows/multi-provider-review.yml renamed to .github/workflows/review-router.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Multi-Provider Code Review
1+
name: ReviewRouter
22

33
on:
44
pull_request:
@@ -199,7 +199,7 @@ jobs:
199199
echo "⚠️ GEMINI_OAUTH_CREDS not set, Gemini providers will be skipped"
200200
fi
201201
202-
- name: Multi-Provider Code Review
202+
- name: ReviewRouter
203203
# Run if PR number resolved AND (not a fork PR OR not a pull_request event)
204204
# Fork detection: github.event.pull_request.head.repo.fork only exists for pull_request events
205205
# - For pull_request: Skip if fork (github.event.pull_request.head.repo.fork == true)

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ IMPLEMENTATION_PLANS.md
1616
*.sarif
1717
multi-provider-review.json
1818
ai-robot-review.json
19+
review-router.json

.planning/MILESTONES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project Milestones: GitHub Commit Suggestions for Multi-Provider Code Review
1+
# Project Milestones: GitHub Commit Suggestions for ReviewRouter
22

33
## v0.5 MVP (Shipped: 2026-02-05)
44

.planning/PROJECT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Multi-Provider Code Review - Commit Suggestions
1+
# ReviewRouter - Commit Suggestions
22

33
## What This Is
44

.planning/milestones/v0.5-MILESTONE-AUDIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ human_verification:
2222

2323
# Milestone v0.5 Audit Report
2424

25-
**Project:** GitHub Commit Suggestions for Multi-Provider Code Review
25+
**Project:** GitHub Commit Suggestions for ReviewRouter
2626
**Audited:** 2026-02-05T19:00:00Z
2727
**Status:** ✓ PASSED
2828

.planning/milestones/v0.5-REQUIREMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For current requirements, see `.planning/REQUIREMENTS.md` (will be created for n
1010

1111
# Requirements
1212

13-
**Project:** GitHub Commit Suggestions for Multi-Provider Code Review
13+
**Project:** GitHub Commit Suggestions for ReviewRouter
1414
**Last Updated:** 2026-02-05
1515
**Status:** Complete
1616

.planning/research/STACK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Stack Research
22

3-
**Domain:** GitHub Commit Suggestions for Multi-Provider Code Review Action
3+
**Domain:** GitHub Commit Suggestions for ReviewRouter Action
44
**Researched:** 2026-02-04
55
**Confidence:** HIGH
66

.planning/research/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project Research Summary
22

3-
**Project:** GitHub Commit Suggestions for Multi-Provider Code Review
3+
**Project:** GitHub Commit Suggestions for ReviewRouter
44
**Domain:** Code review automation with AI-generated inline fixes
55
**Researched:** 2026-02-04
66
**Confidence:** HIGH

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ If you need to rollback to v0.2.1:
249249
- Token-aware batching reverts to fixed batch sizes
250250

251251
5. **Report Rollback**:
252-
- If you needed to rollback, please report the issue: https://github.com/anthropics/multi-provider-code-review/issues
252+
- If you needed to rollback, please report the issue: https://github.com/777genius/multi-provider-code-review/issues
253253
- Include error messages, workflow logs, and configuration
254254

255255
### Monitoring Recommendations

0 commit comments

Comments
 (0)