@deepseek-ai/dsh-invariants 0.1.2-alpha.5 → 0.1.3-alpha.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/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/runtime-diagnostics/invariants/README.md
5
- README.md: e825ef2ae01824d90f47f4789ece2cdfcaad83cb
6
- README.zh.md: 52cf48783915b9c340acb578d3f57daa1025fe23
5
+ README.md: 3841ca14f2236ddba1976926c13242b6f92bc16f
6
+ README.zh.md: fd32d89f69d1516c5a2d2ac6c4bd54f632197dae
package/README.md CHANGED
@@ -97,7 +97,7 @@ A violation throws an `InvariantError` from the context that reported it: it car
97
97
  <details>
98
98
  <summary>Implementation internals — click to expand</summary>
99
99
 
100
- This section explains the design behind the registry; the observable behavior is covered in [Use this package](#use-this-package). The full decision rationale lives in the [invariant-service Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-owned-invariant-service.md).
100
+ This section explains the design behind the registry; the observable behavior is covered in [Use this package](#use-this-package).
101
101
 
102
102
  ### Design philosophy
103
103
 
@@ -128,7 +128,6 @@ Read these pages when the package-level contract is not enough. They move from t
128
128
 
129
129
  - [Runtime invariants subsystem](../../../docs/subsystems/invariants.md) — the generated reference for `Config`, the installer, the service, and the companion contract.
130
130
  - [Generated configuration catalog](../../../docs/config-catalog.md#deepseek-aidsh-invariants) — every accepted config field and its source declaration.
131
- - [Package-owned invariant service Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-owned-invariant-service.md) — why checks live beside their owners and the registry owns selection and lifecycle.
132
131
  - [Invariant runtime contracts Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-invariant-runtime-contracts.md) — what a runtime invariant may assert and the mechanical gate that enforces companion wiring.
133
132
  - [Runtime-diagnostics group map](../../README.md) — adjacent diagnostics packages.
134
133
 
package/README.zh.md CHANGED
@@ -97,7 +97,7 @@ ctx.plugin(SessionInvariant)
97
97
  <details>
98
98
  <summary>实现细节——点击展开</summary>
99
99
 
100
- 本节解释注册表背后的设计;可观察行为已在[使用本包](#use-this-package)中说明。完整决策理由见[不变式服务 Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-owned-invariant-service.zh.md)。
100
+ 本节解释注册表背后的设计;可观察行为已在[使用本包](#use-this-package)中说明。
101
101
 
102
102
  ### 设计理念
103
103
 
@@ -128,7 +128,6 @@ ctx.plugin(SessionInvariant)
128
128
 
129
129
  - [运行时不变式子系统](../../../docs/subsystems/invariants.zh.md)——`Config`、installer、服务与配套入口约定的生成参考。
130
130
  - [生成的配置目录](../../../docs/config-catalog.zh.md#deepseek-aidsh-invariants)——每个受支持配置字段及其源声明。
131
- - [包自有不变式服务 Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-owned-invariant-service.zh.md)——检查为何放在归属者旁边,以及注册表为何拥有选择与生命周期。
132
131
  - [不变式运行时约定 Agent Note](../../../.agents/notes/implemented/architecture/2026-07-19-package-invariant-runtime-contracts.zh.md)——运行时不变量可以断言什么,以及强制配套入口接线的机械门禁。
133
132
  - [runtime-diagnostics 组地图](../../README.zh.md)——相邻的诊断包。
134
133
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-invariants",
3
3
  "description": "Registry service for package-owned DeepSeek Harness runtime invariants",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },