ai-project-manage-cli 7.1.12 → 7.1.15
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 +1 -1
- package/dist/index.js +1531 -607
- package/dist/webide-message-worker.js +382 -160
- package/package.json +1 -1
- package/template/AGENTS.md +4 -4
- package/template/rules/webide_merge.md +5 -28
- package/template/rules/webide_terminal.md +37 -0
package/README.md
CHANGED
|
@@ -57,6 +57,6 @@ apm daemon start -f
|
|
|
57
57
|
|
|
58
58
|
使用全局 PM2(未安装时会自动执行 `npm install -g pm2`);同一时刻仅允许一个 connect。启动时会自动检测 CLI 更新并刷新守护配置。
|
|
59
59
|
|
|
60
|
-
`apm pull`
|
|
60
|
+
`apm pull` 会自动将平台登记的**项目文档**同步到 `.apm/docs/`(含 `manifest.json`)。Agent 修改 `.apm/docs/` 下文件后,`apm connect` 处理完消息会自动推回平台。
|
|
61
61
|
|
|
62
62
|
详见仓库根目录 [docs/CLI.md](../../docs/CLI.md)。
|