Skip to content

Commit 2d8f1d2

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 d63838e commit 2d8f1d2

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-07T05:51:00Z",
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": {
@@ -2095,7 +2095,7 @@
20952095
"speckit_version": ">=0.4.0"
20962096
},
20972097
"provides": {
2098-
"commands": 3,
2098+
"commands": 4,
20992099
"hooks": 1
21002100
},
21012101
"tags": [

0 commit comments

Comments
 (0)