Skip to content

Commit 5438187

Browse files
🔧 Fix index links: Use correct _filename field from consolidated data
- Fixed generate_index_from_consolidated.py to use '_filename' instead of 'filename' - Links now correctly include date suffixes (e.g., _270525.json) - All 892 index entries now have valid GitHub links - Updated index.md and README.md with correct links Example fix: ❌ system-prompts/json/1-StarReviewExplorer.json ✅ system-prompts/json/1-StarReviewExplorer_270525.json
1 parent 6a7f0ab commit 5438187

File tree

6 files changed

+1792
-1790
lines changed

6 files changed

+1792
-1790
lines changed

README.md

Lines changed: 895 additions & 893 deletions
Large diffs are not rendered by default.

consolidated_prompts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"generated_at": "2025-08-03T19:43:53.614872",
3+
"generated_at": "2025-08-03T19:47:28.976570",
44
"total_prompts": 944,
55
"source_directory": "../system-prompts/json",
66
"files_processed": 944,

consolidated_prompts.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,6 @@
945945
"SRPBreakdownUtility_170725.json": "4bc1b058a20064e451b2e5e498dde176",
946946
"SocialMediaQuoteTemplater_280725.json": "3fc729f39fb25f01630888a4e19d078d"
947947
},
948-
"last_update": "2025-08-03T19:43:53.614860",
948+
"last_update": "2025-08-03T19:47:28.976559",
949949
"total_files": 944
950950
}

growth_history.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"date": "2025-08-03",
55
"count": 892,
6-
"updated": "2025-08-03T19:43:53.702802"
6+
"updated": "2025-08-03T19:47:29.042770"
77
}
88
]
99
}

0 commit comments

Comments
 (0)