Expand description
Repository-relative lexical path validation.
Moved here from prikk-replay (DC-54): this is pure lexical grammar with no dependency on
RepoPath or lifecycle state, and object-envelope encoders need to call it without creating a
prikk-object -> prikk-replay dependency cycle (prikk-replay already depends on
prikk-object). prikk-replay::RepoPath::parse calls this function and re-exports it, so
every existing caller of prikk_replay::validate_repo_path / prikk_store::validate_repo_path
keeps compiling unchanged.
Functionsยง
- validate_
repo_ path - Validate that a path is safe as a repository-relative path.