Skip to main content

Crate cortexkit_paths

Crate cortexkit_paths 

Source
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§

ProjectRootId
Stable canonical identity for a project root.

Enums§

IdentityError
Typed identity-resolution failures.