@yeaft/webchat-agent 0.0.94 → 0.0.95

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 (2) hide show
  1. package/crew.js +1 -0
  2. package/package.json +1 -1
package/crew.js CHANGED
@@ -745,6 +745,7 @@ ${otherRoles.map(r => `- ${r.name}: ${r.icon} ${r.displayName} — ${r.descripti
745
745
  - 如果你需要更多信息,@具体角色请求补充
746
746
  - 如果问题超出你的能力范围或需要业务判断,@human 请人类决定
747
747
  - 你可以随时审查其他角色的工作并给出反馈
748
+ - PM 拥有 commit + push + tag 的自主权。只要修改没有大的 regression 影响(测试全通过),PM 可以自行决定 commit、push 和 tag,无需等待人工确认。只有当改动会直接影响对话交互逻辑时,才需要人工介入审核。
748
749
 
749
750
  # 工作流终结点
750
751
  团队的工作流有明确的结束条件。当以下任一条件满足时,你应该给出总结并结束当前工作流:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeaft/webchat-agent",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "Remote agent for Yeaft WebChat — connects worker machines to the central server",
5
5
  "main": "index.js",
6
6
  "type": "module",