Expand description
Shared path canonicalization primitives for CortexKit tooling.
This crate deliberately owns only the dependency-light project-root identity
primitive: resolving an existing filesystem path into a canonical path-backed
ProjectRootId. It does not perform workspace discovery, Git inspection,
transport serialization, or operation-target fallback handling.
Structs§
- Project
Root Id - Stable canonical identity for a project root.
Enums§
- Identity
Error - Typed identity-resolution failures.