Skip to content

Commit 86f3624

Browse files
committed
fix(claude-code): align plugin manifest name
Jieli-Thread: https://jieli.app/threads/T-019ec058-99fd-75e0-b0fa-104e33f49a5c
1 parent 89630b1 commit 86f3624

4 files changed

Lines changed: 6 additions & 22 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"plugins": [
1111
{
12-
"name": "claude-code",
12+
"name": "jieli",
13+
"displayName": "Jieli",
1314
"description": "Sync Claude Code sessions to Jieli threads and attach Jieli thread trailers to Claude-created commits.",
1415
"version": "0.1.14",
1516
"author": {

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test validate
22

3-
PLUGIN_CREATOR_DIR := /Users/alice/Library/Mobile Documents/com~apple~CloudDocs/dotfiles/config/claude/skills/.system/plugin-creator
3+
PLUGIN_CREATOR_DIR ?= $(HOME)/Library/Mobile Documents/com~apple~CloudDocs/dotfiles/config/claude/skills/.system/plugin-creator
44
VALIDATOR_DEPS_DIR ?= /tmp/codex-plugin-validator-pyyaml
55

66
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the marketplace in Claude Code:
1313
Install the plugin:
1414

1515
```text
16-
/plugin install claude-code@jieli
16+
/plugin install jieli@jieli
1717
```
1818

1919
Then get an API key from [https://jieli.app](https://jieli.app) and configure it for Claude Code.
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,10 @@
11
{
2-
"name": "claude-code",
3-
"displayName": "Jieli Claude Code Sync",
2+
"name": "jieli",
43
"version": "0.1.14",
54
"description": "Sync Claude Code sessions to Jieli threads and attach Jieli thread trailers to Claude-created commits.",
65
"author": {
76
"name": "Jieli"
87
},
98
"license": "MIT",
10-
"keywords": ["jieli", "claude-code", "session-sync"],
11-
"userConfig": {
12-
"api_key": {
13-
"type": "string",
14-
"title": "Jieli API key",
15-
"description": "API key used to upload, read, and search your Jieli threads.",
16-
"sensitive": true,
17-
"required": true
18-
},
19-
"base_url": {
20-
"type": "string",
21-
"title": "Jieli base URL",
22-
"description": "Base URL for Jieli. Defaults to https://jieli.app.",
23-
"default": "https://jieli.app",
24-
"required": false
25-
}
26-
}
9+
"keywords": ["jieli", "claude-code", "session-sync"]
2710
}

0 commit comments

Comments
 (0)