mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-19 02:40:16 +08:00
7 lines
344 B
Markdown
7 lines
344 B
Markdown
<!--
|
|
name: 'Tool Description: Glob compact'
|
|
description: Compact Glob tool description served to newer models — file pattern matching returning paths sorted by modification time
|
|
ccVersion: 2.1.178
|
|
-->
|
|
Fast file pattern matching. Supports glob patterns like "**/*.js" or "src/**/*.ts". Returns matching file paths sorted by modification time.
|