Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ ACTION: Use Skill tool BEFORE responding

```bash
# Clone
git clone https://github.com/parcadei/Continuous-Claude-v3.git
cd Continuous-Claude-v3/opc
git clone https://github.com/Lisztos/Continuous-Claude.git
cd Continuous-Claude/opc

# Run setup wizard (12 steps)
uv run python -m scripts.setup.wizard
Expand All @@ -193,7 +193,7 @@ uv run python -m scripts.setup.wizard
#### To Uninstall:

```
cd Continuous-Claude-v3/opc
cd Continuous-Claude/opc
uv run python -m scripts.setup.wizard --uninstall
```

Expand Down Expand Up @@ -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/Lisztos/Continuous-Claude.git
cd Continuous-Claude/opc

# Run the setup wizard
uv run python -m scripts.setup.wizard
Expand Down Expand Up @@ -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
Expand All @@ -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=Lisztos/Continuous-Claude&type=timeline)](https://star-history.com/#Lisztos/Continuous-Claude&Date)

---

Expand Down