release: python-runtime, runtime_env sync, docs

This commit is contained in:
2026-04-08 12:06:14 +08:00
parent 9926eb04cb
commit 7ac6e39ff9
6 changed files with 609 additions and 0 deletions

View File

@@ -3,5 +3,6 @@
Shared platform components for Jiangchang skills:
- `sdk/jiangchang_skill_core`: entitlement SDK package.
- `python-runtime/`: **shared third-party dependencies** (`pyproject.toml` + `uv.lock`) for all skills; keep in sync with the desktop app `resources/jiangchang-python-runtime/`.
- `.github/workflows/reusable-release-skill.yaml`: reusable CI release workflow.
- `examples/workflows/use-reusable-release-skill.yaml`: caller workflow sample.