@zaalipro/dsh-workflows 0.1.0-rc.5 → 0.1.0-rc.6
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 +2 -2
- package/README.md +10 -10
- package/README.zh.md +10 -10
- package/docs/architecture.i18n.yaml +2 -2
- package/docs/architecture.md +9 -9
- package/docs/architecture.zh.md +9 -9
- package/docs/testing.i18n.yaml +2 -2
- package/docs/testing.md +4 -4
- package/docs/testing.zh.md +4 -4
- package/docs/user-guide.i18n.yaml +2 -2
- package/docs/user-guide.md +5 -5
- package/docs/user-guide.zh.md +5 -5
- package/lib/client.js +79 -79
- package/lib/compat-engine/index.js +1 -1
- package/lib/compat-engine/index.js.map +1 -1
- package/lib/compat-engine/worker.cjs +1 -1
- package/lib/compat-engine/worker.cjs.map +1 -1
- package/lib/types/index.d.ts +3 -3
- package/lib/types/index.js +8 -8
- package/lib/types/tool/index.js +3 -3
- package/package.json +57 -57
package/README.i18n.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Bilingual-pair consistency record: git blob hash of each side at the last
|
|
2
2
|
# confirmed-consistent state. Both languages carry equal authority.
|
|
3
|
-
README.md:
|
|
4
|
-
README.zh.md:
|
|
3
|
+
README.md: 3c9e0ba204858130f0988761e5d693217dac8546
|
|
4
|
+
README.zh.md: d4cdfe7d709f76761d8bc09216bf44460f91a2f5
|
package/README.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
English | [中文](README.zh.md)
|
|
4
4
|
|
|
5
|
-
`@zaalipro/dsh-workflows@0.1.0-rc.
|
|
5
|
+
`@zaalipro/dsh-workflows@0.1.0-rc.6` is one installable DeepSeek Harness bundle for saved JavaScript workflows, supervised background runs, retained inspection, slash commands, and the Web dashboard. It targets official DeepSeek Harness `0.1.5-rc.1` and ships one package-owned MIT compatibility evaluator for replay-safe background execution; it contains no Grok CLI code, account, quota, binary, protocol, or runtime dependency, and no Rhai parser or evaluator.
|
|
6
6
|
|
|
7
7
|
## Compatibility
|
|
8
8
|
|
|
9
|
-
The verified Host is official DeepSeek Harness **`0.1.
|
|
9
|
+
The verified Host is official DeepSeek Harness **`0.1.5-rc.1`**. Plugin `0.1.0-rc.6` is compiled and smoke-tested against that exact release, and its direct Harness peer dependencies are pinned to that exact version. Stock `0.1.0-rc.8` remains unsupported, and later Harness versions require a new verified plugin release.
|
|
10
10
|
|
|
11
11
|
The package requires Node `^22.19.0 || >=24.0.0`, uses `pnpm@11.7.0`, and is distributed under the [MIT license](LICENSE). Native-lock attribution is in [NOTICE.md](NOTICE.md).
|
|
12
12
|
|
|
@@ -15,22 +15,22 @@ The package requires Node `^22.19.0 || >=24.0.0`, uses `pnpm@11.7.0`, and is dis
|
|
|
15
15
|
Ensure `pnpm` is on the service user's `PATH`. Install the pinned release tag like any other profile plugin; it adds one dependency and one bundle layer named `@zaalipro/dsh-workflows`, with no manual profile patch or install-time build.
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
19
|
-
dsh plugin --profile headless add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
18
|
+
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
19
|
+
dsh plugin --profile headless add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
For an exact tested tarball copied to a durable path (not `/tmp`):
|
|
23
23
|
|
|
24
24
|
```sh
|
|
25
|
-
dsh plugin --profile web add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
26
|
-
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
25
|
+
dsh plugin --profile web add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
26
|
+
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
After `0.1.0-rc.
|
|
29
|
+
After `0.1.0-rc.6` is publicly published on npm, the equivalent registry install is:
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
|
-
dsh plugin --profile web add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
33
|
-
dsh plugin --profile headless add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
32
|
+
dsh plugin --profile web add @zaalipro/dsh-workflows@0.1.0-rc.6
|
|
33
|
+
dsh plugin --profile headless add @zaalipro/dsh-workflows@0.1.0-rc.6
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Web loads the Host product and browser Client; headless loads only the Host product and never evaluates browser code. The plugin leaves the stock `ctx.workflowEngine` untouched. Its supervisor privately uses the package-owned compatibility evaluator emitted as `lib/compat-engine/index.js` and `worker.cjs`.
|
|
@@ -106,4 +106,4 @@ Workflow scripts have the same trust premise as existing model shell access. A w
|
|
|
106
106
|
- [Testing and release acceptance](docs/testing.md) — automated evidence and the final manual Web checklist.
|
|
107
107
|
- [Installed authoring skill](skills/create-workflow/SKILL.md) — JavaScript globals, schemas, budgets, scratch, and safe authoring patterns.
|
|
108
108
|
- [License](LICENSE) and [native dependency notice](NOTICE.md).
|
|
109
|
-
- Official Harness `0.1.
|
|
109
|
+
- Official Harness `0.1.5-rc.1` supplies the Host, Agent, Session, provider, and Client services. The plugin compatibility evaluator owns its private deferred-start, journal, gate, scratch, and checkpoint protocol.
|
package/README.zh.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | 中文
|
|
4
4
|
|
|
5
|
-
`@zaalipro/dsh-workflows@0.1.0-rc.
|
|
5
|
+
`@zaalipro/dsh-workflows@0.1.0-rc.6` 是一个可安装的 DeepSeek Harness bundle,提供已保存的 JavaScript workflow、受监督的后台运行、保留记录检查、斜杠命令和 Web 仪表盘。它面向官方 DeepSeek Harness `0.1.5-rc.1`,并附带一个由本包拥有、采用 MIT 许可的 compatibility evaluator,以提供 replay-safe background execution;它不包含任何 Grok CLI 代码、账户、配额、二进制文件、协议或运行时依赖,也不包含 Rhai 解析器或求值器。
|
|
6
6
|
|
|
7
7
|
## 兼容性
|
|
8
8
|
|
|
9
|
-
已验证的 Host 是官方 DeepSeek Harness **`0.1.
|
|
9
|
+
已验证的 Host 是官方 DeepSeek Harness **`0.1.5-rc.1`**。Plugin `0.1.0-rc.6` 针对该精确版本编译并完成 smoke test,其直接 Harness peer dependency 也精确锁定在该版本。原版 `0.1.0-rc.8` 仍不受支持;更高 Harness 版本需要新的已验证 plugin release。
|
|
10
10
|
|
|
11
11
|
本包要求 Node `^22.19.0 || >=24.0.0`,使用 `pnpm@11.7.0`,并按 [MIT license](LICENSE) 发布。原生锁依赖的归属信息见 [NOTICE.md](NOTICE.md)。
|
|
12
12
|
|
|
@@ -15,22 +15,22 @@
|
|
|
15
15
|
先确保 service user 的 `PATH` 中有 `pnpm`。像其他 profile plugin 一样安装固定 release tag;它增加一个依赖和一个名为 `@zaalipro/dsh-workflows` 的 bundle 层,无需手动 profile patch 或 install-time build。
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
19
|
-
dsh plugin --profile headless add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
18
|
+
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
19
|
+
dsh plugin --profile headless add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
也可以把 exact tested tarball 复制到 durable path(不要使用 `/tmp`)后安装:
|
|
23
23
|
|
|
24
24
|
```sh
|
|
25
|
-
dsh plugin --profile web add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
26
|
-
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
25
|
+
dsh plugin --profile web add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
26
|
+
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
`0.1.0-rc.
|
|
29
|
+
`0.1.0-rc.6` 在 npm 公开发布后,可以使用等价的 registry install:
|
|
30
30
|
|
|
31
31
|
```sh
|
|
32
|
-
dsh plugin --profile web add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
33
|
-
dsh plugin --profile headless add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
32
|
+
dsh plugin --profile web add @zaalipro/dsh-workflows@0.1.0-rc.6
|
|
33
|
+
dsh plugin --profile headless add @zaalipro/dsh-workflows@0.1.0-rc.6
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Web 会加载 Host 产品和浏览器 Client;headless 只加载 Host 产品,绝不求值浏览器代码。Plugin 不修改 stock `ctx.workflowEngine`。Supervisor 私下使用本包拥有的 compatibility evaluator,其产物为 `lib/compat-engine/index.js` 与 `worker.cjs`。
|
|
@@ -106,4 +106,4 @@ Workflow script 与现有 model shell access 具有相同的 trust premise。wor
|
|
|
106
106
|
- [测试与发布验收](docs/testing.zh.md) — 自动化证据与最终人工 Web checklist。
|
|
107
107
|
- [已安装的创作 skill](skills/create-workflow/SKILL.md) — JavaScript global、schema、budget、scratch 和安全创作模式。
|
|
108
108
|
- [License](LICENSE) 与[原生依赖 notice](NOTICE.md)。
|
|
109
|
-
- 官方 Harness `0.1.
|
|
109
|
+
- 官方 Harness `0.1.5-rc.1` 提供 Host、Agent、Session、provider 与 Client service。Plugin compatibility evaluator 私下拥有 deferred-start、journal、gate、scratch 与 checkpoint protocol。
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Bilingual-pair consistency record: git blob hash of each side at the last
|
|
2
2
|
# confirmed-consistent state. Both languages carry equal authority.
|
|
3
|
-
architecture.md:
|
|
4
|
-
architecture.zh.md:
|
|
3
|
+
architecture.md: aac4decc73ea62a7664d6e97202d135e65cb44ac
|
|
4
|
+
architecture.zh.md: 230110b739673995126aeee786216dbe5d289ec0
|
package/docs/architecture.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
English | [中文](architecture.zh.md)
|
|
4
4
|
|
|
5
|
-
This reference describes the installed architecture of `@zaalipro/dsh-workflows`: one Host/Client bundle for official DeepSeek Harness `0.1.
|
|
5
|
+
This reference describes the installed architecture of `@zaalipro/dsh-workflows`: one Host/Client bundle for official DeepSeek Harness `0.1.5-rc.1`, with a package-owned MIT compatibility evaluator. The [user guide](user-guide.md) owns operating procedures, the [testing reference](testing.md) owns release evidence, and the [architecture decision](../.agents/notes/implemented/architecture/2026-08-20-installable-workflows-package.md) owns rationale and rejected alternatives.
|
|
6
6
|
|
|
7
7
|
## Scope and invariants
|
|
8
8
|
|
|
9
|
-
The package owns definition discovery, logical-run supervision, retained storage, completion delivery, commands, Agent-scoped model-tool replacement, authorized Remote reads, the Web dashboard, and the private JavaScript compatibility evaluator. Official `0.1.
|
|
9
|
+
The package owns definition discovery, logical-run supervision, retained storage, completion delivery, commands, Agent-scoped model-tool replacement, authorized Remote reads, the Web dashboard, and the private JavaScript compatibility evaluator. Official `0.1.5-rc.1` owns the Host, Agent, Session, provider, and Client services. A Headless install evaluates no browser module. A Web install adds the Client aggregate without changing Host execution authority.
|
|
10
10
|
|
|
11
|
-
Current state: plugin `0.1.0-rc.
|
|
11
|
+
Current state: plugin `0.1.0-rc.6` is verified against official `0.1.5-rc.1`. The plugin adapts the public Agent-scoped tool/prompt, filesystem, command, Remote, and provider faces and does not modify the stock `ctx.workflowEngine`.
|
|
12
12
|
|
|
13
13
|
Four invariants organize every component:
|
|
14
14
|
|
|
@@ -23,7 +23,7 @@ Four invariants organize every component:
|
|
|
23
23
|
|
|
24
24
|
```mermaid
|
|
25
25
|
flowchart LR
|
|
26
|
-
subgraph H[Official Harness 0.1.
|
|
26
|
+
subgraph H[Official Harness 0.1.5-rc.1]
|
|
27
27
|
Loader[Profile loader]
|
|
28
28
|
Engine[Stock workflow service]
|
|
29
29
|
Agent[Exact Agent context]
|
|
@@ -63,7 +63,7 @@ The package's bundle patch mounts exactly one Host aggregate, advertises `lib/cl
|
|
|
63
63
|
|
|
64
64
|
```mermaid
|
|
65
65
|
flowchart LR
|
|
66
|
-
Loader[Official 0.1.
|
|
66
|
+
Loader[Official 0.1.5-rc.1 profile loader] --> Host[Package Host aggregate]
|
|
67
67
|
Host --> Registry[Definition registry]
|
|
68
68
|
Host --> Supervisor[Logical-run supervisor]
|
|
69
69
|
Host --> Commands[Commands and tool shadow]
|
|
@@ -81,7 +81,7 @@ The headless bundle has no import path to `./client`; commands, saved aliases, t
|
|
|
81
81
|
|
|
82
82
|
### Host components
|
|
83
83
|
|
|
84
|
-
- **Aggregate and configuration** validate official `0.1.
|
|
84
|
+
- **Aggregate and configuration** validate official `0.1.5-rc.1` faces before filesystem access, resolve every Schemastery default, load assets relative to `import.meta.url`, and mount children under effect ownership.
|
|
85
85
|
- **Definition registry (`ctx.workflows`)** observes bundled, project, and user roots; re-reads authoritative bytes; publishes only coalesced `workflows/change` hints; and owns safe save publication.
|
|
86
86
|
- **Run store and native lease** own manifests, immutable detail sidecars, scripts, scratch files, retention, recovery, and one process-lifetime advisory lock.
|
|
87
87
|
- **Supervisor (`ctx.workflowSupervisor`)** owns exact Agent/Session authorization, logical identities, attempts, status transitions, budgets, checkpoints, gates, controls, and lifecycle events.
|
|
@@ -116,7 +116,7 @@ The final `lib/client.js` must call `window.__ModuleLoader__.load({ id: "@zaalip
|
|
|
116
116
|
|
|
117
117
|
### Boot and startup recovery
|
|
118
118
|
|
|
119
|
-
Activation first verifies the supported official `0.1.
|
|
119
|
+
Activation first verifies the supported official `0.1.5-rc.1` service faces. Storage then validates or creates only the owner-only runs root and permanent lock anchor, opens the anchor without following links, validates its stable identity, and acquires a nonblocking `fs-native-extensions` lifetime lease. Only the lease holder creates or validates the four store directories and performs one complete, bounded recovery before Session admission.
|
|
120
120
|
|
|
121
121
|
Recovery validates every manifest and referenced sidecar before publishing any row. Persisted active rows become terminal `interrupted`, running member heads become `cancelled`, and orphaned notice claims become `abandoned`. Recovery keeps inspection facts and display ordinals but reconstructs no execution authority.
|
|
122
122
|
|
|
@@ -168,9 +168,9 @@ The dashboard has three panes at 1,200 px and wider, two-pane navigation below 1
|
|
|
168
168
|
|
|
169
169
|
## Compatibility provenance
|
|
170
170
|
|
|
171
|
-
Official `0.1.
|
|
171
|
+
Official `0.1.5-rc.1` integration uses Agent-scoped `tools.register` and `systemPrompt.section` only when the stock workflow contribution is identified; custom same-name contributions remain untouched. The package owns deferred execution, replay journal, checkpoints, gates, budget accounting, and scratch in its private compatibility evaluator.
|
|
172
172
|
|
|
173
|
-
Official `0.1.
|
|
173
|
+
Official `0.1.5-rc.1` is the only verified installed Host for plugin `0.1.0-rc.6`; `0.1.0-rc.8` is unsupported and later Hosts require re-verification. The compatibility evaluator is package-owned MIT source derived narrowly from the maintained workflow behavior, not a replacement for the process-global stock workflow service.
|
|
174
174
|
|
|
175
175
|
## Capacity bounds
|
|
176
176
|
|
package/docs/architecture.zh.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
[English](architecture.md) | 中文
|
|
4
4
|
|
|
5
|
-
本参考说明 `@zaalipro/dsh-workflows` 的已安装架构:它是面向官方 DeepSeek Harness `0.1.
|
|
5
|
+
本参考说明 `@zaalipro/dsh-workflows` 的已安装架构:它是面向官方 DeepSeek Harness `0.1.5-rc.1` 的单一 Host/Client bundle,并包含 private compatibility evaluator(package-owned MIT source)。[用户指南](user-guide.zh.md)负责操作步骤,[测试参考](testing.zh.md)负责发布证据,[架构决策](../.agents/notes/implemented/architecture/2026-08-20-installable-workflows-package.zh.md)负责理由和被拒绝的替代方案。
|
|
6
6
|
|
|
7
7
|
## 范围与不变量
|
|
8
8
|
|
|
9
|
-
本包拥有 definition discovery、logical-run supervision、retained storage、completion delivery、命令、Agent-scoped model-tool replacement、授权 Remote read、Web dashboard 与 private JavaScript compatibility evaluator。官方 `0.1.
|
|
9
|
+
本包拥有 definition discovery、logical-run supervision、retained storage、completion delivery、命令、Agent-scoped model-tool replacement、授权 Remote read、Web dashboard 与 private JavaScript compatibility evaluator。官方 `0.1.5-rc.1` 拥有 Host、Agent、Session、provider 与 Client service。Headless 安装不求值任何浏览器模块;Web 安装增加 Client aggregate,但不改变 Host execution authority。
|
|
10
10
|
|
|
11
|
-
当前状态:plugin `0.1.0-rc.
|
|
11
|
+
当前状态:plugin `0.1.0-rc.6` 已针对官方 `0.1.5-rc.1` 验证。Plugin 适配 public Agent-scoped tool/prompt、filesystem、command、Remote 与 provider face,不修改 stock `ctx.workflowEngine`。
|
|
12
12
|
|
|
13
13
|
四条不变量组织所有组件:
|
|
14
14
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
```mermaid
|
|
25
25
|
flowchart LR
|
|
26
|
-
subgraph H[Official Harness 0.1.
|
|
26
|
+
subgraph H[Official Harness 0.1.5-rc.1]
|
|
27
27
|
Loader[Profile loader]
|
|
28
28
|
Engine[Stock workflow service]
|
|
29
29
|
Agent[Exact Agent context]
|
|
@@ -63,7 +63,7 @@ flowchart LR
|
|
|
63
63
|
|
|
64
64
|
```mermaid
|
|
65
65
|
flowchart LR
|
|
66
|
-
Loader[Official 0.1.
|
|
66
|
+
Loader[Official 0.1.5-rc.1 profile loader] --> Host[Package Host aggregate]
|
|
67
67
|
Host --> Registry[Definition registry]
|
|
68
68
|
Host --> Supervisor[Logical-run supervisor]
|
|
69
69
|
Host --> Commands[Commands and tool shadow]
|
|
@@ -81,7 +81,7 @@ headless bundle 没有通往 `./client` 的 import path;命令、保存的 ali
|
|
|
81
81
|
|
|
82
82
|
### Host 组件
|
|
83
83
|
|
|
84
|
-
- **Aggregate 与配置**在访问 filesystem 前验证官方 `0.1.
|
|
84
|
+
- **Aggregate 与配置**在访问 filesystem 前验证官方 `0.1.5-rc.1` 的 package version 与 service face,解析每个 Schemastery default,通过 `import.meta.url` 相对路径加载资产,并在 effect ownership 下挂载 child。
|
|
85
85
|
- **Definition registry (`ctx.workflows`)** 观察 bundled、project 和 user root;重新读取 authoritative byte;只发布合并后的 `workflows/change` hint;并拥有 safe save publication。
|
|
86
86
|
- **Run store 与 native lease** 拥有 manifest、immutable detail sidecar、script、scratch file、retention、recovery 和一个 process-lifetime advisory lock。
|
|
87
87
|
- **Supervisor (`ctx.workflowSupervisor`)** 拥有 exact Agent/Session authorization、logical identity、attempt、status transition、budget、checkpoint、gate、control 和 lifecycle event。
|
|
@@ -116,7 +116,7 @@ package root 拥有三个 compiler face:solution `tsconfig.json`、Host `tscon
|
|
|
116
116
|
|
|
117
117
|
### 启动与 startup recovery
|
|
118
118
|
|
|
119
|
-
Activation 首先验证受支持的官方 `0.1.
|
|
119
|
+
Activation 首先验证受支持的官方 `0.1.5-rc.1` service face。Storage 随后只验证或创建 owner-only runs root 和永久 lock anchor,以 no-follow 方式打开 anchor,验证稳定 identity,并取得非阻塞 `fs-native-extensions` lifetime lease。只有 lease holder 能创建或验证四个 store directory,并在 Session admission 前完成一次完整且有界的 recovery。
|
|
120
120
|
|
|
121
121
|
Recovery 会在发布任何 row 前验证所有 manifest 和引用的 sidecar。持久化的 active row 变成 terminal `interrupted`,running member head 变成 `cancelled`,orphaned notice claim 变成 `abandoned`。Recovery 保留 inspection fact 和 display ordinal,但不重建 execution authority。
|
|
122
122
|
|
|
@@ -168,9 +168,9 @@ Dashboard 在 1,200 px 及以上使用三 pane,低于 1,200 px 使用双 pane
|
|
|
168
168
|
|
|
169
169
|
## 兼容性来源
|
|
170
170
|
|
|
171
|
-
官方 `0.1.
|
|
171
|
+
官方 `0.1.5-rc.1` integration 只在识别出 stock workflow contribution 时使用 Agent-scoped `tools.register` 与 `systemPrompt.section`;同名 custom contribution 保持不变。Deferred execution、replay journal、checkpoint、gate、budget accounting 与 scratch 由 package private compatibility evaluator 提供。
|
|
172
172
|
|
|
173
|
-
官方 `0.1.
|
|
173
|
+
官方 `0.1.5-rc.1` 是 plugin `0.1.0-rc.6` 唯一已验证的 installed Host;`0.1.0-rc.8` 不受支持,更高 Host 必须重新验证。Compatibility evaluator 是 package-owned MIT source,只窄范围承载 maintained workflow behavior,绝不替换 stock `ctx.workflowEngine` 或 process-global stock workflow service。
|
|
174
174
|
|
|
175
175
|
## Capacity bound
|
|
176
176
|
|
package/docs/testing.i18n.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Bilingual-pair consistency record: git blob hash of each side at the last
|
|
2
2
|
# confirmed-consistent state. Both languages carry equal authority.
|
|
3
|
-
testing.md:
|
|
4
|
-
testing.zh.md:
|
|
3
|
+
testing.md: 6a436d3453426633e76e18426caba4b010f40f2b
|
|
4
|
+
testing.zh.md: c96e7eff6e61d084634aaf3f060d64fedfb4c475
|
package/docs/testing.md
CHANGED
|
@@ -68,7 +68,7 @@ Without the key, this file alone registers exactly one skipped test with reason
|
|
|
68
68
|
|
|
69
69
|
### Exact official Host checkout
|
|
70
70
|
|
|
71
|
-
The packed consumer and CI checkout official DeepSeek Harness `0.1.
|
|
71
|
+
The packed consumer and CI checkout official DeepSeek Harness `0.1.5-rc.1` at commit `a66e4702047846cdaa10c66c9d3df3951f5ea70d`. The package build and tests compile against `0.1.5-rc.1` development dependencies; no Harness source patch or fork checkout participates. The package-owned evaluator build, strict NodeNext consumer, add/boot/remove profile cycle, and stock boot after removal are blocking release evidence.
|
|
72
72
|
|
|
73
73
|
### Final automated aggregate
|
|
74
74
|
|
|
@@ -76,7 +76,7 @@ The packed consumer and CI checkout official DeepSeek Harness `0.1.2-rc.1` at co
|
|
|
76
76
|
pnpm run check:release
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
Success ends exactly `release checks passed`. The orchestrator runs clean/frozen-install verification, build, typecheck, lint, owned-source aggregate coverage, snapshots, documentation, package policy, one immutable pack and packed consumer (`official-host-probe` plus real Web/headless add/boot/remove), the browser helper boundary, all three stress suites, and the opt-in provider file in order. It does not publish, launch Ego Lite, or record a GIF. The packed profile cycle is blocking against official `0.1.
|
|
79
|
+
Success ends exactly `release checks passed`. The orchestrator runs clean/frozen-install verification, build, typecheck, lint, owned-source aggregate coverage, snapshots, documentation, package policy, one immutable pack and packed consumer (`official-host-probe` plus real Web/headless add/boot/remove), the browser helper boundary, all three stress suites, and the opt-in provider file in order. It does not publish, launch Ego Lite, or record a GIF. The packed profile cycle is blocking against official `0.1.5-rc.1`; the Chromium product journey remains the final Ego Lite acceptance.
|
|
80
80
|
|
|
81
81
|
## Coverage policy
|
|
82
82
|
|
|
@@ -96,7 +96,7 @@ Handwritten Client TypeScript remains covered by its Client test project; genera
|
|
|
96
96
|
|
|
97
97
|
## CI platform matrix
|
|
98
98
|
|
|
99
|
-
Blocking Ubuntu 24.04 jobs run Node `22.19.0`, `24`, and `26`; each uses a frozen lockfile and covers build, typecheck, lint, docs, package policy, and its assigned unit/coverage/snapshot gates. Node 24 additionally owns macOS 14, Windows Server 2022, Chromium helper, race-stress, and release-pack/packed-consumer jobs. The packed lane checks out official `0.1.
|
|
99
|
+
Blocking Ubuntu 24.04 jobs run Node `22.19.0`, `24`, and `26`; each uses a frozen lockfile and covers build, typecheck, lint, docs, package policy, and its assigned unit/coverage/snapshot gates. Node 24 additionally owns macOS 14, Windows Server 2022, Chromium helper, race-stress, and release-pack/packed-consumer jobs. The packed lane checks out official `0.1.5-rc.1` commit `a66e4702047846cdaa10c66c9d3df3951f5ea70d`; it applies no Harness patch, packs once, preserves one digest and artifact path, and requires live add/boot/remove for Web and headless.
|
|
100
100
|
|
|
101
101
|
Windows runs every supported definition, manifest, scratch, retention, recovery, and subprocess case. It explicitly asserts junction/hard-link behavior and either working native advisory locking or the documented `WORKFLOW_STORAGE_UNSUPPORTED` result; it never silently skips the workflow, marks the job `continue-on-error`, or treats a platform limitation as success without asserting its exact branch.
|
|
102
102
|
|
|
@@ -110,7 +110,7 @@ All live resources are created inside an isolated workspace and DSH home. `final
|
|
|
110
110
|
|
|
111
111
|
## Final manual Web acceptance
|
|
112
112
|
|
|
113
|
-
This is a release checklist, not a coding task, CI step, or substitute for automated Chromium. Perform it only after every automated gate passes, using the exact tested tarball installed into a real official `0.1.
|
|
113
|
+
This is a release checklist, not a coding task, CI step, or substitute for automated Chromium. Perform it only after every automated gate passes, using the exact tested tarball installed into a real official `0.1.5-rc.1` Web profile and a real server/model flow.
|
|
114
114
|
|
|
115
115
|
- [ ] Start the tarball-installed real server and confirm the package activates without a source checkout fallback.
|
|
116
116
|
- [ ] Use **Ego Lite** for the smoke journey. Reuse its task space across the journey; never wipe or reset any user session, cookies, browser storage, or daily-browser state.
|
package/docs/testing.zh.md
CHANGED
|
@@ -68,7 +68,7 @@ pnpm exec vitest run tests/real-provider.spec.ts --reporter=dot && printf 'RD14
|
|
|
68
68
|
|
|
69
69
|
### 精确 official Host checkout
|
|
70
70
|
|
|
71
|
-
Packed consumer 与 CI checkout 官方 DeepSeek Harness `0.1.
|
|
71
|
+
Packed consumer 与 CI checkout 官方 DeepSeek Harness `0.1.5-rc.1` commit `a66e4702047846cdaa10c66c9d3df3951f5ea70d`。Package build 与 test 针对 `0.1.5-rc.1` development dependency 编译;不使用 Harness source patch 或 fork checkout。Package-owned evaluator build、strict NodeNext consumer、add/boot/remove profile cycle 与 removal 后的 stock boot 都是 blocking release evidence。
|
|
72
72
|
|
|
73
73
|
### 最终自动化 aggregate
|
|
74
74
|
|
|
@@ -76,7 +76,7 @@ Packed consumer 与 CI checkout 官方 DeepSeek Harness `0.1.2-rc.1` commit `a66
|
|
|
76
76
|
pnpm run check:release
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
成功时准确以 `release checks passed` 结束。Orchestrator 按顺序运行 clean/frozen-install verification、build、typecheck、lint、owned-source aggregate coverage、snapshot、documentation、package policy、一次 immutable pack 与 packed consumer(`official-host-probe` 加真实 Web/headless add/boot/remove)、browser helper boundary、三个 stress suite 和 opt-in provider file。它不会 publish、启动 Ego Lite 或录制 GIF。Packed profile cycle 针对官方 `0.1.
|
|
79
|
+
成功时准确以 `release checks passed` 结束。Orchestrator 按顺序运行 clean/frozen-install verification、build、typecheck、lint、owned-source aggregate coverage、snapshot、documentation、package policy、一次 immutable pack 与 packed consumer(`official-host-probe` 加真实 Web/headless add/boot/remove)、browser helper boundary、三个 stress suite 和 opt-in provider file。它不会 publish、启动 Ego Lite 或录制 GIF。Packed profile cycle 针对官方 `0.1.5-rc.1` 是 blocking gate;Chromium product journey 仍是最终 Ego Lite acceptance。
|
|
80
80
|
|
|
81
81
|
## Coverage policy
|
|
82
82
|
|
|
@@ -96,7 +96,7 @@ Handwritten Client TypeScript 仍由其 Client test project 覆盖;generated o
|
|
|
96
96
|
|
|
97
97
|
## CI platform matrix
|
|
98
98
|
|
|
99
|
-
Blocking Ubuntu 24.04 job 运行 Node `22.19.0`、`24` 和 `26`;每个 job 使用 frozen lockfile,并覆盖 build、typecheck、lint、docs、package policy 以及分配的 unit/coverage/snapshot gate。Node 24 还拥有 macOS 14、Windows Server 2022、Chromium helper、race-stress 和 release-pack/packed-consumer job。Packed lane checkout 官方 `0.1.
|
|
99
|
+
Blocking Ubuntu 24.04 job 运行 Node `22.19.0`、`24` 和 `26`;每个 job 使用 frozen lockfile,并覆盖 build、typecheck、lint、docs、package policy 以及分配的 unit/coverage/snapshot gate。Node 24 还拥有 macOS 14、Windows Server 2022、Chromium helper、race-stress 和 release-pack/packed-consumer job。Packed lane checkout 官方 `0.1.5-rc.1` commit `a66e4702047846cdaa10c66c9d3df3951f5ea70d`;不应用 Harness patch,只 pack 一次并保留一个 digest 和 artifact path,而且要求 Web 与 headless 的 live add/boot/remove。
|
|
100
100
|
|
|
101
101
|
Windows 运行每个支持的 definition、manifest、scratch、retention、recovery 与 subprocess case。它明确断言 junction/hard-link behavior,以及可工作的 native advisory locking 或已记录的 `WORKFLOW_STORAGE_UNSUPPORTED` result;它绝不静默 skip workflow、把 job 标记为 `continue-on-error`,或在没有断言准确 branch 时把 platform limitation 当作成功。
|
|
102
102
|
|
|
@@ -110,7 +110,7 @@ CI 只在可用时把 `DEEPSEEK_API_KEY` 传给隔离的 provider job。Test 不
|
|
|
110
110
|
|
|
111
111
|
## Final manual Web acceptance
|
|
112
112
|
|
|
113
|
-
这是 release checklist,不是 coding task、CI step 或 automated Chromium 的替代。只有全部自动化 gate 通过后,才使用安装了完全相同 tested tarball 的真实官方 `0.1.
|
|
113
|
+
这是 release checklist,不是 coding task、CI step 或 automated Chromium 的替代。只有全部自动化 gate 通过后,才使用安装了完全相同 tested tarball 的真实官方 `0.1.5-rc.1` Web profile 和 real server/model flow 执行。
|
|
114
114
|
|
|
115
115
|
- [ ] 启动 tarball-installed real server,确认 package activation 没有 source checkout fallback。
|
|
116
116
|
- [ ] 使用 **Ego Lite** 完成 smoke journey。全程复用它的 task space;绝不 wipe 或 reset 任何 user session、cookie、browser storage 或 daily-browser state。
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Bilingual-pair consistency record: git blob hash of each side at the last
|
|
2
2
|
# confirmed-consistent state. Both languages carry equal authority.
|
|
3
|
-
user-guide.md:
|
|
4
|
-
user-guide.zh.md:
|
|
3
|
+
user-guide.md: 92b5a134fca6d064f2d10e4b6a7717cb6d6dc7e6
|
|
4
|
+
user-guide.zh.md: 8879bb53e0afe36c5386ba943c10133765c744cd
|
package/docs/user-guide.md
CHANGED
|
@@ -6,16 +6,16 @@ This tutorial takes a Web or headless user from installation to one saved JavaSc
|
|
|
6
6
|
|
|
7
7
|
## 1. Install on a compatible Harness
|
|
8
8
|
|
|
9
|
-
Use official DeepSeek Harness `0.1.
|
|
9
|
+
Use official DeepSeek Harness `0.1.5-rc.1` with plugin `0.1.0-rc.6`. Ensure `pnpm` is on the service user's `PATH`; `0.1.0-rc.8` and unverified later Harness releases are unsupported.
|
|
10
10
|
|
|
11
11
|
Install a pinned release tag, or the exact tested tarball from a durable absolute path:
|
|
12
12
|
|
|
13
13
|
```sh
|
|
14
|
-
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
15
|
-
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
14
|
+
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
15
|
+
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
After npm publication, `dsh plugin --profile <profile> add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
18
|
+
After npm publication, `dsh plugin --profile <profile> add @zaalipro/dsh-workflows@0.1.0-rc.6` is equivalent.
|
|
19
19
|
|
|
20
20
|
Restart the profile. Web gains the dashboard and durable Chat renderer in addition to Host behavior; headless gains registry, supervisor, commands, questions, recorder, and model tool without loading browser code. Removal is covered in the [package README](../README.md#installation).
|
|
21
21
|
|
|
@@ -325,7 +325,7 @@ P/R/X/S activate Pause/Resume/Stop/Save only when the dialog owns focus, no modi
|
|
|
325
325
|
|
|
326
326
|
### Incompatible Harness
|
|
327
327
|
|
|
328
|
-
Symptom: activation reports an unsupported Host face or version. Install official `0.1.
|
|
328
|
+
Symptom: activation reports an unsupported Host face or version. Install official `0.1.5-rc.1` with plugin `0.1.0-rc.6`; do not widen the peer range or assume a later Harness version is compatible.
|
|
329
329
|
|
|
330
330
|
### Storage is already owned
|
|
331
331
|
|
package/docs/user-guide.zh.md
CHANGED
|
@@ -6,16 +6,16 @@
|
|
|
6
6
|
|
|
7
7
|
## 1. 安装到兼容 Harness
|
|
8
8
|
|
|
9
|
-
使用官方 DeepSeek Harness `0.1.
|
|
9
|
+
使用官方 DeepSeek Harness `0.1.5-rc.1` 与 plugin `0.1.0-rc.6`。确保 service user 的 `PATH` 中有 `pnpm`;`0.1.0-rc.8` 与尚未验证的更高 Harness release 均不受支持。
|
|
10
10
|
|
|
11
11
|
安装 pinned release tag,或 durable absolute path 下的 exact tested tarball:
|
|
12
12
|
|
|
13
13
|
```sh
|
|
14
|
-
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.
|
|
15
|
-
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.
|
|
14
|
+
dsh plugin --profile web add github:zaalipro/dsh-workflows#v0.1.0-rc.6
|
|
15
|
+
dsh plugin --profile headless add /absolute/path/zaalipro-dsh-workflows-0.1.0-rc.6.tgz
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
发布到 npm 后,`dsh plugin --profile <profile> add @zaalipro/dsh-workflows@0.1.0-rc.
|
|
18
|
+
发布到 npm 后,`dsh plugin --profile <profile> add @zaalipro/dsh-workflows@0.1.0-rc.6` 与之等价。
|
|
19
19
|
|
|
20
20
|
重启 profile。Web 除 Host behavior 外还获得 dashboard 与 durable Chat renderer;headless 获得 registry、supervisor、command、question、recorder 与 model tool,但不加载 browser code。移除见 [package README](../README.zh.md#安装)。
|
|
21
21
|
|
|
@@ -325,7 +325,7 @@ P/R/X/S 只有在 dialog 拥有 focus、没有 modifier 或 key repeat、target
|
|
|
325
325
|
|
|
326
326
|
### Harness 不兼容
|
|
327
327
|
|
|
328
|
-
症状:activation 报告不受支持的 Host face 或 version。安装官方 `0.1.
|
|
328
|
+
症状:activation 报告不受支持的 Host face 或 version。安装官方 `0.1.5-rc.1` 与 plugin `0.1.0-rc.6`;不要扩大 peer range,也不要假定更高 Harness version 已兼容。
|
|
329
329
|
|
|
330
330
|
### Storage 已被拥有
|
|
331
331
|
|