From 6bec2aa01eb8fb2483158d110f9d94a7094a7c6b Mon Sep 17 00:00:00 2001 From: Udhayakumar Date: Sun, 15 Feb 2026 19:18:44 +0530 Subject: [PATCH] fix: correct README clone URL, Star History link, and Tools section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 #139 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a55e7148..c908e2a1 100644 --- a/README.md +++ b/README.md @@ -1015,8 +1015,8 @@ Blocks on HIGH severity until user accepts/mitigates risks. ```bash # Clone -git clone https://github.com/parcadei/continuous-claude.git -cd continuous-claude/opc +git clone https://github.com/parcadei/Continuous-Claude-v3.git +cd Continuous-Claude-v3/opc # Run the setup wizard uv run python -m scripts.setup.wizard @@ -1260,7 +1260,11 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on: - **[yoloshii/mcp-code-execution-enhanced](https://github.com/yoloshii/mcp-code-execution-enhanced)** - Enhanced MCP execution - **[HumanLayer](https://github.com/humanlayer/humanlayer)** - Agent patterns -### Tools & Services +### Tools & Services (Optional Integrations) + +> These tools enhance specific skills but are **not required** for core functionality. +> The setup wizard installs only the essentials (Docker, Python 3.11+, uv). + - **[uv](https://github.com/astral-sh/uv)** - Python packaging - **[tree-sitter](https://tree-sitter.github.io/)** - Code parsing - **[Braintrust](https://braintrust.dev)** - LLM evaluation, logging, and session tracing @@ -1275,7 +1279,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on: ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=parcadei/Continuous-Claude-v2&type=timeline)](https://star-history.com/#parcadei/Continuous-Claude-v2&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=parcadei/Continuous-Claude-v3&type=timeline)](https://star-history.com/#parcadei/Continuous-Claude-v3&Date) ---