.tasks/core/LOC-005-virtual-locations-via-pure-hierarchical-model.md
A "Location" should not be a rigid, physical path on a disk. It should be a virtual, named pointer to any directory Entry in the VDFS.
relative_path column from the entries table[cite: 5555].directory_paths table to act as a denormalized cache for directory path strings [cite: 5555-5556].locations table schema to store a reference to an entry_id instead of a string path[cite: 5559].directory_paths table transactionally [cite: 5560-5561].PathResolver service to reconstruct full paths on demand[cite: 5563].Entry, regardless of its physical path.relative_path column is successfully removed from the database schema.directory_paths cache.