loongclaw-devkit 0.4.1__tar.gz → 0.5.0__tar.gz

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.
@@ -1,25 +1,15 @@
1
- # LoongClaw DevKit
1
+ # LoongClaw DevKit — AI 工作区规范
2
2
 
3
- 开发者工具包,帮助 MCP 插件开发者一键创建、加密、打包、发布插件到 LoongClaw 商店。
3
+ > 本文件是给 AI 看的元信息。开发者请看 [README.md](./README.md)。
4
4
 
5
- ## 组成
5
+ ## 仓库结构
6
6
 
7
- - `src/loongclaw_devkit/server.py` — MCP server(提供 AI 可调用的 3 个开发工具)
7
+ - `src/loongclaw_devkit/server.py` — MCP server 入口(注册给 AI 的工具)
8
8
  - `src/loongclaw_devkit/publish.py` — 发布脚本(随包分发,也复制到新项目中)
9
9
  - `src/loongclaw_devkit/templates/` — 项目模板文件
10
10
  - `publish.py` — symlink → `src/loongclaw_devkit/publish.py`(向后兼容,保证单一来源)
11
11
  - `templates/` — 根目录副本(向后兼容)
12
12
 
13
- ## 分发方式
14
-
15
- ```bash
16
- # 用户安装(推荐 uvx 零安装)
17
- uvx loongclaw-devkit
18
-
19
- # 或 pip 安装
20
- pip install loongclaw-devkit
21
- ```
22
-
23
13
  ## 开发命令
24
14
 
25
15
  ```bash
@@ -36,3 +26,9 @@ twine upload dist/*
36
26
  ## 品牌
37
27
 
38
28
  统一使用 `loongclaw` / `LoongClaw`,禁止出现 `openclaw`。
29
+
30
+ ## 文档规范
31
+
32
+ - **唯一开发者文档**:[README.md](./README.md)。新功能/工具/参数的说明**只写在这里**
33
+ - AI 调用工具的完整行为说明见 README §3;manifest 字段见 README §4
34
+ - 禁止再新建独立的"开发指南"文件造成信息重复