@shundoo-ai/dsh-cosmic 1.0.2-alpha.1 → 1.0.2-alpha.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shundoo-ai/dsh-cosmic",
3
- "version": "1.0.2-alpha.1",
3
+ "version": "1.0.2-alpha.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  ".config",
@@ -1,4 +1,4 @@
1
- # 苍穹数据分析 preset —— Python 运行时初始化(幂等,Windows PowerShell 版)
1
+ # 苍穹数据分析 preset —— Python 运行时初始化(幂等,Windows PowerShell 版)
2
2
  # 用法:pwsh {PRESET}/skills/erp-analysis/scripts/init-python.ps1
3
3
  # 行为:把 .venv 建在 **机器级** 目录 `$env:DSH_HOME\cache\cosmic\venv`(与 preset 版本解耦,
4
4
  # 升级 preset 不重建;多工作区共享);已存在则跳过创建,但仍按 requirements.txt 同步依赖。