Skip to content

Fix formatting in task-planner.agent.md#554

Merged
aaronpowell merged 1 commit into
github:mainfrom
hunterhogan:patch-1
Jan 11, 2026
Merged

Fix formatting in task-planner.agent.md#554
aaronpowell merged 1 commit into
github:mainfrom
hunterhogan:patch-1

Conversation

@hunterhogan

Copy link
Copy Markdown
Contributor

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.

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, chat mode, collection or skill.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

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.
Copilot AI review requested due to automatic review settings January 10, 2026 20:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@aaronpowell
aaronpowell merged commit 15efa16 into github:main Jan 11, 2026
7 of 8 checks passed
@hunterhogan
hunterhogan deleted the patch-1 branch January 12, 2026 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants