fix: correct TOC links and vscode tasks for adding agents and prompts in CONTRIBUTING.md (#1468)

* fix: correct link for adding agents in CONTRIBUTING.md
removing outdated prompts-link

* feat: add Terminal Helper agent for PowerShell and Bash command assistance

* fix: rename task to validate-plugins and update command details
as collections are outdated
https://github.com/github/awesome-copilot/pull/717

* update name format for terminal helper to lowercase

* update scope description for terminal context clarity
This commit is contained in:
Falco
2026-04-28 05:57:02 +02:00
committed by GitHub
parent 8af6e729ab
commit fff751c9d9
4 changed files with 58 additions and 5 deletions

6
.vscode/tasks.json vendored
View File

@@ -22,12 +22,12 @@
"dependsOn": "npm install"
},
{
"label": "validate-collections",
"label": "validate-plugins",
"type": "shell",
"command": "npm run collection:validate",
"command": "npm run plugin:validate",
"problemMatcher": [],
"group": "build",
"detail": "Validates all collection manifest files.",
"detail": "Validates all plugin manifest files.",
"dependsOn": "npm install"
},
{