left-skills 0.2.0 → 0.4.0

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/README.md CHANGED
@@ -56,6 +56,9 @@ npm uninstall -g left-skills # remove binary
56
56
  left-skills usage # human-readable report
57
57
  left-skills usage --json # for AI (JSON)
58
58
  left-skills usage --since 7 # last 7 days
59
+ left-skills lint # static quality check (0-100 score)
60
+ left-skills doctor # diagnose install (✓/✗ + fix)
61
+ left-skills report --markdown > report.md # export report
59
62
  ```
60
63
 
61
64
  Example:
package/README.zh.md CHANGED
@@ -56,6 +56,8 @@ npm uninstall -g left-skills # 卸 binary
56
56
  left-skills usage # 人看报告
57
57
  left-skills usage --json # AI 用(JSON)
58
58
  left-skills usage --since 7 # 近 7 天
59
+ left-skills doctor # 诊断安装(✓/✗ + 建议)
60
+ left-skills report --markdown > report.md # 导出报告
59
61
  ```
60
62
 
61
63
  报告示例: