Align Agent CLI docs to host shared python on PATH
All checks were successful
技能自动化发布 / release (push) Successful in 7s

This commit is contained in:
2026-07-15 13:58:41 +08:00
parent 296798a0f3
commit b016b3b411
9 changed files with 42 additions and 60 deletions

View File

@@ -631,11 +631,11 @@ cmd_stats() # 只读 syncJSON无 job_context
本地验证请优先使用宿主共享 Python与 Agent CLI 相同契约),例如:
```bash
"$JIANGCHANG_PYTHON_EXE" scripts/main.py health
"$JIANGCHANG_PYTHON_EXE" scripts/main.py version
python scripts/main.py health
python scripts/main.py version
```
若环境已将共享 venv 置于 PATH也可用 `python scripts/main.py …`。**禁止**对技能脚本使用 `uv run python`。
**禁止**对技能脚本使用 `uv run python`。
```bash
python scripts/main.py -h