mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-14 04:01: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.
2.2 KiB
2.2 KiB
description, kind
| description | kind |
|---|---|
| lsp 组地图:通过 LSP seam、其 stdio 提供方与面向模型的 lsp 工具实现的语言服务器代码导航,供浏览本组的用户与维护者阅读。 | package-group |
lsp/:语言服务器代码导航
English | 中文
概述
lsp 组为 agent 提供精确的、由语言服务器支撑的代码导航:转到符号的定义、查找其引用、跳转到其实现,或阅读悬停文档,而模型无需知道是哪个服务器在应答。该能力拆分为三个产品包:dsh-lsp seam(ctx.lsp)按文件扩展名选择提供方并规范化结果,dsh-lsp-stdio 提供方驱动配置好的本地语言服务器命令,面向模型的 dsh-tool-lsp 工具拥有 lsp 的 schema、提示词与呈现。只有提供方与工具在加载后才实际做事;部署需要显式配置服务器命令与扩展名映射,本组自身不随附任何语言服务器。
目录
包
| 包 | 职责 | ctx key |
|---|---|---|
lsp/ |
定义代码导航服务:按文件扩展名选择提供方、四种规范化的只读操作与结构化错误 | ctx.lsp |
lsp-stdio/ |
通过 ctx.fs 与 ctx.subprocess 驱动配置好的 stdio 语言服务器命令,注册为提供方 |
注册到 ctx.lsp |
tool-lsp/ |
通过 lsp 工具向模型暴露精确的代码导航 |
注册到 ctx.tools |
提供方注册的是能力而非工具:tool-lsp 是面向模型的名称、schema、提示词指引与呈现的唯一 owner,因此更换提供方绝不会改变模型请求导航的方式。
相关文档
开发备注
维护者的工作上下文——点击展开
无。