pub fn is_reserved_worktree_path(path: &Path) -> boolExpand description
Whether path is a reserved worktree-root Heddle artifact.
Root-anchored only: examples/calculator/.heddle/ is not reserved.
Leading ./ is skipped so ./.heddle/identity.toml matches.