skill-family-engineering-kit 0.1.2 → 0.2.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/CONTRIBUTING.md +13 -67
- package/README.md +26 -3
- package/SECURITY.md +4 -9
- package/THIRD_PARTY_NOTICES +22 -9
- package/docs/404.html +27 -0
- package/docs/architecture/index.html +84 -10
- package/docs/git-lifecycle/index.html +27 -0
- package/docs/help/index.html +27 -0
- package/docs/index.html +27 -0
- package/docs/integration/audit/failure-evidence/index.html +27 -0
- package/docs/integration/audit/independence/index.html +27 -0
- package/docs/integration/audit/index.html +29 -1
- package/docs/integration/audit/mutation-taxonomy/index.html +27 -0
- package/docs/integration/audit/version-compatibility/index.html +32 -2
- package/docs/migration/index.html +31 -4
- package/docs/public/status/index.html +858 -0
- package/docs/quickstart/index.html +27 -0
- package/docs/search/search_index.json +1 -1
- package/docs/setup/index.html +30 -2
- package/docs/sitemap.xml +4 -0
- package/package.json +5 -5
- package/src/check.mjs +211 -76
- package/src/cli.mjs +185 -4
- package/src/core-check.mjs +223 -0
- package/src/errors.mjs +16 -0
- package/src/host-drivers.mjs +24 -0
- package/src/host-profiles.mjs +51 -0
- package/src/host.mjs +108 -0
- package/src/index.mjs +35 -7
- package/src/report.mjs +335 -0
- package/src/skeleton.mjs +19 -79
- package/src/workspace.mjs +82 -0
|
@@ -391,6 +391,33 @@
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
394
|
+
<li class="md-nav__item">
|
|
395
|
+
<a href="../../../public/status/" class="md-nav__link">
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
<span class="md-ellipsis">
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
公开状态
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
</span>
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
</a>
|
|
411
|
+
</li>
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
394
421
|
<li class="md-nav__item">
|
|
395
422
|
<a href="../../../migration/" class="md-nav__link">
|
|
396
423
|
|
|
@@ -716,7 +743,7 @@
|
|
|
716
743
|
<tbody>
|
|
717
744
|
<tr>
|
|
718
745
|
<td><code>contractsVersion</code></td>
|
|
719
|
-
<td>Contracts 冻结版本(当前 <code>1.
|
|
746
|
+
<td>Contracts 冻结版本(当前 <code>1.4.0</code>)</td>
|
|
720
747
|
<td>机器契约内容的版本</td>
|
|
721
748
|
</tr>
|
|
722
749
|
<tr>
|
|
@@ -731,7 +758,7 @@
|
|
|
731
758
|
</tr>
|
|
732
759
|
</tbody>
|
|
733
760
|
</table>
|
|
734
|
-
<p>三者都由 <code>describeAuditSurface()</code> 一次性给出,审计侧把它们与基线 pin(当前为 <code>baseline/contracts-1.
|
|
761
|
+
<p>三者都由 <code>describeAuditSurface()</code> 一次性给出,审计侧把它们与基线 pin(当前为 <code>baseline/contracts-1.4.0.pin.json</code>)比对。</p>
|
|
735
762
|
<h2 id="兼容规则">兼容规则<a class="headerlink" href="#兼容规则" title="Permanent link">¶</a></h2>
|
|
736
763
|
<p>一个被消费的 Contracts 包与某个基线 pin <strong>兼容</strong>,当且仅当同时满足:</p>
|
|
737
764
|
<ol>
|
|
@@ -784,6 +811,9 @@
|
|
|
784
811
|
<li>pin 由产品侧在冻结时刻构造(provenance <code>product-compatibility-fixture</code>):摘要来自对已冻结产物的 <code>digestAuditSurface()</code> 机械计算,事实清单直接对照合同文档推导,不取自生成器或 oracle;本仓库不存在独立的第二审阅会话,pin 不作任何独立角色声称;</li>
|
|
785
812
|
<li><strong>诚实性修正(2026-08-05)</strong>:旧 pin(1.0.0、1.1.0)曾携带 <code>independent-r2</code> provenance 与独立重签叙事,该声称与本仓事实不符,已就地修正 provenance 与 note;修正只触及 provenance/note 两处诚实性字段,不改变任何 digest 或 facts 字段,旧 pin 继续作为只读兼容存档;</li>
|
|
786
813
|
<li><strong>Contracts 1.1.1(2026-08-05)</strong>:仅描述补丁(migration-manifest schema 三处 description 改写为稳定产品语义;无任何校验关键字、公开 API、错误码、规则或引擎参数变化)。按本生命周期新增 <code>contracts-1.1.1.pin.json</code> 为现行基线,<code>contracts-1.1.0.pin.json</code> 转为只读兼容存档。1.1.1 pin 相对 1.1.0 pin 的准确事实:<strong>校验语义和事实清单不变</strong>(<code>facts</code> 逐项一致);四个 Contracts 文档(registry、error-codes、rules、kernel-protocol)因内嵌 <code>contractsVersion</code> 从 <code>1.1.0</code> 更新到 <code>1.1.1</code> 而改变摘要;migration-manifest Schema 因上述三处 description 更新而改变摘要;其余五个 Schema(project-manifest、profile-descriptor、managed-file-lock、operation-request、operation-result)摘要不变。<code>proof-independence.mjs</code> 的 P5 强制这套如实声明的 provenance 词汇(pin:<code>product-compatibility-fixture</code>;变异夹具:<code>product-fixture</code>);</li>
|
|
814
|
+
<li><strong>Contracts 1.2.0(2026-08-09)</strong>:报告能力线增量,不是描述补丁:新增 <code>report-model</code>、<code>report-binding</code> 两个顶层契约和 SFC3001~SFC3003 报告错误码,改变了公开机器合同与审计事实。</li>
|
|
815
|
+
<li><strong>Contracts 1.3.0(2026-08-09)</strong>:宿主接入能力线增量,不是描述补丁:新增 <code>host-descriptor</code>、<code>host-capability-fact</code>、<code>adapter-build-manifest</code>、<code>host-operation-plan</code>、<code>host-operation-receipt</code> 五个顶层契约,改变了公开机器合同与审计事实。</li>
|
|
816
|
+
<li><strong>Contracts 1.4.0(2026-08-09)</strong>:持久状态能力线增量,不是描述补丁:新增 <code>state-event-envelope</code>、<code>state-snapshot-metadata</code> 两个顶层契约,改变了公开机器合同与审计事实。<code>contracts-1.4.0.pin.json</code> 是当前现行基线;1.1.x 及更早 pin 保留为只读兼容存档。该 pin 的摘要与事实均从当前 <code>describeAuditSurface()/digestAuditSurface()</code> 机械投影,provenance 仍为 <code>product-compatibility-fixture</code>。</li>
|
|
787
817
|
<li>审计运行时先做包锁验证(见 isolation-and-lockfile.md),再做变异重放;pin 不匹配时,变异重放结果不得被采信。</li>
|
|
788
818
|
</ul>
|
|
789
819
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<link rel="canonical" href="https://ifoohoo.github.io/skill-family-engineering-kit/migration/">
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
<link rel="prev" href="../
|
|
16
|
+
<link rel="prev" href="../public/status/">
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
<link rel="next" href="../integration/audit/">
|
|
@@ -389,6 +389,33 @@
|
|
|
389
389
|
|
|
390
390
|
|
|
391
391
|
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
<li class="md-nav__item">
|
|
395
|
+
<a href="../public/status/" class="md-nav__link">
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
<span class="md-ellipsis">
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
公开状态
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
</span>
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
</a>
|
|
411
|
+
</li>
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
392
419
|
|
|
393
420
|
|
|
394
421
|
|
|
@@ -976,9 +1003,9 @@
|
|
|
976
1003
|
],
|
|
977
1004
|
"targetProfile": "generic",
|
|
978
1005
|
"foundationPackages": [
|
|
979
|
-
{ "name": "skill-family-contracts", "version": "0.1.
|
|
980
|
-
{ "name": "skill-family-harness-node", "version": "0.1.
|
|
981
|
-
{ "name": "skill-family-engineering-kit", "version": "0.1.
|
|
1006
|
+
{ "name": "skill-family-contracts", "version": "0.1.2", "digest": "sha256:<64 位十六进制>" },
|
|
1007
|
+
{ "name": "skill-family-harness-node", "version": "0.1.2", "digest": "sha256:<64 位十六进制>" },
|
|
1008
|
+
{ "name": "skill-family-engineering-kit", "version": "0.1.2", "digest": "sha256:<64 位十六进制>" }
|
|
982
1009
|
],
|
|
983
1010
|
"verification": {
|
|
984
1011
|
"unit": "docs/evidence/unit.json",
|