Skip to content

Commit a2e8918

Browse files
committed
feat(catalog): add linear extension to community catalog
1 parent b48b223 commit a2e8918

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

extensions/catalog.community.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,39 @@
12461246
"created_at": "2026-03-17T00:00:00Z",
12471247
"updated_at": "2026-03-17T00:00:00Z"
12481248
},
1249+
"linear": {
1250+
"name": "Linear Bridge",
1251+
"id": "linear",
1252+
"description": "Mirror spec-kit feature directories into Linear — one Issue per spec, sub-issues per task phase, auto-synced via lifecycle hooks. Filesystem to Linear, reconcile-based, unidirectional.",
1253+
"author": "Ash Brener",
1254+
"version": "0.1.1",
1255+
"download_url": "https://github.com/ashbrener/spec-kit-linear/archive/refs/heads/main.zip",
1256+
"repository": "https://github.com/ashbrener/spec-kit-linear",
1257+
"homepage": "https://github.com/ashbrener/spec-kit-linear",
1258+
"documentation": "https://github.com/ashbrener/spec-kit-linear/blob/main/README.md",
1259+
"changelog": "https://github.com/ashbrener/spec-kit-linear/blob/main/CHANGELOG.md",
1260+
"license": "MIT",
1261+
"requires": {
1262+
"speckit_version": ">=0.1.0"
1263+
},
1264+
"provides": {
1265+
"commands": 5,
1266+
"hooks": 6
1267+
},
1268+
"tags": [
1269+
"issue-tracker",
1270+
"linear",
1271+
"tasks-sync",
1272+
"lifecycle-mirror",
1273+
"memory",
1274+
"cross-repo"
1275+
],
1276+
"verified": false,
1277+
"downloads": 0,
1278+
"stars": 0,
1279+
"created_at": "2026-05-28T00:00:00Z",
1280+
"updated_at": "2026-05-28T00:00:00Z"
1281+
},
12491282
"m365": {
12501283
"name": "Microsoft 365 Integration",
12511284
"id": "m365",

0 commit comments

Comments
 (0)