Remove redundant counts
This commit is contained in:
parent
2a675b4155
commit
db5ea01b53
10
index.json
10
index.json
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user