claude_core 1.2.0

Shared Claude Code primitives: path topology and process utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# claude_core

Layer 0 shared primitives for the assistant workspace. Zero workspace dependencies.

## Responsibility Table

| File | Responsibility |
|------|---------------|
| `Cargo.toml` | Crate manifest: zero workspace deps, stdlib only |
| `src/` | `ClaudePaths`, process scanner and signal utilities |
| `tests/` | Unit tests for path construction and process scanning |
| `verb/` | Shell scripts for each `do` protocol verb. |
| `runbox/` | Shell scripts for container-orchestrated operations. |