Skip to content

Commit ff5e076

Browse files
committed
Fixed plugin and skills implementation
1 parent 30cccf2 commit ff5e076

12 files changed

Lines changed: 16 additions & 145 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
2-
"name": "threadlinking-local",
2+
"name": "threadlinking",
33
"owner": {
44
"name": "Marianne"
55
},
66
"plugins": [
77
{
88
"name": "threadlinking",
9-
"source": "..",
10-
"version": "2.0.0",
9+
"source": {
10+
"source": "url",
11+
"url": "https://github.com/thrialectics/threadlinking.git"
12+
},
13+
"version": "3.0.0",
1114
"description": "Preserve decision-making context across sessions by linking files to the decisions behind them"
1215
}
1316
]

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"files": [
77
"dist",
88
"bin",
9+
"commands",
10+
"skills",
911
".claude-plugin",
1012
".mcp.json",
1113
"LICENSE",

plugin/.claude-plugin/plugin.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

plugin/.mcp.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

plugin/README.md

Lines changed: 0 additions & 116 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)