Remove prompts from website generation and contributor scripts

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 04:44:16 +00:00
parent 9e1096726e
commit 525a2f5fb7
2 changed files with 3 additions and 76 deletions

View File

@@ -30,9 +30,6 @@ export const TYPE_PATTERNS = {
instructions: [
'instructions/*.instructions.md'
],
prompts: [
'prompts/*.prompt.md'
],
agents: [
'chatmodes/*.chatmode.md',
'agents/*.agent.md'
@@ -140,7 +137,7 @@ export const isAutoGeneratedFile = (filePath) => {
};
/**
* Infer a contribution type string (e.g. 'prompts', 'agents', 'doc') for a file path.
* Infer a contribution type string (e.g. 'skills', 'agents', 'doc') for a file path.
* Returns null if no specific type matched.
* @param {string} filePath
* @returns {string|null}