skill-family-engineering-kit 0.19.1 → 0.19.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/CHANGELOG.md +15 -0
- package/CHANGELOG.zh-CN.md +15 -0
- package/README.md +16 -17
- package/README.zh-CN.md +16 -17
- package/docs/public/status/index.html +3 -3
- package/docs/search/search_index.json +1 -1
- package/package.json +3 -3
- package/release-notes/0.19.2.yaml +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
<!-- release-skill:changelog:start version=0.19.2 locale=en baseline=sha256:b4a9f795a1264bc28c9d37378a1d92eb4fd8c1e023506fbe6f5752b08842e2f0 -->
|
|
4
|
+
## [0.19.2] - 2026-09-08
|
|
5
|
+
|
|
6
|
+
Engineering Kit 0.19.2 aligns its package version and generated projections with the Foundation Adoption Review distribution patch. Public commands and behavior are unchanged.
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
|
|
10
|
+
- Aligns the package version, release documentation, and necessary generated projections with Foundation 0.19.2 without adding a command, capability, or adapter path.
|
|
11
|
+
|
|
12
|
+
### Upgrade Notes
|
|
13
|
+
|
|
14
|
+
Pin all three Foundation packages to exactly 0.19.2 and rebuild official Bundles under the existing source-identity and integrity rules. The capability catalog, host descriptors, drivers, since values, and maturity are unchanged.
|
|
15
|
+
<!-- release-skill:changelog:end version=0.19.2 locale=en -->
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
<!-- release-skill:changelog:start version=0.19.1 locale=en baseline=sha256:199e48a82f8d08629d98f1286a964cbf98ba5850efe65183adfc353cfe9f3610 -->
|
|
4
19
|
## [0.19.1] - 2026-09-08
|
|
5
20
|
|
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# 变更日志
|
|
2
2
|
|
|
3
|
+
<!-- release-skill:changelog:start version=0.19.2 locale=zh-CN baseline=sha256:bd0cbfd935e7b9751f6311f3d1114df2db5066448d1830f27b7c92aa3aca9687 -->
|
|
4
|
+
## [0.19.2] - 2026-09-08
|
|
5
|
+
|
|
6
|
+
Engineering Kit 0.19.2 将包版本和生成投影与 Foundation Adoption Review 分发补丁对齐。公开命令和行为保持不变。
|
|
7
|
+
|
|
8
|
+
### 变更
|
|
9
|
+
|
|
10
|
+
- 包版本、发布说明和必要生成投影与 Foundation 0.19.2 数值对齐,不增加命令、能力或 adapter 路径。
|
|
11
|
+
|
|
12
|
+
### 升级说明
|
|
13
|
+
|
|
14
|
+
三个 Foundation 包须一起精确锁定到 0.19.2,并按既有来源身份与完整性规则重建官方 Bundle。能力目录、宿主 descriptor、driver、since 字段和成熟度均不变。
|
|
15
|
+
<!-- release-skill:changelog:end version=0.19.2 locale=zh-CN -->
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
<!-- release-skill:changelog:start version=0.19.1 locale=zh-CN baseline=sha256:832a8dfa16c41d6381cd2b0f00f58b096f45715332d42b7be11595976ab15e1e -->
|
|
4
19
|
## [0.19.1] - 2026-09-08
|
|
5
20
|
|
package/README.md
CHANGED
|
@@ -4,23 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
# skill-family-engineering-kit
|
|
6
6
|
|
|
7
|
-
<!-- release-skill:release-version: 0.19.
|
|
7
|
+
<!-- release-skill:release-version: 0.19.2 -->
|
|
8
8
|
|
|
9
9
|
An engineering toolkit used in development and CI. There are **exactly four** top-level commands, and no fifth:
|
|
10
10
|
|
|
11
11
|
<!-- release-skill:managed:start id=latest-release -->
|
|
12
|
-
**0.19.
|
|
12
|
+
**0.19.2** (2026-09-08)
|
|
13
13
|
|
|
14
|
-
Engineering Kit 0.19.
|
|
14
|
+
Engineering Kit 0.19.2 aligns its package version and generated projections with the Foundation Adoption Review distribution patch. Public commands and behavior are unchanged.
|
|
15
15
|
|
|
16
|
-
**
|
|
16
|
+
**Changed**
|
|
17
17
|
|
|
18
|
-
-
|
|
19
|
-
- Clarifies in the bundled capability catalog that preflight rejection invokes no mechanism, output-capacity rejection may follow execution of the current item, and output-channel failure may leave partial bytes sent.
|
|
18
|
+
- Aligns the package version, release documentation, and necessary generated projections with Foundation 0.19.2 without adding a command, capability, or adapter path.
|
|
20
19
|
|
|
21
20
|
**Upgrade Notes**
|
|
22
21
|
|
|
23
|
-
Pin all three Foundation packages to exactly 0.19.
|
|
22
|
+
Pin all three Foundation packages to exactly 0.19.2 and rebuild official Bundles under the existing source-identity and integrity rules. The capability catalog, host descriptors, drivers, since values, and maturity are unchanged.
|
|
24
23
|
<!-- release-skill:managed:end id=latest-release -->
|
|
25
24
|
|
|
26
25
|
### Foundation 0.15.0 candidate qualification entries
|
|
@@ -50,7 +49,7 @@ Kit is the "engineering stage" layer, depending on the Harness and Contracts. It
|
|
|
50
49
|
|
|
51
50
|
## Installation and Minimal Example
|
|
52
51
|
|
|
53
|
-
Version 0.19.
|
|
52
|
+
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:
|
|
54
53
|
|
|
55
54
|
```sh
|
|
56
55
|
pack_dir="$(mktemp -d)"
|
|
@@ -58,21 +57,21 @@ pack_dir="$(mktemp -d)"
|
|
|
58
57
|
(cd packages/skill-family-harness-node && pnpm pack --pack-destination "$pack_dir")
|
|
59
58
|
(cd packages/skill-family-engineering-kit && pnpm pack --pack-destination "$pack_dir")
|
|
60
59
|
mkdir "$pack_dir/consumer" && (cd "$pack_dir/consumer" && npm init -y)
|
|
61
|
-
(cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.
|
|
60
|
+
(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")
|
|
62
61
|
```
|
|
63
62
|
|
|
64
63
|
After publication, use the registry coordinate:
|
|
65
64
|
|
|
66
65
|
```sh
|
|
67
|
-
npm install --save-dev skill-family-engineering-kit@0.19.
|
|
68
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
69
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
70
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
71
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
72
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
66
|
+
npm install --save-dev skill-family-engineering-kit@0.19.2
|
|
67
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit --help
|
|
68
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit scaffold --root <empty-dir> --project-id my-project
|
|
69
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit adopt-plan --root <repo> --list-capabilities --all --scope all --locale en --uses ./uses.json
|
|
70
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit projection --root <repo>
|
|
71
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit check --root <repo>
|
|
73
72
|
```
|
|
74
73
|
|
|
75
|
-
The four commands above cover skeleton generation, read-only inventory, managed projection, and diagnostics respectively; a zero-install form is available via `npm exec --package=skill-family-engineering-kit@0.19.
|
|
74
|
+
The four commands above cover skeleton generation, read-only inventory, managed projection, and diagnostics respectively; a zero-install form is available via `npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit --help`.
|
|
76
75
|
|
|
77
76
|
### Three adoption journeys
|
|
78
77
|
|
|
@@ -291,4 +290,4 @@ The candidate `runPluginVerification({ request, bindings, hostsRoot })` preserve
|
|
|
291
290
|
|
|
292
291
|
The separate `runSkillFamilyDirectoryVerification({ request, bindings })` entry fixes the Kimi production argv and narrow environment and rejects caller observation. Its raw parser is exercised through the production process path, but no controlled fixture event is promoted to `observed`; without an official typed mapping, the public result remains `indeterminate` and a manual candidate.
|
|
293
292
|
|
|
294
|
-
Version 0.19.
|
|
293
|
+
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.
|
package/README.zh-CN.md
CHANGED
|
@@ -5,23 +5,22 @@
|
|
|
5
5
|
|
|
6
6
|
# skill-family-engineering-kit
|
|
7
7
|
|
|
8
|
-
<!-- release-skill:release-version: 0.19.
|
|
8
|
+
<!-- release-skill:release-version: 0.19.2 -->
|
|
9
9
|
|
|
10
10
|
开发与 CI 阶段使用的工程工具包。**恰好四个**顶层命令,没有第五个:
|
|
11
11
|
|
|
12
12
|
<!-- release-skill:managed:start id=latest-release -->
|
|
13
|
-
**0.19.
|
|
13
|
+
**0.19.2** (2026-09-08)
|
|
14
14
|
|
|
15
|
-
Engineering Kit 0.19.
|
|
15
|
+
Engineering Kit 0.19.2 将包版本和生成投影与 Foundation Adoption Review 分发补丁对齐。公开命令和行为保持不变。
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
**变更**
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
- 内置能力目录区分三类失败阶段:预检拒绝不会调用机制;输出容量拒绝可能发生在当前项执行后;输出通道失败可能已有部分字节送出。
|
|
19
|
+
- 包版本、发布说明和必要生成投影与 Foundation 0.19.2 数值对齐,不增加命令、能力或 adapter 路径。
|
|
21
20
|
|
|
22
21
|
**升级说明**
|
|
23
22
|
|
|
24
|
-
三个 Foundation 包须一起精确锁定到 0.19.
|
|
23
|
+
三个 Foundation 包须一起精确锁定到 0.19.2,并按既有来源身份与完整性规则重建官方 Bundle。能力目录、宿主 descriptor、driver、since 字段和成熟度均不变。
|
|
25
24
|
<!-- release-skill:managed:end id=latest-release -->
|
|
26
25
|
|
|
27
26
|
### Foundation 0.15.0 candidate 资格入口
|
|
@@ -51,7 +50,7 @@ Kit 是「工程阶段」层,依赖 Harness 与 Contracts。它只做四件事
|
|
|
51
50
|
|
|
52
51
|
## 安装和最小示例
|
|
53
52
|
|
|
54
|
-
0.19.
|
|
53
|
+
0.19.2 是本地源码候选。候选验证先把三个包分别打入同一个临时目录,再安装这三个精确 tarball:
|
|
55
54
|
|
|
56
55
|
```sh
|
|
57
56
|
pack_dir="$(mktemp -d)"
|
|
@@ -59,21 +58,21 @@ pack_dir="$(mktemp -d)"
|
|
|
59
58
|
(cd packages/skill-family-harness-node && pnpm pack --pack-destination "$pack_dir")
|
|
60
59
|
(cd packages/skill-family-engineering-kit && pnpm pack --pack-destination "$pack_dir")
|
|
61
60
|
mkdir "$pack_dir/consumer" && (cd "$pack_dir/consumer" && npm init -y)
|
|
62
|
-
(cd "$pack_dir/consumer" && npm install "$pack_dir/skill-family-contracts-0.19.
|
|
61
|
+
(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")
|
|
63
62
|
```
|
|
64
63
|
|
|
65
64
|
发布后再使用 registry 坐标:
|
|
66
65
|
|
|
67
66
|
```sh
|
|
68
|
-
npm install --save-dev skill-family-engineering-kit@0.19.
|
|
69
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
70
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
71
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
72
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
73
|
-
npm exec --package=skill-family-engineering-kit@0.19.
|
|
67
|
+
npm install --save-dev skill-family-engineering-kit@0.19.2
|
|
68
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit --help
|
|
69
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit scaffold --root <empty-dir> --project-id my-project
|
|
70
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit adopt-plan --root <repo> --list-capabilities --all --scope all --locale zh-CN --uses ./uses.json
|
|
71
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit projection --root <repo>
|
|
72
|
+
npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit check --root <repo>
|
|
74
73
|
```
|
|
75
74
|
|
|
76
|
-
以上四条命令分别覆盖生成骨架、只读盘点、受管投影与诊断;零安装形式可用 `npm exec --package=skill-family-engineering-kit@0.19.
|
|
75
|
+
以上四条命令分别覆盖生成骨架、只读盘点、受管投影与诊断;零安装形式可用 `npm exec --package=skill-family-engineering-kit@0.19.2 -- skill-family-kit --help`。
|
|
77
76
|
|
|
78
77
|
### 三条采用旅程
|
|
79
78
|
|
|
@@ -292,4 +291,4 @@ Foundation 本身不发起网络请求,但绑定的 executable 仍可能联网
|
|
|
292
291
|
|
|
293
292
|
独立入口 `runSkillFamilyDirectoryVerification({ request, bindings })` 固定 Kimi 生产 argv 与窄环境,并拒绝调用方 observation。原始 parser 通过生产进程路径验证,但受控 fixture 事件不会被提升为 `observed`;缺少官方 typed mapping 时,公共结果保持 `indeterminate` 和 manual candidate。
|
|
294
293
|
|
|
295
|
-
0.19.
|
|
294
|
+
0.19.2 是本地源码候选,远端可用性须由对应的 release-skill 发布后证据证明。候选检查使用本地已验证的三包 tarball;版本标记、单元测试或安装成功都不等于契约接入完成、迁移完成或真实宿主资格。
|
|
@@ -1792,17 +1792,17 @@
|
|
|
1792
1792
|
<tbody>
|
|
1793
1793
|
<tr>
|
|
1794
1794
|
<td><code>skill-family-contracts</code></td>
|
|
1795
|
-
<td>0.19.
|
|
1795
|
+
<td>0.19.2</td>
|
|
1796
1796
|
<td><a href="https://github.com/ifoohoo/skill-family-contracts">ifoohoo/skill-family-contracts</a></td>
|
|
1797
1797
|
</tr>
|
|
1798
1798
|
<tr>
|
|
1799
1799
|
<td><code>skill-family-harness-node</code></td>
|
|
1800
|
-
<td>0.19.
|
|
1800
|
+
<td>0.19.2</td>
|
|
1801
1801
|
<td><a href="https://github.com/ifoohoo/skill-family-harness-node">ifoohoo/skill-family-harness-node</a></td>
|
|
1802
1802
|
</tr>
|
|
1803
1803
|
<tr>
|
|
1804
1804
|
<td><code>skill-family-engineering-kit</code></td>
|
|
1805
|
-
<td>0.19.
|
|
1805
|
+
<td>0.19.2</td>
|
|
1806
1806
|
<td><a href="https://github.com/ifoohoo/skill-family-engineering-kit">ifoohoo/skill-family-engineering-kit</a></td>
|
|
1807
1807
|
</tr>
|
|
1808
1808
|
</tbody>
|