Remove redundant counts

This commit is contained in:
PEZ 2025-07-03 14:28:05 +02:00
parent 2a675b4155
commit db5ea01b53
2 changed files with 3 additions and 15 deletions

View File

@ -1,5 +1,5 @@
{
"generated": "2025-07-03T11:41:40.051Z",
"generated": "2025-07-03T12:26:57.019Z",
"instructions": [
{
"filename": "angular.instructions.md",
@ -215,11 +215,5 @@
"description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs",
"link": "chatmodes/refine-issue.chatmode.md"
}
],
"counts": {
"instructions": 16,
"prompts": 14,
"chatmodes": 5,
"total": 35
}
]
}

View File

@ -325,13 +325,7 @@ function createIndex() {
generated: new Date().toISOString(),
instructions,
prompts,
chatmodes,
counts: {
instructions: instructions.length,
prompts: prompts.length,
chatmodes: chatmodes.length,
total: instructions.length + prompts.length + chatmodes.length
}
chatmodes
};
}