mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
refactor(repo): retire top-level examples
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write packages/webhook/webhook-github/README.md
|
||||
README.md: e79ff29f72eee5c9c48fbd96882a65f26ab88ca3
|
||||
README.zh.md: 97fb162da3633dd971ba832cc603dd8390bc97ee
|
||||
README.md: 329e29bc1a4911ebbd22ee4eade772a6aa80bd0c
|
||||
README.zh.md: 642314b1bc5444f7bfd4413349bf8bb62cdf8cee
|
||||
|
||||
@@ -33,7 +33,7 @@ Only `POST application/json` is accepted. The adapter reads a bounded UTF-8 body
|
||||
|
||||
## Dedicated listener composition
|
||||
|
||||
The normal Web profile already owns `ctx.webServer`. Mount another `dsh-host-webserver` and this adapter inside a group that isolates only `webServer`; the adapter still inherits credentials and `webhookRuntime`. The [GitHub review example](../../../examples/web-github-review/README.md) uses `127.0.0.1:3081/github` behind a TLS reverse proxy while the UI remains on port 3080.
|
||||
The normal Web profile already owns `ctx.webServer`. Mount another `dsh-host-webserver` and this adapter inside a group that isolates only `webServer`; the adapter still inherits credentials and `webhookRuntime`. The [GitHub review guide](../../../docs/user/guide/github-review.md) uses `127.0.0.1:3081/github` behind a TLS reverse proxy while the UI remains on port 3080.
|
||||
|
||||
## Model Experience
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
## 专用监听器组合
|
||||
|
||||
普通 Web profile 已经拥有 `ctx.webServer`。把另一个 `dsh-host-webserver` 和此适配器挂载到仅隔离 `webServer` 的 group 内;适配器仍会继承凭据与 `webhookRuntime`。[GitHub 评审示例](../../../examples/web-github-review/README.zh.md)在 TLS 反向代理后使用 `127.0.0.1:3081/github`,而 UI 继续位于端口 3080。
|
||||
普通 Web profile 已经拥有 `ctx.webServer`。把另一个 `dsh-host-webserver` 和此适配器挂载到仅隔离 `webServer` 的 group 内;适配器仍会继承凭据与 `webhookRuntime`。[GitHub 评审指南](../../../docs/user/guide/github-review.zh.md)在 TLS 反向代理后使用 `127.0.0.1:3081/github`,而 UI 继续位于端口 3080。
|
||||
|
||||
## Model Experience
|
||||
|
||||
|
||||
Reference in New Issue
Block a user