ai-project-manage-cli 8.1.6 → 8.1.8

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
@@ -22,7 +22,7 @@ apm login --api-key=cm_xxx --server=http://127.0.0.1:3000
22
22
  apm init
23
23
  ```
24
24
 
25
- WebIDE 工作区写入 `.apm/AGENTS.md` 与 `webide*` 规则。
25
+ 从平台拉取指南与规则,写入 `.apm/AGENTS.md` 与 `.apm/rules/`。需要先 `apm login`。
26
26
 
27
27
  ## 常用命令
28
28
 
@@ -39,6 +39,8 @@ apm connect
39
39
  apm connect --server https://your-server.com
40
40
  ```
41
41
 
42
+ 启动前会检测 npm registry 上当前大版本的最新包;若落后则先 `npm install -g` 更新,再以新版本重新连接。跨大版本请手动执行 `apm update --major`。
43
+
42
44
  同一时刻仅允许一个 connect。
43
45
 
44
46
  `apm connect` 处理完 WebIDE 消息后,会将 `.apm/project/<项目ID>/` 下的项目文档变更推回平台。