master-skill 0.12.0 → 0.12.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.
@@ -9,7 +9,7 @@
9
9
  {
10
10
  "name": "master-skill",
11
11
  "description": "FoJin-powered Buddhist AI persona framework — source-grounded, boundary-aware, fidelity-tested, runtime-ready. 15 prebuilt masters across 印度/汉传/藏传/南传 plus compare, debate, and curriculum meta-skills.",
12
- "version": "0.12.0",
12
+ "version": "0.12.1",
13
13
  "source": "./",
14
14
  "author": {
15
15
  "name": "xr843",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-skill",
3
3
  "description": "FoJin-powered Buddhist AI persona framework — source-grounded, boundary-aware, fidelity-tested, runtime-ready. 15 prebuilt masters across 印度/汉传/藏传/南传 plus compare, debate, and curriculum meta-skills.",
4
- "version": "0.12.0",
4
+ "version": "0.12.1",
5
5
  "author": {
6
6
  "name": "xr843",
7
7
  "email": "xr843@users.noreply.github.com"
@@ -2,7 +2,7 @@
2
2
  "name": "master-skill",
3
3
  "displayName": "Master Skill",
4
4
  "description": "FoJin-powered Buddhist AI persona framework — source-grounded, boundary-aware, fidelity-tested, runtime-ready. 15 prebuilt masters across 印度/汉传/藏传/南传.",
5
- "version": "0.12.0",
5
+ "version": "0.12.1",
6
6
  "author": {
7
7
  "name": "xr843",
8
8
  "email": "xr843@users.noreply.github.com"
package/README.md CHANGED
@@ -202,7 +202,7 @@ npx master-skill update --all # 升级:重装全部并清掉旧文
202
202
 
203
203
  ![Master-skill Desktop Manager](https://raw.githubusercontent.com/xr843/Master-skill/main/docs/assets/desktop-manager.png)
204
204
 
205
- **下载**:[Releases](https://github.com/xr843/Master-skill/releases) 提供 Linux / Windows / macOS 预编译二进制,需在本仓库克隆的根目录运行(它会调用仓库里的 `scripts/` 与 `bin/`)。Linux / macOS 建议下载对应的 `.tar.gz`,解包后保留可执行位;裸二进制仍保留以兼容旧链接,使用时需先 `chmod +x`。每个 release 附带 `SHA256SUMS`,可用 `sha256sum --check --ignore-missing SHA256SUMS` 核对下载文件,并附构建溯源证明,可用 `gh attestation verify <文件> --repo xr843/Master-skill` 验证。**v0.12.0 之前的 Windows 版无法调用 Python 与 npm**;v0.12.0 起改为按平台解析,但 CI 尚未在 Windows 主机上运行桌面端,如遇问题可用环境变量 `MASTER_SKILL_PYTHON` / `MASTER_SKILL_NPM` 指定解释器。macOS 二进制未签名,首次运行需右键“打开”或执行 `xattr -d com.apple.quarantine <文件名>` 解除隔离。
205
+ **下载**:[Releases](https://github.com/xr843/Master-skill/releases) 提供 Linux / Windows / macOS 预编译二进制,需在本仓库克隆的根目录运行(它会调用仓库里的 `scripts/` 与 `bin/`)。v0.12.1 起,Linux / macOS 建议下载对应的 `.tar.gz`,解包后保留可执行位;裸二进制仍保留以兼容旧链接,使用时需先 `chmod +x`。每个 release(v0.12.1 起)附带 `SHA256SUMS`,可用 `sha256sum --check --ignore-missing SHA256SUMS` 核对下载文件,并附构建溯源证明,可用 `gh attestation verify <文件> --repo xr843/Master-skill` 验证。**v0.12.1 之前没有可用的 Windows 桌面二进制**(更早的版本无法调用 Python 与 npmv0.12.0 未能构建出 Windows 版);v0.12.1 起改为按平台解析,但 CI 尚未在 Windows 主机上运行桌面端,如遇问题可用环境变量 `MASTER_SKILL_PYTHON` / `MASTER_SKILL_NPM` 指定解释器。macOS 二进制未签名,首次运行需右键“打开”或执行 `xattr -d com.apple.quarantine <文件名>` 解除隔离。
206
206
 
207
207
  **从源码构建**(需要 Rust 1.95+):
208
208
 
package/README_EN.md CHANGED
@@ -220,7 +220,7 @@ A native desktop console (pure Rust, egui, single binary, no Electron) that unif
220
220
 
221
221
  ![Master-skill Desktop Manager](https://raw.githubusercontent.com/xr843/Master-skill/main/docs/assets/desktop-manager.png)
222
222
 
223
- **Download**: [Releases](https://github.com/xr843/Master-skill/releases) provides pre-built binaries for Linux / Windows / macOS; run them from the root of a local clone (they call the repository's `scripts/` and `bin/`). On Linux/macOS, prefer the matching `.tar.gz`, which keeps the executable bit when extracted; the raw binaries remain for compatibility and need `chmod +x`. Each release carries `SHA256SUMS` — check a download with `sha256sum --check --ignore-missing SHA256SUMS` — and build-provenance attestations, verifiable with `gh attestation verify <file> --repo xr843/Master-skill`. **Windows binaries before v0.12.0 cannot launch Python or npm**; from v0.12.0 they resolve them per platform, but CI does not yet run the desktop manager on a Windows host, so if it fails to find them, set `MASTER_SKILL_PYTHON` / `MASTER_SKILL_NPM`. The macOS binary is unsigned, so first launch still requires right-click → Open or `xattr -d com.apple.quarantine <file>`.
223
+ **Download**: [Releases](https://github.com/xr843/Master-skill/releases) provides pre-built binaries for Linux / Windows / macOS; run them from the root of a local clone (they call the repository's `scripts/` and `bin/`). From v0.12.1, on Linux/macOS, prefer the matching `.tar.gz`, which keeps the executable bit when extracted; the raw binaries remain for compatibility and need `chmod +x`. Each release from v0.12.1 carries `SHA256SUMS` — check a download with `sha256sum --check --ignore-missing SHA256SUMS` — and build-provenance attestations, verifiable with `gh attestation verify <file> --repo xr843/Master-skill`. **No working Windows desktop binary exists before v0.12.1** — earlier ones cannot launch Python or npm, and v0.12.0 failed to build one; from v0.12.1 it resolves them per platform, but CI does not yet run the desktop manager on a Windows host, so if it fails to find them, set `MASTER_SKILL_PYTHON` / `MASTER_SKILL_NPM`. The macOS binary is unsigned, so first launch still requires right-click → Open or `xattr -d com.apple.quarantine <file>`.
224
224
 
225
225
  **Build from source** (Rust 1.95+):
226
226
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "master-skill",
3
3
  "description": "FoJin-powered Buddhist AI persona framework — source-grounded, boundary-aware, fidelity-tested, runtime-ready. 15 prebuilt masters across 印度/汉传/藏传/南传.",
4
- "version": "0.12.0",
4
+ "version": "0.12.1",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "master-skill",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "type": "module",
5
5
  "description": "FoJin-powered Buddhist AI persona framework — source-grounded, boundary-aware, fidelity-tested, runtime-ready. 15 pre-built masters across 印度 / 汉传 / 藏传 / 南传, plus /compare-masters, /master-debate, and /master-curriculum.",
6
6
  "bin": {