Skip to content

Commit 5b5f8a9

Browse files
authored
fix(catalog): alphabetize dotdog entry and correct tool requirement
Assisted-by: GitHub Copilot (model: claude-opus-4.8, autonomous)
1 parent 309d624 commit 5b5f8a9

1 file changed

Lines changed: 41 additions & 40 deletions

File tree

extensions/catalog.community.json

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,46 +1163,6 @@
11631163
"created_at": "2026-06-23T00:00:00Z",
11641164
"updated_at": "2026-06-23T00:00:00Z"
11651165
},
1166-
"dotdog": {
1167-
"name": "Dotdog",
1168-
"id": "dotdog",
1169-
"description": "Import GitHub Spec Kit artifacts into local knowledge graphs for validation, analysis, search, and MCP queries.",
1170-
"author": "specdog",
1171-
"version": "0.9.0",
1172-
"download_url": "https://github.com/specdog/dotdog/releases/download/v0.9.0/dotdog-spec-kit-extension-v0.9.0.zip",
1173-
"repository": "https://github.com/specdog/dotdog",
1174-
"homepage": "https://specdog.github.io/dotdog",
1175-
"documentation": "https://github.com/specdog/dotdog/blob/main/docs/spec-kit-extension.md",
1176-
"changelog": "https://github.com/specdog/dotdog/blob/main/CHANGELOG.md",
1177-
"license": "MIT",
1178-
"category": "docs",
1179-
"effect": "read-write",
1180-
"requires": {
1181-
"speckit_version": ">=0.12.0",
1182-
"tools": [
1183-
{
1184-
"name": "dotdog",
1185-
"required": false
1186-
}
1187-
]
1188-
},
1189-
"provides": {
1190-
"commands": 3,
1191-
"hooks": 0
1192-
},
1193-
"tags": [
1194-
"specification",
1195-
"knowledge-graph",
1196-
"validation",
1197-
"mcp",
1198-
"local-first"
1199-
],
1200-
"verified": false,
1201-
"downloads": 0,
1202-
"stars": 0,
1203-
"created_at": "2026-07-16T00:00:00Z",
1204-
"updated_at": "2026-07-16T00:00:00Z"
1205-
},
12061166
"docguard": {
12071167
"name": "DocGuard — CDD Enforcement",
12081168
"id": "docguard",
@@ -1288,6 +1248,47 @@
12881248
"created_at": "2026-03-13T00:00:00Z",
12891249
"updated_at": "2026-03-13T00:00:00Z"
12901250
},
1251+
"dotdog": {
1252+
"name": "Dotdog",
1253+
"id": "dotdog",
1254+
"description": "Import GitHub Spec Kit artifacts into local knowledge graphs for validation, analysis, search, and MCP queries.",
1255+
"author": "specdog",
1256+
"version": "0.9.0",
1257+
"download_url": "https://github.com/specdog/dotdog/releases/download/v0.9.0/dotdog-spec-kit-extension-v0.9.0.zip",
1258+
"repository": "https://github.com/specdog/dotdog",
1259+
"homepage": "https://specdog.github.io/dotdog",
1260+
"documentation": "https://github.com/specdog/dotdog/blob/main/docs/spec-kit-extension.md",
1261+
"changelog": "https://github.com/specdog/dotdog/blob/main/CHANGELOG.md",
1262+
"license": "MIT",
1263+
"category": "docs",
1264+
"effect": "read-write",
1265+
"requires": {
1266+
"speckit_version": ">=0.12.0",
1267+
"tools": [
1268+
{
1269+
"name": "dotdog",
1270+
"version": ">=0.9.0",
1271+
"required": true
1272+
}
1273+
]
1274+
},
1275+
"provides": {
1276+
"commands": 3,
1277+
"hooks": 0
1278+
},
1279+
"tags": [
1280+
"specification",
1281+
"knowledge-graph",
1282+
"validation",
1283+
"mcp",
1284+
"local-first"
1285+
],
1286+
"verified": false,
1287+
"downloads": 0,
1288+
"stars": 0,
1289+
"created_at": "2026-07-16T00:00:00Z",
1290+
"updated_at": "2026-07-16T00:00:00Z"
1291+
},
12911292
"ears": {
12921293
"name": "EARS Requirements Syntax",
12931294
"id": "ears",

0 commit comments

Comments
 (0)