@tomflow/proflow-platform-host 0.1.6 → 0.1.7
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 +7 -0
- package/SETUP.md +15 -3
- package/dist/deployment/adapter.d.ts +11 -11
- package/dist/deployment/descriptor.d.ts +1 -1
- package/dist/deployment/descriptor.js +1 -1
- package/package.json +12 -12
- package/proflow.module.json +1 -1
package/CHANGELOG.md
ADDED
package/SETUP.md
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
1
|
# @tomflow/proflow-platform-host — Module Setup
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## Goal
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Reach `setupStatus=READY` without user configuration.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Step 1 — Complete machine-owned preparation
|
|
8
|
+
|
|
9
|
+
**Type:** automatic
|
|
10
|
+
**Executable:** `platform install`
|
|
11
|
+
**What happens:** No user input is required. Local endpoints, stateRoot and credential files are deterministic. Execution/Model facts must come from producer-owned shared facts; if absent this Module reports FAILED rather than asking the user to copy them.
|
|
12
|
+
|
|
13
|
+
## Step 2 — Re-observe dependency and setup state
|
|
14
|
+
|
|
15
|
+
**Type:** automatic verification
|
|
16
|
+
**Verify:** `platform status`
|
|
17
|
+
**Success condition:** `platform-host.setupStatus=READY`.
|
|
18
|
+
|
|
19
|
+
There is no human setup action. A missing machine-owned artifact or producer-owned dependency is a `FAILED` condition to fix in the owning package/dependency; it must never be converted into a request for path/token/endpoint input.
|
|
@@ -6,7 +6,7 @@ export declare const behaviorAdapter: {
|
|
|
6
6
|
ok: true;
|
|
7
7
|
status: "SUCCEEDED";
|
|
8
8
|
moduleRef: "platform-host";
|
|
9
|
-
moduleVersion: "0.1.
|
|
9
|
+
moduleVersion: "0.1.7";
|
|
10
10
|
data: {
|
|
11
11
|
endpoint: string;
|
|
12
12
|
stateRoot: string;
|
|
@@ -24,7 +24,7 @@ export declare const behaviorAdapter: {
|
|
|
24
24
|
readonly ok: true;
|
|
25
25
|
readonly status: "SUCCEEDED";
|
|
26
26
|
readonly moduleRef: "platform-host";
|
|
27
|
-
readonly moduleVersion: "0.1.
|
|
27
|
+
readonly moduleVersion: "0.1.7";
|
|
28
28
|
};
|
|
29
29
|
observedEffects: string[];
|
|
30
30
|
}>;
|
|
@@ -34,7 +34,7 @@ export declare const behaviorAdapter: {
|
|
|
34
34
|
ok: true;
|
|
35
35
|
status: "SUCCEEDED";
|
|
36
36
|
moduleRef: "platform-host";
|
|
37
|
-
moduleVersion: "0.1.
|
|
37
|
+
moduleVersion: "0.1.7";
|
|
38
38
|
data: {
|
|
39
39
|
setupStatus: "FAILED" | "READY";
|
|
40
40
|
runtimeStatus: "RUNNING" | "STOPPED";
|
|
@@ -48,11 +48,11 @@ export declare const behaviorAdapter: {
|
|
|
48
48
|
readonly ok: true;
|
|
49
49
|
readonly status: "SUCCEEDED";
|
|
50
50
|
readonly moduleRef: "platform-host";
|
|
51
|
-
readonly moduleVersion: "0.1.
|
|
51
|
+
readonly moduleVersion: "0.1.7";
|
|
52
52
|
} | {
|
|
53
53
|
contract: "deployment.result.v1";
|
|
54
54
|
moduleRef: "platform-host";
|
|
55
|
-
moduleVersion: "0.1.
|
|
55
|
+
moduleVersion: "0.1.7";
|
|
56
56
|
ok: false;
|
|
57
57
|
status: "FAILED";
|
|
58
58
|
error: {
|
|
@@ -69,7 +69,7 @@ export declare const behaviorAdapter: {
|
|
|
69
69
|
ok: true;
|
|
70
70
|
status: "SUCCEEDED";
|
|
71
71
|
moduleRef: "platform-host";
|
|
72
|
-
moduleVersion: "0.1.
|
|
72
|
+
moduleVersion: "0.1.7";
|
|
73
73
|
data: {
|
|
74
74
|
docs: string;
|
|
75
75
|
setup: string;
|
|
@@ -83,7 +83,7 @@ export declare const behaviorAdapter: {
|
|
|
83
83
|
ok: true;
|
|
84
84
|
status: "SUCCEEDED";
|
|
85
85
|
moduleRef: "platform-host";
|
|
86
|
-
moduleVersion: "0.1.
|
|
86
|
+
moduleVersion: "0.1.7";
|
|
87
87
|
data: {
|
|
88
88
|
host: string;
|
|
89
89
|
port: number;
|
|
@@ -94,7 +94,7 @@ export declare const behaviorAdapter: {
|
|
|
94
94
|
result: {
|
|
95
95
|
contract: "deployment.result.v1";
|
|
96
96
|
moduleRef: "platform-host";
|
|
97
|
-
moduleVersion: "0.1.
|
|
97
|
+
moduleVersion: "0.1.7";
|
|
98
98
|
ok: false;
|
|
99
99
|
status: "FAILED";
|
|
100
100
|
error: {
|
|
@@ -111,7 +111,7 @@ export declare const behaviorAdapter: {
|
|
|
111
111
|
readonly ok: true;
|
|
112
112
|
readonly status: "SUCCEEDED";
|
|
113
113
|
readonly moduleRef: "platform-host";
|
|
114
|
-
readonly moduleVersion: "0.1.
|
|
114
|
+
readonly moduleVersion: "0.1.7";
|
|
115
115
|
};
|
|
116
116
|
observedEffects: string[];
|
|
117
117
|
} | {
|
|
@@ -120,11 +120,11 @@ export declare const behaviorAdapter: {
|
|
|
120
120
|
readonly ok: true;
|
|
121
121
|
readonly status: "SUCCEEDED";
|
|
122
122
|
readonly moduleRef: "platform-host";
|
|
123
|
-
readonly moduleVersion: "0.1.
|
|
123
|
+
readonly moduleVersion: "0.1.7";
|
|
124
124
|
} | {
|
|
125
125
|
contract: "deployment.result.v1";
|
|
126
126
|
moduleRef: "platform-host";
|
|
127
|
-
moduleVersion: "0.1.
|
|
127
|
+
moduleVersion: "0.1.7";
|
|
128
128
|
ok: false;
|
|
129
129
|
status: "FAILED";
|
|
130
130
|
error: {
|
|
@@ -3,7 +3,7 @@ export declare const descriptor: {
|
|
|
3
3
|
readonly contractVersion: "1.0.0";
|
|
4
4
|
readonly moduleRef: "platform-host";
|
|
5
5
|
readonly packageName: "@tomflow/proflow-platform-host";
|
|
6
|
-
readonly moduleVersion: "0.1.
|
|
6
|
+
readonly moduleVersion: "0.1.7";
|
|
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: "platform-host",
|
|
5
5
|
packageName: "@tomflow/proflow-platform-host",
|
|
6
|
-
moduleVersion: "0.1.
|
|
6
|
+
moduleVersion: "0.1.7",
|
|
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-platform-host",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"zod": "4.1.12",
|
|
27
|
-
"@tomflow/proflow-agent-runtime": "^0.1.
|
|
28
|
-
"@tomflow/proflow-
|
|
29
|
-
"@tomflow/proflow-
|
|
30
|
-
"@tomflow/proflow-
|
|
31
|
-
"@tomflow/proflow-task-
|
|
32
|
-
"@tomflow/proflow-
|
|
33
|
-
"@tomflow/proflow-
|
|
27
|
+
"@tomflow/proflow-agent-runtime": "^0.1.5",
|
|
28
|
+
"@tomflow/proflow-module-contract": "^0.1.5",
|
|
29
|
+
"@tomflow/proflow-execution-browser-extension": "^0.1.6",
|
|
30
|
+
"@tomflow/proflow-task-migration-runner": "^0.1.5",
|
|
31
|
+
"@tomflow/proflow-task-store-sqlite": "^0.1.5",
|
|
32
|
+
"@tomflow/proflow-task-orchestration": "^0.1.4",
|
|
33
|
+
"@tomflow/proflow-execution-contracts": "^0.1.5"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@tomflow/proflow-
|
|
37
|
-
"@tomflow/proflow-deployment-conformance": "^0.1.
|
|
38
|
-
"@tomflow/proflow-
|
|
39
|
-
"@tomflow/proflow-model-runtime": "^0.1.
|
|
36
|
+
"@tomflow/proflow-execution-runtime": "^0.1.8",
|
|
37
|
+
"@tomflow/proflow-deployment-conformance": "^0.1.5",
|
|
38
|
+
"@tomflow/proflow-agent-gateway": "^0.1.7",
|
|
39
|
+
"@tomflow/proflow-model-runtime": "^0.1.8"
|
|
40
40
|
},
|
|
41
41
|
"description": "Provides the ProFlow local application composition root that binds Task, Agent, Execution and Model owner transports.",
|
|
42
42
|
"keywords": [
|
package/proflow.module.json
CHANGED