@ranger1/dx 0.1.27 → 0.1.28

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.
@@ -55,6 +55,8 @@ agent: sisyphus
55
55
  - reviewer 默认读 `contextFile`;必要时允许用 `git/gh` 只读命令拿 diff
56
56
  - 忽略问题:1.格式化代码引起的噪音 2.已经lint检查以外的格式问题
57
57
  - 特别关注: 逻辑、安全、性能、可维护性
58
+ - 同时要注意 pr 前面轮次的 修复和讨论,对于已经拒绝、已修复的问题不要反复的提出
59
+ - 同时也要注意fix的过程中有没有引入新的问题。
58
60
  - 每个 reviewer 输出:`reviewFile: <path>`(Markdown)
59
61
 
60
62
  3. Task: `pr-review-aggregate`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranger1/dx",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {