paperfit-cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,26 +18,30 @@
18
18
  ## Marketplace(推荐分发)
19
19
 
20
20
  - 清单文件:[marketplace.json](./marketplace.json)
21
- - Marketplace ID:`openraiser-paperfit`
21
+ - Marketplace ID:`paperfit-vto`(刻意与 `OpenRaiser/PaperFit` 克隆临时目录名区分,避免 macOS 大小写不敏感盘上仅改大小写的 `rename` 失败)
22
22
  - 插件 ID:`paperfit`
23
23
 
24
24
  在 Claude Code 中(命令以你当前 CLI 为准,参见 [官方文档](https://code.claude.com/docs/en/plugin-marketplaces)):
25
25
 
26
26
  ```text
27
- /plugin marketplace add https://github.com/OpenRaiser/PaperFit
28
- /plugin install paperfit@openraiser-paperfit
27
+ /plugin marketplace add OpenRaiser/PaperFit
28
+ /plugin install paperfit@paperfit-vto
29
29
  ```
30
30
 
31
+ 或使用 HTTPS:`/plugin marketplace add https://github.com/OpenRaiser/PaperFit`
32
+
31
33
  已克隆到本地时:
32
34
 
33
35
  ```text
34
36
  /plugin marketplace add /path/to/PaperFit
35
- /plugin install paperfit@openraiser-paperfit
37
+ /plugin install paperfit@paperfit-vto
36
38
  ```
37
39
 
38
- 更新市场:`/plugin marketplace update`
40
+ 更新市场:
39
41
 
40
- > 通过 **Git 仓库** 添加 marketplace 时,`plugins[].source` 的相对路径 `./` 相对于仓库根目录(与官方 walkthrough 一致)。若仅用「直链到单个 `marketplace.json`」的方式添加,相对路径可能失效,请改用 Git URL。
42
+ ```text
43
+ /plugin marketplace update paperfit-vto
44
+ ```
41
45
 
42
46
  ## 直接安装插件(不经 marketplace)
43
47
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "openraiser-paperfit",
2
+ "name": "paperfit-vto",
3
3
  "owner": {
4
4
  "name": "OpenRaiser"
5
5
  },
@@ -35,7 +35,10 @@
35
35
  "agents",
36
36
  "skills"
37
37
  ],
38
- "source": "./"
38
+ "source": {
39
+ "source": "github",
40
+ "repo": "OpenRaiser/PaperFit"
41
+ }
39
42
  }
40
43
  ]
41
44
  }
package/README.md CHANGED
@@ -40,13 +40,15 @@ paperfit doctor
40
40
  pip3 install -r "$(npm root -g)/paperfit-cli/requirements.txt"
41
41
  ```
42
42
 
43
- **Claude Code Marketplace**(推荐与官方插件发现流程对齐):本仓库包含 `.claude-plugin/marketplace.json`,Marketplace 名为 `openraiser-paperfit`。在 Claude Code 中先添加市场再安装插件(具体 slash 命令以当前 CLI 为准):
43
+ **Claude Code Marketplace**(推荐与官方插件发现流程对齐):本仓库包含 `.claude-plugin/marketplace.json`,Marketplace 名为 **`paperfit-vto`**(避免与 `OpenRaiser/PaperFit` 克隆目录在 macOS 大小写不敏感盘上发生仅改大小写的重命名失败)。在 Claude Code 中先添加市场再安装插件(具体 slash 命令以当前 CLI 为准):
44
44
 
45
45
  ```text
46
- /plugin marketplace add https://github.com/OpenRaiser/PaperFit
47
- /plugin install paperfit@openraiser-paperfit
46
+ /plugin marketplace add OpenRaiser/PaperFit
47
+ /plugin install paperfit@paperfit-vto
48
48
  ```
49
49
 
50
+ 或使用仓库 URL:`/plugin marketplace add https://github.com/OpenRaiser/PaperFit`
51
+
50
52
  详见 [.claude-plugin/README.md](.claude-plugin/README.md)。
51
53
 
52
54
  **直接添加插件(不经 marketplace)**:在克隆后的仓库根目录执行 `claude plugin add .`(若 CLI 支持)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paperfit-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Visual Typesetting Optimization Agent System for LaTeX papers",
5
5
  "main": "bin/paperfit.js",
6
6
  "bin": {