claude_core 1.0.0

Shared Claude Code primitives: path topology and process utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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 |