@tomflow/proflow-execution-runtime 0.1.9 → 0.1.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @tomflow/proflow-execution-runtime
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Improve terminal progress and localized status output, publish readable Chinese module docs, and add guided setup assistants for external resources.
8
+
9
+ ## 0.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Resolve DOCS.md from both source and built deployment adapters, prove all 24 built adapters return the published body, and announce package synchronization before the package manager blocks.
14
+
3
15
  ## 0.1.9
4
16
 
5
17
  ### Patch Changes
package/DOCS.md CHANGED
@@ -1,27 +1,11 @@
1
- # @tomflow/proflow-execution-runtime — Module Docs
1
+ # execution-runtime
2
2
 
3
- Module ref: `execution-runtime`
4
- Domain: `execution`
5
- Kind: `service`
3
+ Execution Runtime(执行运行时)是 ProFlow 真实操作的控制中心。它负责审批、幂等、执行调度、结果记录和异常恢复。
6
4
 
7
- Durable, policy-controlled Execution Core orchestration over SQLite and controlled executor ports.
5
+ ## 使用前提
8
6
 
9
- ## Standard management surface
7
+ 本机执行器、浏览器执行器、模型运行时和 Platform Host 提供的身份信息必须就绪。缺少上游事实时,状态会显示失败并由 `platform setup` 给出原因。
10
8
 
11
- `install / uninstall / status / setup / docs / start / stop`
9
+ ## 运行方式
12
10
 
13
- ## Provides
14
-
15
- - `execution` `1.0.0`
16
-
17
- ## Requires
18
-
19
- - `execution-local` `>=1.0.0 <2.0.0`
20
-
21
- ## Public setup inputs
22
-
23
- - None. Deterministic/private values and cross-Module shared facts are not public configuration.
24
-
25
- ## Ownership boundary
26
-
27
- Module business APIs and any module-specific extra commands remain package-owned. Platform does not proxy or interpret them. Current human/external preparation is documented in `SETUP.md`.
11
+ 配置完成后使用 `platform start` 启动。不要直接修改它在 `.proflow` 中维护的数据库和凭据。
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
6
6
  ok: true;
7
7
  status: "SUCCEEDED";
8
8
  moduleRef: "execution-runtime";
9
- moduleVersion: "0.1.9";
9
+ moduleVersion: "0.1.11";
10
10
  data: {
11
11
  endpoint: string;
12
12
  transportCredentialFile: string;
@@ -23,7 +23,7 @@ export declare const behaviorAdapter: {
23
23
  readonly ok: true;
24
24
  readonly status: "SUCCEEDED";
25
25
  readonly moduleRef: "execution-runtime";
26
- readonly moduleVersion: "0.1.9";
26
+ readonly moduleVersion: "0.1.11";
27
27
  };
28
28
  observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
29
29
  }>;
@@ -33,7 +33,7 @@ export declare const behaviorAdapter: {
33
33
  ok: true;
34
34
  status: "SUCCEEDED";
35
35
  moduleRef: "execution-runtime";
36
- moduleVersion: "0.1.9";
36
+ moduleVersion: "0.1.11";
37
37
  data: {
38
38
  setupStatus: "FAILED" | "READY";
39
39
  runtimeStatus: "RUNNING" | "STOPPED";
@@ -47,11 +47,11 @@ export declare const behaviorAdapter: {
47
47
  readonly ok: true;
48
48
  readonly status: "SUCCEEDED";
49
49
  readonly moduleRef: "execution-runtime";
50
- readonly moduleVersion: "0.1.9";
50
+ readonly moduleVersion: "0.1.11";
51
51
  } | {
52
52
  contract: "deployment.result.v1";
53
53
  moduleRef: "execution-runtime";
54
- moduleVersion: "0.1.9";
54
+ moduleVersion: "0.1.11";
55
55
  ok: false;
56
56
  status: "FAILED";
57
57
  error: {
@@ -84,7 +84,7 @@ export declare const behaviorAdapter: {
84
84
  ok: true;
85
85
  status: "SUCCEEDED";
86
86
  moduleRef: "execution-runtime";
87
- moduleVersion: "0.1.9";
87
+ moduleVersion: "0.1.11";
88
88
  data: {
89
89
  docs: string;
90
90
  };
@@ -97,7 +97,7 @@ export declare const behaviorAdapter: {
97
97
  ok: true;
98
98
  status: "SUCCEEDED";
99
99
  moduleRef: "execution-runtime";
100
- moduleVersion: "0.1.9";
100
+ moduleVersion: "0.1.11";
101
101
  data: unknown;
102
102
  };
103
103
  observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
@@ -105,7 +105,7 @@ export declare const behaviorAdapter: {
105
105
  result: {
106
106
  contract: "deployment.result.v1";
107
107
  moduleRef: "execution-runtime";
108
- moduleVersion: "0.1.9";
108
+ moduleVersion: "0.1.11";
109
109
  ok: false;
110
110
  status: "FAILED";
111
111
  error: {
@@ -122,7 +122,7 @@ export declare const behaviorAdapter: {
122
122
  readonly ok: true;
123
123
  readonly status: "SUCCEEDED";
124
124
  readonly moduleRef: "execution-runtime";
125
- readonly moduleVersion: "0.1.9";
125
+ readonly moduleVersion: "0.1.11";
126
126
  };
127
127
  observedEffects: ("Persists execution state, output references and evidence in WAL SQLite" | "Runs the single backend Execution Runtime service")[];
128
128
  } | {
@@ -131,11 +131,11 @@ export declare const behaviorAdapter: {
131
131
  readonly ok: true;
132
132
  readonly status: "SUCCEEDED";
133
133
  readonly moduleRef: "execution-runtime";
134
- readonly moduleVersion: "0.1.9";
134
+ readonly moduleVersion: "0.1.11";
135
135
  } | {
136
136
  contract: "deployment.result.v1";
137
137
  moduleRef: "execution-runtime";
138
- moduleVersion: "0.1.9";
138
+ moduleVersion: "0.1.11";
139
139
  ok: false;
140
140
  status: "FAILED";
141
141
  error: {
@@ -170,7 +170,7 @@ export const behaviorAdapter = {
170
170
  result: {
171
171
  ...base,
172
172
  data: {
173
- docs: readFileSync(new URL("../DOCS.md", import.meta.url), "utf8"),
173
+ docs: readFileSync(new URL(import.meta.url.includes("/dist/") ? "../../DOCS.md" : "../DOCS.md", import.meta.url), "utf8"),
174
174
  },
175
175
  },
176
176
  observedEffects: [],
@@ -3,7 +3,7 @@ export declare const descriptor: {
3
3
  readonly contractVersion: "1.0.0";
4
4
  readonly moduleRef: "execution-runtime";
5
5
  readonly packageName: "@tomflow/proflow-execution-runtime";
6
- readonly moduleVersion: "0.1.9";
6
+ readonly moduleVersion: "0.1.11";
7
7
  readonly kind: "service";
8
8
  readonly templateVersion: "1.0.0";
9
9
  readonly platformCompatibility: ">=1.0.0 <2.0.0";
@@ -3,7 +3,7 @@ export const descriptor = {
3
3
  contractVersion: "1.0.0",
4
4
  moduleRef: "execution-runtime",
5
5
  packageName: "@tomflow/proflow-execution-runtime",
6
- moduleVersion: "0.1.9",
6
+ moduleVersion: "0.1.11",
7
7
  kind: "service",
8
8
  templateVersion: "1.0.0",
9
9
  platformCompatibility: ">=1.0.0 <2.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomflow/proflow-execution-runtime",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,14 +24,14 @@
24
24
  "SETUP.md"
25
25
  ],
26
26
  "dependencies": {
27
- "@tomflow/proflow-model-contracts": "^0.1.6",
28
- "@tomflow/proflow-module-contract": "^0.1.8",
29
- "@tomflow/proflow-execution-contracts": "^0.1.6",
30
- "@tomflow/proflow-execution-local": "^0.1.7",
31
- "@tomflow/proflow-execution-browser-extension": "^0.1.7"
27
+ "@tomflow/proflow-execution-browser-extension": "^0.1.9",
28
+ "@tomflow/proflow-execution-contracts": "^0.1.8",
29
+ "@tomflow/proflow-module-contract": "^0.1.10",
30
+ "@tomflow/proflow-execution-local": "^0.1.9",
31
+ "@tomflow/proflow-model-contracts": "^0.1.8"
32
32
  },
33
33
  "devDependencies": {
34
- "@tomflow/proflow-deployment-conformance": "^0.1.6"
34
+ "@tomflow/proflow-deployment-conformance": "^0.1.8"
35
35
  },
36
36
  "description": "Durable, policy-controlled Execution Core orchestration over SQLite and controlled executor ports.",
37
37
  "keywords": [
@@ -3,7 +3,7 @@
3
3
  "contractVersion": "1.0.0",
4
4
  "moduleRef": "execution-runtime",
5
5
  "packageName": "@tomflow/proflow-execution-runtime",
6
- "moduleVersion": "0.1.9",
6
+ "moduleVersion": "0.1.11",
7
7
  "kind": "service",
8
8
  "templateVersion": "1.0.0",
9
9
  "platformCompatibility": ">=1.0.0 <2.0.0",