psyclaw 0.29.14 → 0.29.16

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.
Files changed (36) hide show
  1. package/README.md +14 -14
  2. package/dist/apps/panel/index.html +381 -141
  3. package/dist/src/adapters/pi/extension.js +145 -518
  4. package/dist/src/adapters/pi/extension.js.map +1 -1
  5. package/dist/src/agents/recommended-personas.d.ts +1 -1
  6. package/dist/src/agents/recommended-personas.js +2 -2
  7. package/dist/src/agents/recommended-personas.js.map +1 -1
  8. package/dist/src/analysis/plan.js +2 -2
  9. package/dist/src/analysis/plan.js.map +1 -1
  10. package/dist/src/analysis/stats-router.js +2 -2
  11. package/dist/src/analysis/stats-router.js.map +1 -1
  12. package/dist/src/branding.js +3 -3
  13. package/dist/src/branding.js.map +1 -1
  14. package/dist/src/orchestration/bundled-personas.d.ts +1 -1
  15. package/dist/src/orchestration/bundled-personas.js +1 -1
  16. package/dist/src/orchestration/bundled-personas.js.map +1 -1
  17. package/dist/src/orchestration/personas.js +2 -5
  18. package/dist/src/orchestration/personas.js.map +1 -1
  19. package/dist/src/panel/extension.js +3 -7
  20. package/dist/src/panel/extension.js.map +1 -1
  21. package/dist/src/panel/server.js +4 -4
  22. package/dist/src/panel/server.js.map +1 -1
  23. package/dist/src/session/help.d.ts +1 -1
  24. package/dist/src/session/help.js +26 -27
  25. package/dist/src/session/help.js.map +1 -1
  26. package/dist/src/session/modes.js +3 -3
  27. package/dist/src/session/modes.js.map +1 -1
  28. package/dist/src/skills/recommended.js +1 -1
  29. package/dist/src/skills/recommended.js.map +1 -1
  30. package/dist/src/style/cli-ui.js +14 -13
  31. package/dist/src/style/cli-ui.js.map +1 -1
  32. package/dist/src/verify/checklist.d.ts +5 -4
  33. package/dist/src/verify/checklist.js +7 -8
  34. package/dist/src/verify/checklist.js.map +1 -1
  35. package/package.json +1 -1
  36. package/skills/recommended/catalog.json +36 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ PsyClaw 是面向社会科学研究的智能体工作台。它把研究项目、
4
4
 
5
5
  PsyClaw 自有代码使用 MIT 许可证;随 npm 包内置的 Academic Research Skills 位于 `vendor/ars`,保持上游署名并单独遵循 CC BY-NC 4.0,仅限非商业用途。
6
6
 
7
- 当前版本:`0.29.14`。正式命令、用户配置目录和后续发布统一使用 `psyclaw`。
7
+ 当前版本:`0.29.16`。正式命令、用户配置目录和后续发布统一使用 `psyclaw`。
8
8
 
9
9
  ## 发布流程
10
10
 
@@ -21,19 +21,19 @@ RELEASE_MESSAGE="release: describe the change" pnpm release:push
21
21
  需要 Node.js `>=22.19.0`。官方 npm 源:
22
22
 
23
23
  ```powershell
24
- npm install -g psyclaw@0.29.14
24
+ npm install -g psyclaw@0.29.16
25
25
  ```
26
26
 
27
27
  如果本机 npm 配置把 registry 误写成带有 `~/` 的地址,请显式指定官方源:
28
28
 
29
29
  ```bash
30
- npm install -g psyclaw@0.29.14 --registry=https://registry.npmjs.org/
30
+ npm install -g psyclaw@0.29.16 --registry=https://registry.npmjs.org/
31
31
  ```
32
32
 
33
33
  中国大陆网络较慢或无法访问官方源时:
34
34
 
35
35
  ```powershell
36
- npm install -g psyclaw@0.29.14 --registry=https://registry.npmmirror.com
36
+ npm install -g psyclaw@0.29.16 --registry=https://registry.npmmirror.com
37
37
  ```
38
38
 
39
39
  或安装脚本:
@@ -99,18 +99,18 @@ psyclaw evidence add notes\source.md --level user
99
99
  | 导出会话 | 使用 Pi 内置的 `/export` |
100
100
  | 打开科研面板 | 在对话中输入 `/panel` |
101
101
  | 查看或切换 Provider | 在对话中输入 `/provider` 或 `/provider <id>` |
102
- | 管理启动横幅宠物 | `/pet status`、`/pet on`、`/pet off`(默认关闭) |
103
- | 安装本地 Skill | `/skill install <本地目录>` |
104
- | 管理或安装 Skill | `/skill` 或 `/skill install <本地目录>` |
105
- | 创建项目能力 | `/create-skill`、`/create-hook`、`/create-rule`、`/create-subagent`(均先预览并确认) |
106
- | 运行自定义只读角色 | `/agents --agent <id> <task>` 或 `/agents --agents <id,...> <task>`(最多四个隔离 worker) |
102
+ | 管理启动横幅宠物 | `/pet`、`/pet on`、`/pet off`(默认关闭) |
103
+ | 管理 Skill | `/skill`(在管理页启用/安装) |
104
+ | 创建项目能力 | `/create-skill`、`/create-hook`、`/create-rule`、`/create-subagent`(附带需求文本) |
105
+ | 运行只读 Subagent | `/agents` 浏览,或 `/agents <task>` 运行 |
107
106
  | 调用已加载 Skill | `/skill:<name>` |
108
- | 使用模式 | `Shift+Tab`:`chat` → `analysis` → `academic`;thinking 用 `Ctrl+Shift+Tab` |
109
- | 搭建仓库 | `/init`(只建目录 + `psyclaw.md`) |
110
- | 人确认关键字段 | `/verify list` `/verify <id> verified` |
111
- | 使用 PsyClaw ARS | 切到 `academic`;也可用 `/ars doctor` / `/ars full <task>` |
107
+ | 使用模式 | `Shift+Tab`:`chat` → `analysis` → `academic`;thinking 用 `Ctrl+Shift+T` |
108
+ | 搭建仓库 | `/init` `/init <研究目标>` |
109
+ | 分析方案 / 交接 | `/plan`、`/plan <目标>`;人审后 `/handoff` |
110
+ | AI 过程核对 / 实质验证 | `/crosscheck [焦点]`;`/verify [焦点]`。人审由收尾门禁自动要求(Panel/唤醒选项) |
111
+ | 使用 PsyClaw ARS | `/ars` 开学术模式,或 `/ars <任务>`;`/ars doctor`、`/ars stop` |
112
112
  | 管理 Plugin | `/plugin`;终端使用 `psyclaw plugin install|remove|list` |
113
- | 调用已配置 MCP | 模型通过 `psyclaw_mcp` 自动发现并调用 `.psyclaw/mcp/*.json` 中启用的服务器 |
113
+ | 调用已配置 MCP | `/mcp` 管理;模型通过 `psyclaw_mcp` 调用已启用服务器 |
114
114
 
115
115
  `psyclaw update` 会更新 PsyClaw 整包,并同时安装该版本锁定的内置运行时。在源码仓库中运行时,命令会停止并提示通过 Git 更新,不会覆盖本地修改。
116
116
  仅查看更新计划而不执行时,使用 `psyclaw update --check`。旧的 `--yes` 参数仍兼容,但不再需要。