skill-family-harness-node 0.11.0 → 0.12.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ <!-- release-skill:changelog:start version=0.12.0 locale=en baseline=sha256:0074df3a947706f6cd6d8593968a348cd4d3f38d8f2bf75f15a04c8183d76618 -->
4
+ ## [0.12.0] - 2026-08-26
5
+
6
+ Harness 0.12.0 joins the lockstep Foundation release with its existing process and filesystem mechanisms unchanged.
7
+
8
+ ### Changed
9
+
10
+ - Pins skill-family-contracts to 0.12.0 for the five-host verification extension implemented by Engineering Kit.
11
+
12
+ ### Upgrade Notes
13
+
14
+ No new Harness API or runtime behavior is introduced. Existing process supervision, raw-byte sinks, bound reads, and digest mechanisms remain the shared implementation; host-specific protocol rules belong to Engineering Kit.
15
+ <!-- release-skill:changelog:end version=0.12.0 locale=en -->
16
+
17
+
3
18
  <!-- release-skill:changelog:start version=0.11.0 locale=en baseline=sha256:e20f505e42ba45865bfee38a6c83671006bf20148d5d4e421ff7f443bcce260b -->
4
19
  ## [0.11.0] - 2026-08-25
5
20
 
@@ -1,5 +1,20 @@
1
1
  # 变更日志
2
2
 
3
+ <!-- release-skill:changelog:start version=0.12.0 locale=zh-CN baseline=sha256:2e7db41a08c30d9e0bdc16b4cd27853104ef79dc02f7e9925a1383a6546f5111 -->
4
+ ## [0.12.0] - 2026-08-26
5
+
6
+ Harness 0.12.0 随 Foundation 三包锁步升级,既有进程与文件系统机制保持不变。
7
+
8
+ ### 变更
9
+
10
+ - 将 skill-family-contracts 精确依赖更新为 0.12.0,支持 Engineering Kit 的五平台验证扩展。
11
+
12
+ ### 升级说明
13
+
14
+ 本版本不新增 Harness API,也不改变运行行为。进程监督、原始字节输出、绑定读取和摘要继续复用既有机制;宿主专属的协议规则由 Engineering Kit 实现。
15
+ <!-- release-skill:changelog:end version=0.12.0 locale=zh-CN -->
16
+
17
+
3
18
  <!-- release-skill:changelog:start version=0.11.0 locale=zh-CN baseline=sha256:51776685eead52118cc98ee47b8ac8990650a493d60567002133ff74e1c779c6 -->
4
19
  ## [0.11.0] - 2026-08-25
5
20
 
package/README.md CHANGED
@@ -4,27 +4,22 @@
4
4
 
5
5
  # skill-family-harness-node
6
6
 
7
- <!-- release-skill:release-version: 0.11.0 -->
7
+ <!-- release-skill:release-version: 0.12.0 -->
8
8
 
9
9
  The **single default Node implementation** of the Contracts mechanism protocol. This is a thin runtime: it only implements the mechanism protocol, introduces no business semantics, and does not provide a second-language implementation.
10
10
 
11
11
  <!-- release-skill:managed:start id=latest-release -->
12
- **0.11.0** (2026-08-25)
12
+ **0.12.0** (2026-08-26)
13
13
 
14
- Harness 0.11.0 adds raw-byte subprocess sinks and exposes the bound-read root identity needed by host verification.
15
-
16
- **Added**
17
-
18
- - Extends superviseProcess with an exclusive, no-follow raw stdout/stderr sink that waits for stream close, queued writes, fsync, and close.
19
- - Keeps the existing bound-read mechanism as the only root and member read authority.
14
+ Harness 0.12.0 joins the lockstep Foundation release with its existing process and filesystem mechanisms unchanged.
20
15
 
21
16
  **Changed**
22
17
 
23
- - Carries the previously prepared host Profile closure into the lockstep 0.11.0 family release.
18
+ - Pins skill-family-contracts to 0.12.0 for the five-host verification extension implemented by Engineering Kit.
24
19
 
25
20
  **Upgrade Notes**
26
21
 
27
- The raw sink is mechanism-only; it does not create a second process runner, receipt state machine, or host-specific policy. The caller must exclusively control the sink namespace for the whole call; handle protection does not prove stable pathname or root identity.
22
+ No new Harness API or runtime behavior is introduced. Existing process supervision, raw-byte sinks, bound reads, and digest mechanisms remain the shared implementation; host-specific protocol rules belong to Engineering Kit.
28
23
  <!-- release-skill:managed:end id=latest-release -->
29
24
 
30
25
  ## Problem It Solves
@@ -38,14 +33,14 @@ The Harness consumes `skill-family-contracts` (a workspace dependency), reusing
38
33
  ## Installation and Minimal Example
39
34
 
40
35
  ```sh
41
- npm install skill-family-harness-node@0.11.0
36
+ npm install skill-family-harness-node@0.12.0
42
37
  npm info skill-family-harness-node --help
43
38
  ```
44
39
 
45
40
  The minimal example shows validating a contract document inside Node:
46
41
 
47
42
  ```js
48
- // Run from an empty directory: npm install skill-family-harness-node@0.11.0
43
+ // Run from an empty directory: npm install skill-family-harness-node@0.12.0
49
44
  import { validateContractDocument } from "skill-family-harness-node";
50
45
 
51
46
  const document = {
package/README.zh-CN.md CHANGED
@@ -5,27 +5,22 @@
5
5
 
6
6
  # skill-family-harness-node
7
7
 
8
- <!-- release-skill:release-version: 0.11.0 -->
8
+ <!-- release-skill:release-version: 0.12.0 -->
9
9
 
10
10
  Contracts 机制协议的**唯一默认 Node 实现**。这是一个薄运行时(thin runtime):只实现机制协议,不引入业务语义,不做第二语言实现。
11
11
 
12
12
  <!-- release-skill:managed:start id=latest-release -->
13
- **0.11.0** (2026-08-25)
13
+ **0.12.0** (2026-08-26)
14
14
 
15
- Harness 0.11.0 增加原始字节子进程输出 sink,并暴露真实宿主验证所需的受保护根身份。
16
-
17
- **新增**
18
-
19
- - 为 superviseProcess 增加独占、禁止跟随符号链接的 stdout/stderr 原始字节 sink,并等待流关闭、排队写入、fsync 与 close。
20
- - 继续把既有 bound-read 机制作为唯一根目录与成员读取权威。
15
+ Harness 0.12.0 Foundation 三包锁步升级,既有进程与文件系统机制保持不变。
21
16
 
22
17
  **变更**
23
18
 
24
- - 把此前准备好的宿主 Profile 闭包并入 0.11.0 三包锁步交付。
19
+ - skill-family-contracts 精确依赖更新为 0.12.0,支持 Engineering Kit 的五平台验证扩展。
25
20
 
26
21
  **升级说明**
27
22
 
28
- 原始 sink 只提供机制,不建立第二个进程 runner、收据状态机或宿主专属策略。调用方必须在整个调用期间独占 sink 命名空间;句柄保护不证明 pathname 或根目录身份始终不变。
23
+ 本版本不新增 Harness API,也不改变运行行为。进程监督、原始字节输出、绑定读取和摘要继续复用既有机制;宿主专属的协议规则由 Engineering Kit 实现。
29
24
  <!-- release-skill:managed:end id=latest-release -->
30
25
 
31
26
  ## 解决的问题
@@ -39,14 +34,14 @@ Harness 消费 `skill-family-contracts`(工作区依赖),复用其方言
39
34
  ## 安装和最小示例
40
35
 
41
36
  ```sh
42
- npm install skill-family-harness-node@0.11.0
37
+ npm install skill-family-harness-node@0.12.0
43
38
  npm info skill-family-harness-node --help
44
39
  ```
45
40
 
46
41
  最小示例演示在 Node 内校验一份契约文档:
47
42
 
48
43
  ```js
49
- // 从空目录运行:npm install skill-family-harness-node@0.11.0
44
+ // 从空目录运行:npm install skill-family-harness-node@0.12.0
50
45
  import { validateContractDocument } from "skill-family-harness-node";
51
46
 
52
47
  const document = {
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@pnpm/lockfile.fs": "1001.1.35",
12
12
  "ipaddr.js": "2.5.0",
13
- "skill-family-contracts": "0.11.0",
13
+ "skill-family-contracts": "0.12.0",
14
14
  "yaml": "2.9.0"
15
15
  },
16
16
  "description": "Thin Node.js mechanism runtime for Skill Family engineering contracts.",
@@ -48,7 +48,7 @@
48
48
  "url": "https://github.com/ifoohoo/skill-family-harness-node.git"
49
49
  },
50
50
  "type": "module",
51
- "version": "0.11.0",
51
+ "version": "0.12.0",
52
52
  "scripts": {
53
53
  "check": "node --test",
54
54
  "test": "node --test"
@@ -0,0 +1,15 @@
1
+ version: 0.12.0
2
+ date: 2026-08-26
3
+ locales:
4
+ en:
5
+ summary: Harness 0.12.0 joins the lockstep Foundation release with its existing process and filesystem mechanisms unchanged.
6
+ changes:
7
+ changed:
8
+ - Pins skill-family-contracts to 0.12.0 for the five-host verification extension implemented by Engineering Kit.
9
+ upgradeNotes: No new Harness API or runtime behavior is introduced. Existing process supervision, raw-byte sinks, bound reads, and digest mechanisms remain the shared implementation; host-specific protocol rules belong to Engineering Kit.
10
+ zh-CN:
11
+ summary: Harness 0.12.0 随 Foundation 三包锁步升级,既有进程与文件系统机制保持不变。
12
+ changes:
13
+ changed:
14
+ - 将 skill-family-contracts 精确依赖更新为 0.12.0,支持 Engineering Kit 的五平台验证扩展。
15
+ upgradeNotes: 本版本不新增 Harness API,也不改变运行行为。进程监督、原始字节输出、绑定读取和摘要继续复用既有机制;宿主专属的协议规则由 Engineering Kit 实现。