Expand description
§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 |
| Shared Claude Code domain primitives. |
Layer 0 of the workspace dependency hierarchy — zero workspace crate deps.
§Modules
paths:ClaudePaths— all~/.claude/canonical paths fromHOMEprocess: [ProcessInfo] and process signal utilities
Re-exports§
pub use paths::ClaudePaths;