-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
37 lines (37 loc) · 1.34 KB
/
catalog.json
File metadata and controls
37 lines (37 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"schema_version": "1.0",
"updated_at": "2026-03-10T00:00:00Z",
"catalog_url": "https://raw.githubusercontent.com/Jonas-Construction-Software/jonas-spec-kit/main/extensions/catalog.json",
"extensions": {
"selftest": {
"name": "Spec Kit Self-Test Utility",
"id": "selftest",
"version": "1.0.0",
"description": "Verifies catalog extensions by programmatically walking through the discovery, installation, and registration lifecycle.",
"author": "spec-kit-core",
"repository": "https://github.com/github/spec-kit",
"download_url": "https://github.com/github/spec-kit/releases/download/selftest-v1.0.0/selftest.zip",
"tags": [
"testing",
"core",
"utility"
]
},
"gitnexus": {
"name": "GitNexus Code Intelligence",
"id": "gitnexus",
"version": "1.0.0",
"description": "Integrates GitNexus graph-based code intelligence into the Spec-Driven Development workflow.",
"author": "spec-kit-core",
"repository": "https://github.com/Jonas-Construction-Software/jonas-spec-kit",
"download_url": "https://github.com/Jonas-Construction-Software/jonas-spec-kit/releases/download/gitnexus-v1.0.0/gitnexus.zip",
"tags": [
"code-intelligence",
"graph",
"impact-analysis",
"mcp",
"gitnexus"
]
}
}
}