@truenine/memory-sync-cli 0.0.1 → 0.0.3

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.
package/README.md CHANGED
@@ -1,42 +1,59 @@
1
- # TrueNine Life CLI
2
-
3
- 跨 AI 编程工具的提示词同步工具。一套规则,多端适配。
4
-
5
-
6
- ## 支持的 AI 工具
7
-
8
- **IDE**
9
- - Cursor IDE
10
- - Kiro IDE
11
- - Windsurf IDE
12
- - Qoder IDE
13
- - CodeBuddy IDE
14
- - Antigravity IDE
15
-
16
- **CLI 工具**
17
- - Claude Code CLI
18
- - Codex CLI
19
- - Gemini CLI
20
- - FactoryDroid CLI
21
-
22
- **配置文件**
23
- - JetBrains IDE
24
- - VSCode IDE
25
-
26
- ## 插件体系
27
-
28
- 采用 input → transform → output 管道架构:
29
-
30
- - **Input 插件**: 读取源文件(Aindex、Ref、WorkspaceGroup)
31
- - **Transform 插件**: 处理内容
32
- - **Output 插件**: 写入目标格式(各 IDE/CLI 适配器)
33
-
34
- ## 配置
35
-
36
- 配置文件优先级:`cwd()/.memorysync.json` > `~/.aindex/configs.json`
37
-
38
- 首次运行会自动创建 `~/.aindex/config.json`。
39
-
40
- ## License
41
-
42
- Private
1
+ # TrueNine Life CLI
2
+
3
+ 跨 AI 编程工具的提示词同步工具。一套规则,多端适配。
4
+
5
+ ## 快速开始
6
+
7
+ ```bash
8
+ npx @truenine/memory-sync-cli
9
+ ```
10
+
11
+ ## 全局安装
12
+
13
+ ```bash
14
+ pnpm add -g @truenine/memory-sync-cli
15
+ ```
16
+
17
+ 安装后可直接使用命令:
18
+
19
+ ```bash
20
+ tnmsc
21
+ ```
22
+
23
+ ## 支持的 AI 工具
24
+
25
+ **IDE**
26
+ - Cursor IDE
27
+ - Kiro IDE
28
+ - Windsurf IDE
29
+ - Qoder IDE
30
+ - CodeBuddy IDE
31
+ - Antigravity IDE
32
+
33
+ **CLI 工具**
34
+ - Claude Code CLI
35
+ - Codex CLI
36
+ - Gemini CLI
37
+ - FactoryDroid CLI
38
+
39
+ **配置文件**
40
+ - JetBrains IDE
41
+ - VSCode IDE
42
+
43
+ ## 插件体系
44
+
45
+ 采用 input → transform → output 管道架构:
46
+
47
+ - **Input 插件**: 读取源文件(Aindex、Ref、WorkspaceGroup)
48
+ - **Transform 插件**: 处理内容
49
+ - **Output 插件**: 写入目标格式(各 IDE/CLI 适配器)
50
+
51
+ ## 配置
52
+
53
+ 配置文件优先级:`cwd()/.memorysync.json` > `~/.aindex/configs.json`
54
+
55
+ 首次运行会自动创建 `~/.aindex/config.json`。
56
+
57
+ ## License
58
+
59
+ UNLICENSED