mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
Run the dsh-archive-agent-notes audit over every active Agent Note on current master, judging each record by whether its rationale still guides work rather than by size or age. - Archive 453 implemented bilingual triplets (417,882 English words): completed UI chrome, narrow adapters, closed bug fixes, implementation walkthroughs whose package READMEs, docs pages, generators, or successor notes now carry the useful behavior, and 51 records fully superseded by a later active note. Keep 201 implemented notes whose ownership rules, negative guarantees, durable or wire semantics, security rules, reintroduction conditions, or still-tempting rejected alternatives remain useful. - Reject 7 proposals whose premise is gone or whose work shipped in amended form under other records; delete 2 rejected notes that no longer prevent a plausible mistake. - Retarget every remaining inbound link to the archived path, and repair active prose that named an archived record as the owner of a live fact: parenthetical citations drop, ownership sentences redirect to the README, docs page, or active note that states the fact, and history citations say so. Chinese files link the English archived path because the pairing gate treats the frozen tree as outside the bilingual corpus. - Seal 1,359 new frozen artifacts; existing seals are unchanged and outbound links from archived notes are neither inspected nor repaired. - Regenerate docs/config-catalog.md after the hook-bridge comment edits shifted two source line numbers.
1.6 KiB
1.6 KiB
description, kind
| description | kind |
|---|---|
| runtime-diagnostics 组地图:面向用户与维护者浏览本组的包自有运行时检查能力。 | package-group |
packages/runtime-diagnostics
English | 中文
概述
runtime-diagnostics 组为 DeepSeek Harness 组合提供运行时自检:一个包 invariants 在组合运行期间运行包自有检查,验证每个包的持久事件与数据关系。违规会以归因到拥有该关系的包的错误呈现;全局开关与包名过滤器控制运行哪些检查。当组合需要在正常运行中验证自身运行时约定时,请使用本组的包。
目录
包
| 包 | 职责 | ctx 键 |
|---|---|---|
invariants |
运行包自有运行时检查,并按所属包报告每次失败 | 注册到 ctx.invariants |
相关文档
- 运行时不变式子系统——生成的服务参考:选择、installer 与配套入口约定。
- 不变式运行时约定 Agent Note——运行时不变量可以断言什么,以及强制配套入口接线的机械门禁。
- 包约定——每个包都必须遵循的
./invariant配套入口规则。
开发备注
维护者的工作上下文——点击展开
无。