diff --git a/index.json b/index.json index 6f794c5..6db52b8 100644 --- a/index.json +++ b/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 - } + ] } \ No newline at end of file diff --git a/update-readme.js b/update-readme.js index b41ff4b..150487c 100755 --- a/update-readme.js +++ b/update-readme.js @@ -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 }; }