claude_runner_core 1.0.0

Claude Code process execution with builder pattern
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Pattern Doc Entity

### Scope

- **Purpose**: Document architectural patterns applied in the claude_runner_core library design.
- **Responsibility**: Index of pattern doc instances covering the builder pattern design rationale and API shape.
- **In Scope**: Builder pattern problem, solution, applicability, and consequences as applied here.
- **Out of Scope**: API surface details (→ `api/`), type definitions (→ `data_structure/`), feature behavior (→ `feature/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Command Builder]001_command_builder.md | Fluent builder pattern for Claude Code command construction ||