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 |
verb/ | Shell scripts for each do protocol verb. |
runbox/ | Shell scripts for container-orchestrated operations. |
| 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], [ProcessMetrics] (Linux), and process signal utilities
Re-exports§
pub use paths::ClaudePaths;