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
# API Doc Entity

### Scope

- **Purpose**: Document the programmatic interface for constructing and executing Claude Code commands.
- **Responsibility**: Index of API doc instances covering execution methods, return types, and error contracts.
- **In Scope**: execute(), execute_interactive(), ExecutionOutput, error handling, method parameter contracts.
- **Out of Scope**: Builder pattern design (→ `pattern/`), enum type definitions (→ `data_structure/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Execution API]001_execution_api.md | execute() and execute_interactive() contracts ||