From 75601f4f0b8a439574910097bd5a156d2e55f6aa Mon Sep 17 00:00:00 2001 From: Hunter Hogan Date: Sat, 10 Jan 2026 15:27:38 -0500 Subject: [PATCH] Fix formatting in task-planner.agent.md Without the space before the comma, VS Code interpreted the comma as part of the file name, which caused the following error even though the target file was in the target location: ``` File './task-researcher.agent.md,' not found at 'C:\Users\hunte\AppData\Roaming\Code - Insiders\User\prompts\task-researcher.agent.md,'. ``` After adding the space, the yellow squiggles and error went away. --- agents/task-planner.agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/task-planner.agent.md b/agents/task-planner.agent.md index 0e9fc7f20..e9a0cb66f 100644 --- a/agents/task-planner.agent.md +++ b/agents/task-planner.agent.md @@ -63,7 +63,7 @@ You WILL process user input as follows: - `{{specific_action}}` → "Create eventstream module with custom endpoint support" - **Final Output**: You WILL ensure NO template markers remain in final files -**CRITICAL**: If you encounter invalid file references or broken line numbers, you WILL update the research file first using #file:./task-researcher.agent.md, then update all dependent planning files. +**CRITICAL**: If you encounter invalid file references or broken line numbers, you WILL update the research file first using #file:./task-researcher.agent.md , then update all dependent planning files. ## File Naming Standards