diff --git a/pkg/parser/schemas/included_file_schema.json b/pkg/parser/schemas/included_file_schema.json index 4d34a6df11..f95713b58c 100644 --- a/pkg/parser/schemas/included_file_schema.json +++ b/pkg/parser/schemas/included_file_schema.json @@ -85,6 +85,7 @@ ] }, "applyTo": { + "description": "Glob pattern(s) specifying which files/directories these instructions should apply to. Used in custom agent instruction files to target specific code areas. Supports wildcards (e.g., '**/*' for all files, '**/*.py' for Python files). Can be a single pattern string or array of patterns. If omitted in custom agent files, instructions apply globally.", "oneOf": [ { "type": "string",