fix: correct README clone URL, Star History link, and Tools section#143
fix: correct README clone URL, Star History link, and Tools section#143udhaya10 wants to merge 1 commit intoparcadei:mainfrom
Conversation
- Fix Installation section clone URL (continuous-claude → Continuous-Claude-v3) - Fix Star History chart pointing to v2 instead of v3 - Add "Optional Integrations" note to Tools & Services section Closes parcadei#139
📝 WalkthroughWalkthroughREADME.md documentation updated to correct the repository clone URL from the outdated v2 path to the correct v3 path, update the Star History chart reference, and clarify that Tools & Services are optional integrations while expanding the list. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
PR author is not in the allowed authors list. |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
README.md (2)
1032-1032:⚠️ Potential issue | 🟡 MinorInconsistent repository path in Updating section.
This line still references
continuous-claude/opc(old path) instead ofContinuous-Claude-v3/opc(new path). This creates inconsistency with the Installation sections at lines 170-171 and 1018-1019.🔧 Proposed fix
-cd continuous-claude/opc +cd Continuous-Claude-v3/opc
1110-1110:⚠️ Potential issue | 🟡 MinorAdditional repository path inconsistencies.
Multiple locations still reference the old
continuous-claudepath instead ofContinuous-Claude-v3:
- Line 1110: Bash symlink example uses
$HOME/continuous-claude- Line 1138: PowerShell symlink example uses
$HOME\continuous-claude- Line 1214: Directory structure header shows
continuous-claude/These should be updated to match the repository rename for consistency.
🔧 Proposed fixes
# Create symlinks (adjust path to your repo location) -REPO="$HOME/continuous-claude" # or wherever you cloned +REPO="$HOME/Continuous-Claude-v3" # or wherever you cloned ln -s "$REPO/.claude/rules" ~/.claude/rules# Create symlinks (adjust path to your repo location) -$REPO = "$HOME\continuous-claude" # or wherever you cloned +$REPO = "$HOME\Continuous-Claude-v3" # or wherever you cloned New-Item -ItemType SymbolicLink -Path "$HOME\.claude\rules" -Target "$REPO\.claude\rules"-continuous-claude/ +Continuous-Claude-v3/ ├── .claude/ │ ├── agents/ # 32 specialized AI agentsAlso applies to: 1138-1138, 1214-1214
Summary
continuous-claude→Continuous-Claude-v3) — was 404ing or cloning wrong repoContinuous-Claude-v2instead ofContinuous-Claude-v3Changes
parcadei/continuous-claude.gitparcadei/Continuous-Claude-v3.gitparcadei/Continuous-Claude-v2parcadei/Continuous-Claude-v3### Tools & Services### Tools & Services (Optional Integrations)+ noteCloses #139
Test plan
git clone https://github.com/parcadei/Continuous-Claude-v3.gitSummary by CodeRabbit