Skip to content

Commit 2a042c2

Browse files
committed
fix: set catalog updated_at to match latest entry timestamp
Top-level updated_at was 00:00:00Z while plan-review-gate entries had 08:22:30Z, making metadata inconsistent for freshness consumers. Updated to 2026-03-27T08:22:30Z (>= all entry timestamps).
1 parent 39a2412 commit 2a042c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/catalog.community.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-27T00:00:00Z",
3+
"updated_at": "2026-03-27T08:22:30Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {

0 commit comments

Comments
 (0)