docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
Glob matching for javascript/node.js, a replacement and faster alternative to minimatch and multimatch
Agent Success
Agent success rate when using this tile
90%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.5x
Baseline
Agent success rate without this tile
60%
tessl install tessl/npm-micromatch@4.0.0Generated
Agent Claude Code
Scenario 1
Object key filtering (matchKeys)
Scenario 2
Single wildcard (*) matching
Scenario 3
String array filtering
Scenario 4
Pattern filtering with ignore option
Scenario 5
Path normalization (cross-platform)
Scenario 6
Multiple pattern handling
Scenario 7
Globstar (**) for directory traversal
Scenario 8
Partial/substring matching (contains)
Scenario 9
Pattern scanning (scan method)
Scenario 10
Inverse filtering (not method)