skill-family-harness-node 0.19.2 → 0.19.3

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.19.3 locale=en baseline=sha256:097787640991b8387edbe6a292c2c3249b6cfe51502288f4b186daaa8e42163c -->
4
+ ## [0.19.3] - 2026-09-08
5
+
6
+ Harness 0.19.3 aligns its package and release documentation with the Foundation Adoption Review Qoder distribution patch. Existing mechanisms and runtime behavior are unchanged.
7
+
8
+ ### Changed
9
+
10
+ - Aligns the package version, release documentation, and verified public package projection with Foundation 0.19.3 without changing Harness implementation or driver behavior.
11
+
12
+ ### Upgrade Notes
13
+
14
+ Pin all three Foundation packages to exactly 0.19.3. This patch adds no Harness capability and does not change host descriptors, drivers, since values, or maturity.
15
+ <!-- release-skill:changelog:end version=0.19.3 locale=en -->
16
+
17
+
3
18
  <!-- release-skill:changelog:start version=0.19.2 locale=en baseline=sha256:ac3f4b15f249649e6bbae8c6a21e48f28fa206346108b21958a8daa22d85f243 -->
4
19
  ## [0.19.2] - 2026-09-08
5
20
 
@@ -1,5 +1,20 @@
1
1
  # 变更日志
2
2
 
3
+ <!-- release-skill:changelog:start version=0.19.3 locale=zh-CN baseline=sha256:bd93b40eb86b9acf3deb13b5f8f905f6c26ae4aa36da17a2045c3d51dac2f7c3 -->
4
+ ## [0.19.3] - 2026-09-08
5
+
6
+ Harness 0.19.3 将包版本和发布文档与 Foundation Adoption Review 的 Qoder 分发补丁对齐。既有机制和运行时行为保持不变。
7
+
8
+ ### 变更
9
+
10
+ - 包版本、发布文档和经验证的公开 package.json 投影与 Foundation 0.19.3 数值对齐;Harness 实现和 driver 行为不变。
11
+
12
+ ### 升级说明
13
+
14
+ 三个 Foundation 包须一起精确锁定到 0.19.3。本补丁不增加 Harness 能力,不改变宿主 descriptor、driver、since 字段或成熟度。
15
+ <!-- release-skill:changelog:end version=0.19.3 locale=zh-CN -->
16
+
17
+
3
18
  <!-- release-skill:changelog:start version=0.19.2 locale=zh-CN baseline=sha256:aef79e7341fbe6581d798fd5d7371315c023b4a0c1733b094b13ce4166bfbcf3 -->
4
19
  ## [0.19.2] - 2026-09-08
5
20
 
package/README.md CHANGED
@@ -4,22 +4,22 @@
4
4
 
5
5
  # skill-family-harness-node
6
6
 
7
- <!-- release-skill:release-version: 0.19.2 -->
7
+ <!-- release-skill:release-version: 0.19.3 -->
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.19.2** (2026-09-08)
12
+ **0.19.3** (2026-09-08)
13
13
 
14
- Harness 0.19.2 aligns its package version with the Foundation Adoption Review distribution patch. Existing mechanisms and runtime behavior are unchanged.
14
+ Harness 0.19.3 aligns its package and release documentation with the Foundation Adoption Review Qoder distribution patch. Existing mechanisms and runtime behavior are unchanged.
15
15
 
16
16
  **Changed**
17
17
 
18
- - Aligns the package version and release documentation with Foundation 0.19.2 without changing Harness implementation or driver behavior.
18
+ - Aligns the package version, release documentation, and verified public package projection with Foundation 0.19.3 without changing Harness implementation or driver behavior.
19
19
 
20
20
  **Upgrade Notes**
21
21
 
22
- Pin all three Foundation packages to exactly 0.19.2. This patch adds no Harness capability and does not change host descriptors, drivers, since values, or maturity.
22
+ Pin all three Foundation packages to exactly 0.19.3. This patch adds no Harness capability and does not change host descriptors, drivers, since values, or maturity.
23
23
  <!-- release-skill:managed:end id=latest-release -->
24
24
 
25
25
  ## Problem It Solves
@@ -32,7 +32,7 @@ The Harness consumes `skill-family-contracts` (a workspace dependency), reusing
32
32
 
33
33
  ## Installation and Minimal Example
34
34
 
35
- Version 0.19.2 is the local source candidate. Build all three tarballs into one temporary directory and install those exact files for a candidate check:
35
+ Version 0.19.3 is the local source candidate. Build all three tarballs into one temporary directory and install those exact files for a candidate check:
36
36
 
37
37
  ```sh
38
38
  pack_dir="$(mktemp -d)"
@@ -40,13 +40,13 @@ pack_dir="$(mktemp -d)"
40
40
  (cd packages/skill-family-harness-node && pnpm pack --pack-destination "$pack_dir")
41
41
  (cd packages/skill-family-engineering-kit && pnpm pack --pack-destination "$pack_dir")
42
42
  mkdir "$pack_dir/consumer" && (cd "$pack_dir/consumer" && npm init -y)
43
- (cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.2.tgz" "$pack_dir/skill-family-harness-node-0.19.2.tgz" "$pack_dir/skill-family-engineering-kit-0.19.2.tgz")
43
+ (cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.3.tgz" "$pack_dir/skill-family-harness-node-0.19.3.tgz" "$pack_dir/skill-family-engineering-kit-0.19.3.tgz")
44
44
  ```
45
45
 
46
46
  After publication, use the registry coordinate:
47
47
 
48
48
  ```sh
49
- npm install skill-family-harness-node@0.19.2
49
+ npm install skill-family-harness-node@0.19.3
50
50
  npm info skill-family-harness-node --help
51
51
  ```
52
52
 
@@ -255,4 +255,4 @@ When the actual threat includes malicious concurrency, return a minimal upstream
255
255
 
256
256
  The separate candidate `observeExecutableIdentity({ boundRoots, lookup, interpreterPolicy? })` provides a read-only point-in-time observation of only the caller-explicit roots and lookup paths, for an immediate re-observation before launch. When an `/usr/bin/env` shebang resolves an interpreter through explicit `pathEntries`, the observation preserves the interpreter candidate's complete symlink chain rather than collapsing it to the final file. It is not part of `host-adapter` and does not prove wrapper control flow, ambient `PATH`, fd-exec/kernel image, signature trust, cross-call caching, host support/lifecycle, or domain acceptance; the caller owns those semantics. The candidate entry alone does not qualify a host.
257
257
 
258
- Version 0.19.2 is the local source candidate. Remote availability must be established by the corresponding release-skill post-release evidence. Consume the three locally verified tarballs for candidate checks; a version marker, unit test, or successful install is not complete contract integration, migration completion, or real-host qualification.
258
+ Version 0.19.3 is the local source candidate. Remote availability must be established by the corresponding release-skill post-release evidence. Consume the three locally verified tarballs for candidate checks; a version marker, unit test, or successful install is not complete contract integration, migration completion, or real-host qualification.
package/README.zh-CN.md CHANGED
@@ -5,22 +5,22 @@
5
5
 
6
6
  # skill-family-harness-node
7
7
 
8
- <!-- release-skill:release-version: 0.19.2 -->
8
+ <!-- release-skill:release-version: 0.19.3 -->
9
9
 
10
10
  Contracts 机制协议的**唯一默认 Node 实现**。这是一个薄运行时(thin runtime):只实现机制协议,不引入业务语义,不做第二语言实现。
11
11
 
12
12
  <!-- release-skill:managed:start id=latest-release -->
13
- **0.19.2** (2026-09-08)
13
+ **0.19.3** (2026-09-08)
14
14
 
15
- Harness 0.19.2 将包版本与 Foundation Adoption Review 分发补丁对齐。既有机制和运行时行为保持不变。
15
+ Harness 0.19.3 将包版本和发布文档与 Foundation Adoption Review 的 Qoder 分发补丁对齐。既有机制和运行时行为保持不变。
16
16
 
17
17
  **变更**
18
18
 
19
- - 包版本和发布说明与 Foundation 0.19.2 数值对齐;Harness 实现和 driver 行为不变。
19
+ - 包版本、发布文档和经验证的公开 package.json 投影与 Foundation 0.19.3 数值对齐;Harness 实现和 driver 行为不变。
20
20
 
21
21
  **升级说明**
22
22
 
23
- 三个 Foundation 包须一起精确锁定到 0.19.2。本补丁不增加 Harness 能力,不改变宿主 descriptor、driver、since 字段或成熟度。
23
+ 三个 Foundation 包须一起精确锁定到 0.19.3。本补丁不增加 Harness 能力,不改变宿主 descriptor、driver、since 字段或成熟度。
24
24
  <!-- release-skill:managed:end id=latest-release -->
25
25
 
26
26
  ## 解决的问题
@@ -33,7 +33,7 @@ Harness 消费 `skill-family-contracts`(工作区依赖),复用其方言
33
33
 
34
34
  ## 安装和最小示例
35
35
 
36
- 0.19.2 是本地源码候选。候选验证先把三个包分别打入同一个临时目录,再安装这三个精确 tarball:
36
+ 0.19.3 是本地源码候选。候选验证先把三个包分别打入同一个临时目录,再安装这三个精确 tarball:
37
37
 
38
38
  ```sh
39
39
  pack_dir="$(mktemp -d)"
@@ -41,13 +41,13 @@ pack_dir="$(mktemp -d)"
41
41
  (cd packages/skill-family-harness-node && pnpm pack --pack-destination "$pack_dir")
42
42
  (cd packages/skill-family-engineering-kit && pnpm pack --pack-destination "$pack_dir")
43
43
  mkdir "$pack_dir/consumer" && (cd "$pack_dir/consumer" && npm init -y)
44
- (cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.2.tgz" "$pack_dir/skill-family-harness-node-0.19.2.tgz" "$pack_dir/skill-family-engineering-kit-0.19.2.tgz")
44
+ (cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.3.tgz" "$pack_dir/skill-family-harness-node-0.19.3.tgz" "$pack_dir/skill-family-engineering-kit-0.19.3.tgz")
45
45
  ```
46
46
 
47
47
  发布后再使用 registry 坐标:
48
48
 
49
49
  ```sh
50
- npm install skill-family-harness-node@0.19.2
50
+ npm install skill-family-harness-node@0.19.3
51
51
  npm info skill-family-harness-node --help
52
52
  ```
53
53
 
@@ -255,4 +255,4 @@ v2 机制会重算每个 path-backed output 和 evidence Resource 的真实字
255
255
 
256
256
  另一个独立候选 `observeExecutableIdentity({ boundRoots, lookup, interpreterPolicy? })` 只对调用方显式提供的根和查找路径做逐次只读观察,供正式启动前紧邻重观察。`/usr/bin/env` shebang 通过显式 `pathEntries` 找到解释器时,结果保留解释器候选的完整 symlink chain,不折叠成最终文件。它不属于 `host-adapter`,也不证明 wrapper 控制流、ambient `PATH`、fd-exec/内核映像、签名信任、跨调用缓存、宿主支持/生命周期或领域接受;这些语义仍由调用方负责。候选入口存在不等于宿主已获资格。
257
257
 
258
- 0.19.2 是本地源码候选,远端可用性须由对应的 release-skill 发布后证据证明。候选检查使用本地已验证的三包 tarball;版本标记、单元测试或安装成功都不等于契约接入完成、迁移完成或真实宿主资格。
258
+ 0.19.3 是本地源码候选,远端可用性须由对应的 release-skill 发布后证据证明。候选检查使用本地已验证的三包 tarball;版本标记、单元测试或安装成功都不等于契约接入完成、迁移完成或真实宿主资格。
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.19.2",
13
+ "skill-family-contracts": "0.19.3",
14
14
  "yaml": "2.9.0"
15
15
  },
16
16
  "description": "Thin Node.js mechanism runtime for Skill Family engineering contracts.",
@@ -49,7 +49,7 @@
49
49
  "url": "https://github.com/ifoohoo/skill-family-harness-node.git"
50
50
  },
51
51
  "type": "module",
52
- "version": "0.19.2",
52
+ "version": "0.19.3",
53
53
  "scripts": {
54
54
  "check": "node --test",
55
55
  "test": "node --test"
@@ -0,0 +1,15 @@
1
+ version: 0.19.3
2
+ date: 2026-09-08
3
+ locales:
4
+ en:
5
+ summary: Harness 0.19.3 aligns its package and release documentation with the Foundation Adoption Review Qoder distribution patch. Existing mechanisms and runtime behavior are unchanged.
6
+ changes:
7
+ changed:
8
+ - Aligns the package version, release documentation, and verified public package projection with Foundation 0.19.3 without changing Harness implementation or driver behavior.
9
+ upgradeNotes: Pin all three Foundation packages to exactly 0.19.3. This patch adds no Harness capability and does not change host descriptors, drivers, since values, or maturity.
10
+ zh-CN:
11
+ summary: Harness 0.19.3 将包版本和发布文档与 Foundation Adoption Review 的 Qoder 分发补丁对齐。既有机制和运行时行为保持不变。
12
+ changes:
13
+ changed:
14
+ - 包版本、发布文档和经验证的公开 package.json 投影与 Foundation 0.19.3 数值对齐;Harness 实现和 driver 行为不变。
15
+ upgradeNotes: 三个 Foundation 包须一起精确锁定到 0.19.3。本补丁不增加 Harness 能力,不改变宿主 descriptor、driver、since 字段或成熟度。
package/src/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
1
  /** Exact Foundation release coordinate shared by the public Harness exports. */
2
- export const FOUNDATION_PACKAGE_VERSION = "0.19.2";
2
+ export const FOUNDATION_PACKAGE_VERSION = "0.19.3";