Skip to content

fix: correct README clone URL, Star History link, and Tools section#143

Open
udhaya10 wants to merge 1 commit intoparcadei:mainfrom
udhaya10:fix/readme-urls
Open

fix: correct README clone URL, Star History link, and Tools section#143
udhaya10 wants to merge 1 commit intoparcadei:mainfrom
udhaya10:fix/readme-urls

Conversation

@udhaya10
Copy link
Copy Markdown

@udhaya10 udhaya10 commented Feb 15, 2026

Summary

  • Fix Installation section clone URL (continuous-claudeContinuous-Claude-v3) — was 404ing or cloning wrong repo
  • Fix Star History chart pointing to Continuous-Claude-v2 instead of Continuous-Claude-v3
  • Add "Optional Integrations" note to Tools & Services section to clarify these aren't required

Changes

Line Before After
1018-1019 parcadei/continuous-claude.git parcadei/Continuous-Claude-v3.git
1278 parcadei/Continuous-Claude-v2 parcadei/Continuous-Claude-v3
1263 ### Tools & Services ### Tools & Services (Optional Integrations) + note

Closes #139

Test plan

  • Verify clone URL works: git clone https://github.com/parcadei/Continuous-Claude-v3.git
  • Verify Star History chart loads correctly
  • Verify Tools section note renders properly in GitHub markdown

Summary by CodeRabbit

  • Documentation
    • Updated installation instructions and repository references to v3.
    • Reorganized Tools & Services section to clarify optional integrations.
    • Expanded available tool options for enhanced functionality.
    • Updated image links and version references throughout.

- 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
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 15, 2026

📝 Walkthrough

Walkthrough

README.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

Cohort / File(s) Summary
README Documentation Updates
README.md
Corrected repository clone URL and directory path from continuous-claude to Continuous-Claude-v3, updated Star History image link from v2 to v3, renamed Tools & Services section to include "(Optional Integrations)" notation, and expanded the tools list with additional entries (qlty, ast-grep, Nia, Morph, Firecrawl, RepoPrompt).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: correcting clone URL, Star History link, and marking Tools section as optional.
Linked Issues check ✅ Passed The pull request addresses all three requirements from issue #139: correcting Installation clone URL, updating Star History reference to v3, and marking Tools section as optional.
Out of Scope Changes check ✅ Passed All changes are directly related to the three fixes specified in issue #139 with no extraneous modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Feb 15, 2026

PR author is not in the allowed authors list.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 | 🟡 Minor

Inconsistent repository path in Updating section.

This line still references continuous-claude/opc (old path) instead of Continuous-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 | 🟡 Minor

Additional repository path inconsistencies.

Multiple locations still reference the old continuous-claude path instead of Continuous-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 agents

Also applies to: 1138-1138, 1214-1214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: README Installation section has wrong clone URL

1 participant