openyida 2026.4.2-beta.0 → 2026.4.2-beta.1
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/lib/core/doctor.js +1 -1
- package/package.json +1 -1
- package/yida-skills/SKILL.md +1 -1
package/lib/core/doctor.js
CHANGED
|
@@ -432,7 +432,7 @@ class ProjectInitChecker {
|
|
|
432
432
|
|
|
433
433
|
return [{
|
|
434
434
|
id: 'project-init',
|
|
435
|
-
label: passed ? 'project/ 工作目录已初始化' :
|
|
435
|
+
label: passed ? 'project/ 工作目录已初始化' : `project/ 工作目录检测(检测路径:${projectDir})`,
|
|
436
436
|
passed,
|
|
437
437
|
severity: passed ? Severity.INFO : Severity.WARNING,
|
|
438
438
|
message: passed ? null : 'project/ 目录未初始化,将自动执行 openyida copy',
|
package/package.json
CHANGED
package/yida-skills/SKILL.md
CHANGED