Skip to content

Commit ffc08dd

Browse files
claudejfranc38
authored andcommitted
fix(catalog): provides.commands 3→4 (schedule only) + bump top-level updated_at
Surgical edit responding to two Copilot review nits on PR #2473. Previous attempt used str.replace too broadly and was reverted — this version uses unique anchors to mutate only the schedule entry and the top-level updated_at field. 1. extensions/catalog.community.json schedule entry had provides.commands: 3, but the extension exposes 4 commands (run, portfolio, visualize, calibrate — calibrate was added in v0.6.0 Build 2 / calibration feedback loop). 2. Top-level catalog updated_at was 2026-05-06T22:28:55Z but per-entry updated_at for our schedule entry is 2026-05-07. Since this PR modifies the catalog, the top-level timestamp advances too.
1 parent ed087af commit ffc08dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/catalog.community.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-07T15:37:14Z",
3+
"updated_at": "2026-05-07T17:30:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2132,7 +2132,7 @@
21322132
"speckit_version": ">=0.4.0"
21332133
},
21342134
"provides": {
2135-
"commands": 3,
2135+
"commands": 4,
21362136
"hooks": 1
21372137
},
21382138
"tags": [

0 commit comments

Comments
 (0)