SegmentPattern
SegmentPattern = readonly
string[]
One pattern already split into path segments, e.g. ["src","**","*.vue"].
The core’s unit: no separators, no strings to parse. Each element is a glob
token taken verbatim; a concrete path is just a SegmentPattern with no
wildcards.