mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
12 lines
498 B
Markdown
12 lines
498 B
Markdown
# runtime-diagnostics/ — package-owned runtime checks
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
Configurable diagnostics that check package-owned runtime relationships without changing product behavior.
|
|
|
|
| Package | Role | ctx key |
|
|
|---|---|---|
|
|
| [`invariants/`](invariants/README.md) | Registers and runs package-owned runtime invariant companions | `ctx.invariants` |
|
|
|
|
See [runtime invariants](../../docs/subsystems/invariants.md) for selection, lifecycle, and package-attributed failure semantics.
|