Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This package is currently in development. To use it:

```bash
# Clone the repository
git clone <repository-url>
git clone https://github.com/AtelierArith/ClaudeCodeSDK.jl.git
cd ClaudeCodeSDK.jl

# Install dependencies
Expand Down Expand Up @@ -270,7 +270,7 @@ See [src/errors.jl](src/errors.jl) for the complete exception hierarchy.

### Test Files Structure:
1. **`test/test_types.jl`** - Message types, options configuration, content blocks
2. **`test/test_errors.jl`** - Error hierarchy, exception handling, string representations
2. **`test/test_errors.jl`** - Error hierarchy, exception handling, string representations
3. **`test/test_client.jl`** - Query function, message processing, client configuration
4. **`test/test_transport.jl`** - CLI discovery, command building, JSON streaming, process management
5. **`test/test_integration.jl`** - End-to-end testing, CLI integration, comprehensive scenarios
Expand Down
2 changes: 1 addition & 1 deletion docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Since the package is in development, you'll need to clone and set it up locally:

```bash
# Clone the repository
git clone <repository-url>
git clone https://github.com/AtelierArith/ClaudeCodeSDK.jl.git
cd ClaudeCodeSDK.jl

# Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This package is currently in development. To use it:

```bash
# Clone the repository
git clone <repository-url>
git clone https://github.com/AtelierArith/ClaudeCodeSDK.jl.git
cd ClaudeCodeSDK.jl

# Install dependencies
Expand Down Expand Up @@ -110,7 +110,7 @@ The repository includes several runnable examples:
# Basic usage with all features
julia --project examples/quick_start.jl

# JSON streaming and message processing demo
# JSON streaming and message processing demo
julia --project examples/streaming_demo.jl

# Tool execution without CLI dependency
Expand Down
Loading