From 45071c73446f351bc611aea975e479e5a03c5376 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:32:17 +0000 Subject: [PATCH 1/2] Initial plan From 7a74a439518e44154fd930c17c58ddb79860c803 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Dec 2025 02:41:08 +0000 Subject: [PATCH 2/2] Add description to applyTo field in included_file_schema.json Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- pkg/parser/schemas/included_file_schema.json | 1 + 1 file changed, 1 insertion(+) 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",