@ranger1/dx 0.1.20 → 0.1.21

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.
@@ -45,7 +45,8 @@ agent: sisyphus
45
45
  - `round: <ROUND>`
46
46
  - `contextFile: <path>`
47
47
  - reviewer 默认读 `contextFile`;必要时允许用 `git/gh` 只读命令拿 diff
48
-
48
+ - 忽略问题:1.格式化代码引起的噪音 2.已经lint检查以外的格式问题
49
+ - 特别关注: 逻辑、安全、性能、可维护性
49
50
  - 每个 reviewer 输出:`reviewFile: <path>`(Markdown)
50
51
 
51
52
  3. Task: `pr-review-aggregate`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranger1/dx",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {