feat: add Glob validator with gitignore-style pattern matching#10
Conversation
Greptile SummaryThis PR introduces a new
Confidence Score: 4/5Safe to merge with the noted edge-case fixes; core matching logic is correct for all tested patterns. The regex construction and two-phase inclusion/exclusion logic are correct for all tested scenarios. Two small gaps exist: escape sequences inside bracket classes are not handled, and the middle- The Important Files Changed
Reviews (6): Last reviewed commit: "rename: Glob -> Globstar" | Re-trigger Greptile |
…bracket edge cases and last-match-wins semantics
No description provided.