@hupan56/wlkj 3.1.18 → 3.1.19
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/package.json
CHANGED
|
@@ -28,7 +28,7 @@ R=$(python ~/.qoderwork/repo_root.py 2>/dev/null || python3 ~/.qoderwork/repo_ro
|
|
|
28
28
|
|
|
29
29
|
### Case 1: /wl-init (no arguments)
|
|
30
30
|
```bash
|
|
31
|
-
python "$R/.qoder/scripts/orchestration/wlkj.py" doctor
|
|
31
|
+
python "$R/.qoder/scripts/orchestration/wlkj.py" doctor 2>/dev/null || python3 "$R/.qoder/scripts/orchestration/wlkj.py" doctor
|
|
32
32
|
```
|
|
33
33
|
Report the doctor's findings to the user in friendly language.
|
|
34
34
|
If it found fixable issues, ask: "发现 N 个问题,要我自动修复吗?"
|
|
@@ -36,7 +36,7 @@ then run with --fix.
|
|
|
36
36
|
|
|
37
37
|
### Case 2/3: /wl-init 小王 [pm]
|
|
38
38
|
```bash
|
|
39
|
-
python "$R/.qoder/scripts/orchestration/wlkj.py" doctor --fix 小王 [pm]
|
|
39
|
+
python "$R/.qoder/scripts/orchestration/wlkj.py" doctor 2>/dev/null || python3 "$R/.qoder/scripts/orchestration/wlkj.py" doctor --fix 小王 [pm]
|
|
40
40
|
```
|
|
41
41
|
This single command does ALL of:
|
|
42
42
|
1. 注册/切换开发者 (.qoder/.developer, key=value 格式) + 个人空间目录
|