@deepseek-ai/dsh-lsp 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/lsp/lsp/README.md
5
- README.md: 119ddf8775e37fa32e4db123ea2418d0d8c8bbb2
6
- README.zh.md: 138dc9599c3e41710f5fcfc4cc62452cab378bbe
5
+ README.md: 4342bf1ad02fb312a5d6617d279ed583f6209a48
6
+ README.zh.md: 83d662f06ef1287726f8d48a50b098a545e4a67e
package/README.md CHANGED
@@ -100,10 +100,9 @@ Registration and disposal run through `ctx.effect()`, so provider routes live an
100
100
  <a id="further-exploration"></a>
101
101
  ## Further Exploration
102
102
 
103
- Read these pages when the package-level contract is not enough. They move from the shared navigation model to the provider, the tool, and the decision evidence.
103
+ Read these pages when the package-level contract is not enough. They move from the shared navigation model to the provider and the tool.
104
104
 
105
105
  - [LSP navigation subsystem](../../../docs/subsystems/lsp.md) — operations, coordinates, requests and results, and `LspError` codes.
106
- - [LSP capability seam Agent Note](../../../.agents/notes/implemented/architecture/2026-07-15-lsp-capability-seam.md) — design rationale, alternatives, and deliberately deferred API.
107
106
  - [dsh-lsp-stdio](../lsp-stdio/README.md) — the stdio provider that registers against this seam.
108
107
  - [dsh-tool-lsp](../tool-lsp/README.md) — the model-facing tool over this seam.
109
108
  - [lsp group map](../README.md) — the three-package family and its related documentation.
@@ -126,7 +125,7 @@ No direct invalidation; `dsh-tool-lsp` owns request-prefix changes.
126
125
 
127
126
  These limits define the seam's current scope. They are package constraints, not a task backlog.
128
127
 
129
- - **Exclusive extension ownership within one runtime** — two providers cannot both claim `.ts`, even with different language ids; overlaps fail registration. A deployment-configured selector above registrations is the intended extension, which can relax exclusive reservation without adding provider choice to model input ([seam Agent Note](../../../.agents/notes/implemented/architecture/2026-07-15-lsp-capability-seam.md)).
128
+ - **Exclusive extension ownership within one runtime** — two providers cannot both claim `.ts`, even with different language ids; overlaps fail registration. A deployment-configured selector above registrations is the intended extension, which can relax exclusive reservation without adding provider choice to model input.
130
129
  - **Four read-only operations only** — symbols and call hierarchy are deferred because they need different schemas; diagnostics need separate freshness and accumulation rules; mutations (rename, code actions, formatting) require separate tools with preview, permission, and write-policy integration.
131
130
  - **No observation API** — availability is observed only by running `query()` and routing the thrown `LspError` codes; there is no provider-change event or capability-status query.
132
131
 
package/README.zh.md CHANGED
@@ -100,10 +100,9 @@ seam 需要提供方与消费方才能发挥作用。最小组合挂载服务、
100
100
  <a id="further-exploration"></a>
101
101
  ## 进一步探索
102
102
 
103
- 当包级约定不够用时阅读以下页面。它们从共享的导航模型逐步进入提供方、工具与决策证据。
103
+ 当包级约定不够用时阅读以下页面。它们从共享的导航模型逐步进入提供方与工具。
104
104
 
105
105
  - [LSP 导航子系统](../../../docs/subsystems/lsp.zh.md)——操作、坐标、请求与结果,以及 `LspError` code。
106
- - [LSP 能力 seam Agent Note](../../../.agents/notes/implemented/architecture/2026-07-15-lsp-capability-seam.zh.md)——设计原理、备选方案与刻意推迟的 API。
107
106
  - [dsh-lsp-stdio](../lsp-stdio/README.zh.md)——注册到该 seam 的 stdio 提供方。
108
107
  - [dsh-tool-lsp](../tool-lsp/README.zh.md)——基于该 seam 的面向模型工具。
109
108
  - [lsp 组地图](../README.zh.md)——三个包的家族及其相关文档。
@@ -126,7 +125,7 @@ seam 需要提供方与消费方才能发挥作用。最小组合挂载服务、
126
125
 
127
126
  这些限制定义 seam 当前的范围。它们是包约束,不是任务积压。
128
127
 
129
- - **同一运行时内扩展名归属互斥**——两个提供方不能同时声明 `.ts`,即使 language id 不同;重叠会使注册失败。预期扩展是在注册之上增加部署配置的 selector,它可以在不把提供方选择加入模型输入的前提下放宽互斥保留(见 [seam Agent Note](../../../.agents/notes/implemented/architecture/2026-07-15-lsp-capability-seam.zh.md))。
128
+ - **同一运行时内扩展名归属互斥**——两个提供方不能同时声明 `.ts`,即使 language id 不同;重叠会使注册失败。预期扩展是在注册之上增加部署配置的 selector,它可以在不把提供方选择加入模型输入的前提下放宽互斥保留。
130
129
  - **仅四种只读操作**——symbol 与 call hierarchy 因需要不同 schema 而推迟;diagnostics 需要独立的新鲜度与累积规则;修改(重命名、code action、格式化)需要独立工具,并集成预览、权限与写入策略。
131
130
  - **没有观测表层**——可用性只能通过运行 `query()` 并按抛出的 `LspError` code 路由来观测;没有提供方变更事件或能力状态查询。
132
131
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-lsp",
3
3
  "description": "Abstract LSP capability seam (ctx.lsp) for the DeepSeek Harness — language-server provider registry keyed by branded id and extension mapping, order-independent per-query selection, normalized definition/references/implementation/hover requests and results, and the LspError taxonomy",
4
- "version": "0.1.2-alpha.5",
4
+ "version": "0.1.3-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,13 +27,13 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-brand": "^0.1.2-alpha.5",
31
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
30
+ "@deepseek-ai/dsh-brand": "^0.1.3-alpha.2",
31
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
32
32
  "@deepseek-ai/cordis": "^4.0.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.5",
36
- "@deepseek-ai/dsh-brand": "^0.1.2-alpha.5",
35
+ "@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
36
+ "@deepseek-ai/dsh-brand": "^0.1.3-alpha.2",
37
37
  "@deepseek-ai/cordis": "^4.0.2"
38
38
  }
39
39
  }