@yansirplus/cli 0.5.18 → 0.5.20
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/agent-catalog/agentOS/SKILL.md +2 -2
- package/agent-catalog/agentOS/references/package-map.md +57 -56
- package/agent-catalog/agentOS/references/provenance.json +27 -27
- package/agent-catalog/agentOS/references/public-api/client.md +2 -0
- package/agent-catalog/agentOS/references/public-api/core.md +90 -0
- package/agent-catalog/agentOS/references/public-api/runtime.md +49 -0
- package/dist/build/agent-authoring/static-target.js +120 -22
- package/dist/build/build-cli.js +15 -0
- package/dist/consumer-overlay.mjs +545 -66
- package/dist/main.mjs +90 -33
- package/dist/release-status.mjs +515 -0
- package/package.json +4 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agentOS
|
|
3
|
-
description: Generated installed catalog for agentOS 0.5.
|
|
3
|
+
description: Generated installed catalog for agentOS 0.5.20 public packages, API intent, agent navigation, invariants, errors, and provenance.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# agentOS
|
|
7
7
|
|
|
8
|
-
This catalog is generated for `@yansirplus/cli` 0.5.
|
|
8
|
+
This catalog is generated for `@yansirplus/cli` 0.5.20. Treat files under `references/` as installed-version facts; do not infer future API from chat context, archived CST events, or source checkouts.
|
|
9
9
|
|
|
10
10
|
## Routes
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# agentOS Package Map
|
|
2
2
|
|
|
3
|
-
Release version: `0.5.
|
|
3
|
+
Release version: `0.5.20`
|
|
4
4
|
Published scope: `@yansirplus`
|
|
5
5
|
|
|
6
6
|
## Packages
|
|
@@ -15,58 +15,59 @@ Published scope: `@yansirplus`
|
|
|
15
15
|
|
|
16
16
|
## Entrypoints
|
|
17
17
|
|
|
18
|
-
| Import | Audience | Capability
|
|
19
|
-
| ----------------------------------------------------- | ------------------------------ |
|
|
20
|
-
| `@yansirplus/cli` | default-direct | developer CLI command package
|
|
21
|
-
| `@yansirplus/client` | default-direct | transport-neutral client store
|
|
22
|
-
| `@yansirplus/client/react` | default-direct | React client adapter
|
|
23
|
-
| `@yansirplus/client/svelte` | default-direct, generated-only | Svelte client adapter
|
|
24
|
-
| `@yansirplus/client/workspace-agent` | generated-only | generated workspace agent client
|
|
25
|
-
| `@yansirplus/core` | advanced | neutral substrate algebra and brands
|
|
26
|
-
| `@yansirplus/core/abort` | advanced | abort vocabulary
|
|
27
|
-
| `@yansirplus/core/agent-schema` | advanced | agent schema authoring algebra
|
|
28
|
-
| `@yansirplus/core/authored-value` | advanced | authored value ownership
|
|
29
|
-
| `@yansirplus/core/backend-protocol` | advanced | backend protocol DTOs
|
|
30
|
-
| `@yansirplus/core/backend-protocol/reference` | advanced | backend protocol reference helpers
|
|
31
|
-
| `@yansirplus/core/boundary-contract` | advanced | boundary contract declarations
|
|
32
|
-
| `@yansirplus/core/carrier` | advanced | carrier algebra
|
|
33
|
-
| `@yansirplus/core/context` | advanced | context value helpers
|
|
34
|
-
| `@yansirplus/core/effect-claim` | advanced | effect claim vocabulary
|
|
35
|
-
| `@yansirplus/core/errors` | advanced | shared error classes
|
|
36
|
-
| `@yansirplus/core/extensions` | advanced | extension declarations
|
|
37
|
-
| `@yansirplus/core/live-edge` | advanced | live edge protocol
|
|
38
|
-
| `@yansirplus/core/llm-protocol` | advanced | LLM protocol DTOs
|
|
39
|
-
| `@yansirplus/core/material-ref` | advanced | material refs
|
|
40
|
-
| `@yansirplus/core/projection` | advanced | projection algebra
|
|
41
|
-
| `@yansirplus/core/quota` | advanced | quota declarations
|
|
42
|
-
| `@yansirplus/core/recorded-value` | advanced | recorded value algebra
|
|
43
|
-
| `@yansirplus/core/ref-resolver` | advanced | material ref resolution
|
|
44
|
-
| `@yansirplus/core/runtime-protocol` | generated-only | runtime DTOs emitted by generated targets
|
|
45
|
-
| `@yansirplus/core/runtime-scope` | advanced | runtime scope helpers
|
|
46
|
-
| `@yansirplus/core/settlement-contract` | advanced | settlement contract algebra
|
|
47
|
-
| `@yansirplus/core/telemetry-protocol` | advanced | telemetry protocol DTOs
|
|
48
|
-
| `@yansirplus/core/tools` | generated-only | tool definitions emitted by generated targets
|
|
49
|
-
| `@yansirplus/core/types` | advanced | shared type helpers
|
|
50
|
-
| `@yansirplus/core/workspace-agent` | advanced | workspace agent command/projection vocabulary
|
|
51
|
-
| `@yansirplus/evals` | default-direct | generated app eval authoring DSL
|
|
52
|
-
| `@yansirplus/runtime` | advanced | backend-neutral runtime service algebra
|
|
53
|
-
| `@yansirplus/runtime/admission` | advanced | admission service contract
|
|
54
|
-
| `@yansirplus/runtime/ag-ui` | advanced | AG-UI wire projection
|
|
55
|
-
| `@yansirplus/runtime/cloudflare` | generated-only, advanced | Cloudflare Durable Object runtime adapter
|
|
56
|
-
| `@yansirplus/runtime/cloudflare/do-rpc` | advanced | Cloudflare DO RPC bridge
|
|
57
|
-
| `@yansirplus/runtime/cloudflare/ops-api` | advanced | Cloudflare ops API bridge
|
|
58
|
-
| `@yansirplus/runtime/capability` | generated-only, advanced | capability contract declarations and install graph resolver
|
|
59
|
-
| `@yansirplus/runtime/channel` | generated-only, advanced | pure verified inbound channel contract for generated targets
|
|
60
|
-
| `@yansirplus/runtime/
|
|
61
|
-
| `@yansirplus/runtime/
|
|
62
|
-
| `@yansirplus/runtime/
|
|
63
|
-
| `@yansirplus/runtime/
|
|
64
|
-
| `@yansirplus/runtime/llm-effect-ai
|
|
65
|
-
| `@yansirplus/runtime/llm-effect-ai/
|
|
66
|
-
| `@yansirplus/runtime/
|
|
67
|
-
| `@yansirplus/runtime/
|
|
68
|
-
| `@yansirplus/runtime/
|
|
69
|
-
| `@yansirplus/runtime/
|
|
70
|
-
| `@yansirplus/runtime/
|
|
71
|
-
| `@yansirplus/runtime/
|
|
72
|
-
| `@yansirplus/runtime/workspace-
|
|
18
|
+
| Import | Audience | Capability | Owner |
|
|
19
|
+
| ----------------------------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------ | --------------------- |
|
|
20
|
+
| `@yansirplus/cli` | default-direct | developer CLI command package | `@yansirplus/cli` |
|
|
21
|
+
| `@yansirplus/client` | default-direct | transport-neutral client store | `@yansirplus/client` |
|
|
22
|
+
| `@yansirplus/client/react` | default-direct | React client adapter | `@yansirplus/client` |
|
|
23
|
+
| `@yansirplus/client/svelte` | default-direct, generated-only | Svelte client adapter | `@yansirplus/client` |
|
|
24
|
+
| `@yansirplus/client/workspace-agent` | generated-only | generated workspace agent client | `@yansirplus/client` |
|
|
25
|
+
| `@yansirplus/core` | advanced | neutral substrate algebra and brands | `@yansirplus/core` |
|
|
26
|
+
| `@yansirplus/core/abort` | advanced | abort vocabulary | `@yansirplus/core` |
|
|
27
|
+
| `@yansirplus/core/agent-schema` | advanced | agent schema authoring algebra | `@yansirplus/core` |
|
|
28
|
+
| `@yansirplus/core/authored-value` | advanced | authored value ownership | `@yansirplus/core` |
|
|
29
|
+
| `@yansirplus/core/backend-protocol` | advanced | backend protocol DTOs | `@yansirplus/core` |
|
|
30
|
+
| `@yansirplus/core/backend-protocol/reference` | advanced | backend protocol reference helpers | `@yansirplus/core` |
|
|
31
|
+
| `@yansirplus/core/boundary-contract` | advanced | boundary contract declarations | `@yansirplus/core` |
|
|
32
|
+
| `@yansirplus/core/carrier` | advanced | carrier algebra | `@yansirplus/core` |
|
|
33
|
+
| `@yansirplus/core/context` | advanced | context value helpers | `@yansirplus/core` |
|
|
34
|
+
| `@yansirplus/core/effect-claim` | advanced | effect claim vocabulary | `@yansirplus/core` |
|
|
35
|
+
| `@yansirplus/core/errors` | advanced | shared error classes | `@yansirplus/core` |
|
|
36
|
+
| `@yansirplus/core/extensions` | advanced | extension declarations | `@yansirplus/core` |
|
|
37
|
+
| `@yansirplus/core/live-edge` | advanced | live edge protocol | `@yansirplus/core` |
|
|
38
|
+
| `@yansirplus/core/llm-protocol` | advanced | LLM protocol DTOs | `@yansirplus/core` |
|
|
39
|
+
| `@yansirplus/core/material-ref` | advanced | material refs | `@yansirplus/core` |
|
|
40
|
+
| `@yansirplus/core/projection` | advanced | projection algebra | `@yansirplus/core` |
|
|
41
|
+
| `@yansirplus/core/quota` | advanced | quota declarations | `@yansirplus/core` |
|
|
42
|
+
| `@yansirplus/core/recorded-value` | advanced | recorded value algebra | `@yansirplus/core` |
|
|
43
|
+
| `@yansirplus/core/ref-resolver` | advanced | material ref resolution | `@yansirplus/core` |
|
|
44
|
+
| `@yansirplus/core/runtime-protocol` | generated-only | runtime DTOs emitted by generated targets | `@yansirplus/core` |
|
|
45
|
+
| `@yansirplus/core/runtime-scope` | advanced | runtime scope helpers | `@yansirplus/core` |
|
|
46
|
+
| `@yansirplus/core/settlement-contract` | advanced | settlement contract algebra | `@yansirplus/core` |
|
|
47
|
+
| `@yansirplus/core/telemetry-protocol` | advanced | telemetry protocol DTOs | `@yansirplus/core` |
|
|
48
|
+
| `@yansirplus/core/tools` | generated-only | tool definitions emitted by generated targets | `@yansirplus/core` |
|
|
49
|
+
| `@yansirplus/core/types` | advanced | shared type helpers | `@yansirplus/core` |
|
|
50
|
+
| `@yansirplus/core/workspace-agent` | advanced | workspace agent command/projection vocabulary | `@yansirplus/core` |
|
|
51
|
+
| `@yansirplus/evals` | default-direct | generated app eval authoring DSL | `@yansirplus/evals` |
|
|
52
|
+
| `@yansirplus/runtime` | advanced | backend-neutral runtime service algebra | `@yansirplus/runtime` |
|
|
53
|
+
| `@yansirplus/runtime/admission` | advanced | admission service contract | `@yansirplus/runtime` |
|
|
54
|
+
| `@yansirplus/runtime/ag-ui` | advanced | AG-UI wire projection | `@yansirplus/runtime` |
|
|
55
|
+
| `@yansirplus/runtime/cloudflare` | generated-only, advanced | Cloudflare Durable Object runtime adapter | `@yansirplus/runtime` |
|
|
56
|
+
| `@yansirplus/runtime/cloudflare/do-rpc` | advanced | Cloudflare DO RPC bridge | `@yansirplus/runtime` |
|
|
57
|
+
| `@yansirplus/runtime/cloudflare/ops-api` | advanced | Cloudflare ops API bridge | `@yansirplus/runtime` |
|
|
58
|
+
| `@yansirplus/runtime/capability` | generated-only, advanced | capability contract declarations and install graph resolver | `@yansirplus/runtime` |
|
|
59
|
+
| `@yansirplus/runtime/channel` | generated-only, advanced | pure verified inbound channel contract for generated targets | `@yansirplus/runtime` |
|
|
60
|
+
| `@yansirplus/runtime/external-effect` | advanced | vocabulary-neutral idempotent external-effect attempt runner | `@yansirplus/runtime` |
|
|
61
|
+
| `@yansirplus/runtime/schedule` | generated-only, advanced | pure UTC time ingress contract and schedule fire history projection for generated targets | `@yansirplus/runtime` |
|
|
62
|
+
| `@yansirplus/runtime/in-memory` | advanced | in-memory runtime adapter | `@yansirplus/runtime` |
|
|
63
|
+
| `@yansirplus/runtime/local` | generated-only, advanced | local node workspace runtime lowerer and dev/test facade | `@yansirplus/runtime` |
|
|
64
|
+
| `@yansirplus/runtime/llm-effect-ai` | advanced | provider-neutral Effect AI LLM transport adapter | `@yansirplus/runtime` |
|
|
65
|
+
| `@yansirplus/runtime/llm-effect-ai/openai-compatible` | generated-only, advanced | OpenAI-compatible chat-completions transport adapter | `@yansirplus/runtime` |
|
|
66
|
+
| `@yansirplus/runtime/llm-effect-ai/anthropic` | advanced | Anthropic Effect AI provider adapter | `@yansirplus/runtime` |
|
|
67
|
+
| `@yansirplus/runtime/node` | advanced | Node runtime adapter | `@yansirplus/runtime` |
|
|
68
|
+
| `@yansirplus/runtime/run-projector` | generated-only, advanced | runtime run projection helpers | `@yansirplus/runtime` |
|
|
69
|
+
| `@yansirplus/runtime/sse-http` | generated-only, advanced | SSE HTTP helpers | `@yansirplus/runtime` |
|
|
70
|
+
| `@yansirplus/runtime/telemetry-otlp` | advanced | OTLP telemetry projection | `@yansirplus/runtime` |
|
|
71
|
+
| `@yansirplus/runtime/testing` | advanced | deterministic in-memory WorkspaceEnv fixture and external-effect conformance report helper | `@yansirplus/runtime` |
|
|
72
|
+
| `@yansirplus/runtime/workspace-agent` | generated-only | generated workspace agent host types | `@yansirplus/runtime` |
|
|
73
|
+
| `@yansirplus/runtime/workspace-binding` | generated-only | generated workspace tool binding | `@yansirplus/runtime` |
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"package": {
|
|
10
10
|
"sourcePackage": "@agent-os/cli",
|
|
11
11
|
"publicPackage": "@yansirplus/cli",
|
|
12
|
-
"version": "0.5.
|
|
12
|
+
"version": "0.5.20",
|
|
13
13
|
"publicScope": "@yansirplus",
|
|
14
14
|
"catalogRoot": "agent-catalog/agentOS"
|
|
15
15
|
},
|
|
@@ -115,23 +115,23 @@
|
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"path": "docs/api/client.md",
|
|
118
|
-
"sha256": "
|
|
119
|
-
"byteSize":
|
|
118
|
+
"sha256": "9d206ed56926e164a48569f2f36ea05dca272df458b26e400bfb47460ee144df",
|
|
119
|
+
"byteSize": 3350
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"path": "docs/api/core.md",
|
|
123
|
-
"sha256": "
|
|
124
|
-
"byteSize":
|
|
123
|
+
"sha256": "e9435b92638ec068faac3e380bed907161dc365c69c487ff8bcc9bd5d971b8f1",
|
|
124
|
+
"byteSize": 69795
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"path": "docs/api/runtime.md",
|
|
128
|
-
"sha256": "
|
|
129
|
-
"byteSize":
|
|
128
|
+
"sha256": "e24656ecdd2ae5b99a36cbeb85cd5e65e84ee0880ede55a46afa3311ec7b30bd",
|
|
129
|
+
"byteSize": 31356
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"path": "docs/runtime-packages.md",
|
|
133
|
-
"sha256": "
|
|
134
|
-
"byteSize":
|
|
133
|
+
"sha256": "bd484dfea39f75fa97e2773e2ccec203163959261842516fb88cd13287bd708d",
|
|
134
|
+
"byteSize": 29411
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
137
|
"path": "docs/start-here.md",
|
|
@@ -140,38 +140,38 @@
|
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
"path": "docs/surface.json",
|
|
143
|
-
"sha256": "
|
|
144
|
-
"byteSize":
|
|
143
|
+
"sha256": "83e13dee91fd2500ae3fa7b329f75061ec9789db92cff37184ffff6f9e7c2c9b",
|
|
144
|
+
"byteSize": 18787
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
"path": "package.json",
|
|
148
|
-
"sha256": "
|
|
148
|
+
"sha256": "7602f432f07aa72589a6700f26c491d50329094f6fd9770bc709827d344ad978",
|
|
149
149
|
"byteSize": 5045
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"path": "packages/cli/package.json",
|
|
153
|
-
"sha256": "
|
|
153
|
+
"sha256": "19cdc2e6c3f13e24d6fe89b16af99aca6874aac7d31d2793d2e5e5b2ae5279fc",
|
|
154
154
|
"byteSize": 691
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
"path": "packages/client/package.json",
|
|
158
|
-
"sha256": "
|
|
158
|
+
"sha256": "a6670af7b93bb94056c0a7a197c163a95f5c6a19f8daabb946f90e1efa7e37e5",
|
|
159
159
|
"byteSize": 1246
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"path": "packages/core/package.json",
|
|
163
|
-
"sha256": "
|
|
163
|
+
"sha256": "34367092b56381ca66738c7cd30d8e1adfa4ccc157fad1bc688aa4b15e5982a3",
|
|
164
164
|
"byteSize": 3570
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"path": "packages/evals/package.json",
|
|
168
|
-
"sha256": "
|
|
168
|
+
"sha256": "fd6521f1780f51af6f7d1c48df2b3274a092b3d46787775b0089ee2e45948723",
|
|
169
169
|
"byteSize": 532
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"path": "packages/runtime/package.json",
|
|
173
|
-
"sha256": "
|
|
174
|
-
"byteSize":
|
|
173
|
+
"sha256": "0802aae1fdb5e02f8f893fee7841b9a87eb97c86ad1577aa657648121dd4c30b",
|
|
174
|
+
"byteSize": 4008
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"path": "tooling/docs-site/package.json",
|
|
@@ -182,28 +182,28 @@
|
|
|
182
182
|
"outputFiles": [
|
|
183
183
|
{
|
|
184
184
|
"path": "agent-catalog/agentOS/SKILL.md",
|
|
185
|
-
"sha256": "
|
|
185
|
+
"sha256": "4969cd3ac708ef73aff1d0ce75d61bd89cbe03179f0b947e5d7540c19388548c",
|
|
186
186
|
"byteSize": 1048
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
"path": "agent-catalog/agentOS/references/package-map.md",
|
|
190
|
-
"sha256": "
|
|
191
|
-
"byteSize":
|
|
190
|
+
"sha256": "5e59a7b83caaf33b6214e0c5d776ecc3a7bc4306bc4ce8399052ecc3e16d260e",
|
|
191
|
+
"byteSize": 14055
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
"path": "agent-catalog/agentOS/references/public-api/core.md",
|
|
195
|
-
"sha256": "
|
|
196
|
-
"byteSize":
|
|
195
|
+
"sha256": "2caebc8ef86189ff0cea096221dfb14bfbcdb9ee507fc186af60c192eb872826",
|
|
196
|
+
"byteSize": 69797
|
|
197
197
|
},
|
|
198
198
|
{
|
|
199
199
|
"path": "agent-catalog/agentOS/references/public-api/runtime.md",
|
|
200
|
-
"sha256": "
|
|
201
|
-
"byteSize":
|
|
200
|
+
"sha256": "447552c27308476057d2a609bbaf5592e9b64558e795a0ff63e69c14a818b033",
|
|
201
|
+
"byteSize": 31358
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"path": "agent-catalog/agentOS/references/public-api/client.md",
|
|
205
|
-
"sha256": "
|
|
206
|
-
"byteSize":
|
|
205
|
+
"sha256": "cd5b84b526ed085c4a4775e59fbadc1811fb4ee447d4edf272f4ef52eac02ec5",
|
|
206
|
+
"byteSize": 3352
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"path": "agent-catalog/agentOS/references/public-api/cli.md",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- `.:AgentClientInputRequestSnapshot`
|
|
12
12
|
- `.:AgentClientListener`
|
|
13
13
|
- `.:AgentClientRpcInvoker`
|
|
14
|
+
- `.:AgentClientRunInspectionSnapshot`
|
|
14
15
|
- `.:AgentClientRunSnapshot`
|
|
15
16
|
- `.:AgentClientRunStatus`
|
|
16
17
|
- `.:AgentClientSelector`
|
|
@@ -28,6 +29,7 @@
|
|
|
28
29
|
- `.:createInitialAgentClientSnapshot`
|
|
29
30
|
- `.:isCurrentContinuationRef`
|
|
30
31
|
- `.:isCurrentInputRequestRef`
|
|
32
|
+
- `.:projectAgentClientRunInspection`
|
|
31
33
|
- `.:selectAgentClientSnapshot`
|
|
32
34
|
- `./react:AgentClientSelector`
|
|
33
35
|
- `./react:AgentClientStore`
|
|
@@ -635,9 +635,15 @@
|
|
|
635
635
|
- `.:ResourceState`
|
|
636
636
|
- `.:ResourceTerminalPayloadSchema`
|
|
637
637
|
- `.:RunInterruption`
|
|
638
|
+
- `.:RunCancellationStatus`
|
|
639
|
+
- `.:RunInspection`
|
|
640
|
+
- `.:RunInspectionDiagnostic`
|
|
641
|
+
- `.:RunLastKnownEvent`
|
|
638
642
|
- `.:RunListPage`
|
|
639
643
|
- `.:RunListSpec`
|
|
644
|
+
- `.:RunProductLink`
|
|
640
645
|
- `.:runProjectionSink`
|
|
646
|
+
- `.:RunRequestStatus`
|
|
641
647
|
- `.:RunResume`
|
|
642
648
|
- `.:RunStatus`
|
|
643
649
|
- `.:RunStatusKind`
|
|
@@ -1691,8 +1697,14 @@
|
|
|
1691
1697
|
- `./types:ResourceReserveSpec`
|
|
1692
1698
|
- `./types:ResourceState`
|
|
1693
1699
|
- `./types:RunInterruption`
|
|
1700
|
+
- `./types:RunCancellationStatus`
|
|
1701
|
+
- `./types:RunInspection`
|
|
1702
|
+
- `./types:RunInspectionDiagnostic`
|
|
1703
|
+
- `./types:RunLastKnownEvent`
|
|
1694
1704
|
- `./types:RunListPage`
|
|
1695
1705
|
- `./types:RunListSpec`
|
|
1706
|
+
- `./types:RunProductLink`
|
|
1707
|
+
- `./types:RunRequestStatus`
|
|
1696
1708
|
- `./types:RunResume`
|
|
1697
1709
|
- `./types:RunStatus`
|
|
1698
1710
|
- `./types:RunStatusKind`
|
|
@@ -1740,6 +1752,9 @@
|
|
|
1740
1752
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_EVENT`
|
|
1741
1753
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_FAILURE_REASON`
|
|
1742
1754
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_PROJECTION_VERSION`
|
|
1755
|
+
- `./runtime-protocol:DYNAMIC_CAPABILITY_PHASE_POLICY_ACCESS`
|
|
1756
|
+
- `./runtime-protocol:DYNAMIC_CAPABILITY_PHASE_POLICY_DENIED_REASON`
|
|
1757
|
+
- `./runtime-protocol:DYNAMIC_CAPABILITY_PHASE_POLICY_SOURCE`
|
|
1743
1758
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_RESOLVER_STATUS`
|
|
1744
1759
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_SLOT`
|
|
1745
1760
|
- `./runtime-protocol:DYNAMIC_CAPABILITY_VISIBILITY`
|
|
@@ -1753,7 +1768,12 @@
|
|
|
1753
1768
|
- `./runtime-protocol:DynamicCapabilityFailureReason`
|
|
1754
1769
|
- `./runtime-protocol:DynamicCapabilityInstructionProjectionEntry`
|
|
1755
1770
|
- `./runtime-protocol:DynamicCapabilityMergeIssue`
|
|
1771
|
+
- `./runtime-protocol:DynamicCapabilityPhasePolicy`
|
|
1772
|
+
- `./runtime-protocol:DynamicCapabilityPhasePolicyAccess`
|
|
1773
|
+
- `./runtime-protocol:DynamicCapabilityPhasePolicyDeniedDiagnostic`
|
|
1774
|
+
- `./runtime-protocol:DynamicCapabilityPhasePolicyTool`
|
|
1756
1775
|
- `./runtime-protocol:DynamicCapabilityProjection`
|
|
1776
|
+
- `./runtime-protocol:DynamicCapabilityProjectionDiagnostic`
|
|
1757
1777
|
- `./runtime-protocol:DynamicCapabilityProjectionEntry`
|
|
1758
1778
|
- `./runtime-protocol:DynamicCapabilityProjectionMergeResult`
|
|
1759
1779
|
- `./runtime-protocol:DynamicCapabilityProjectionVersion`
|
|
@@ -1763,16 +1783,50 @@
|
|
|
1763
1783
|
- `./runtime-protocol:DynamicCapabilityResolverResultIssue`
|
|
1764
1784
|
- `./runtime-protocol:DynamicCapabilityResolverResultParseResult`
|
|
1765
1785
|
- `./runtime-protocol:DynamicCapabilityResolverStatus`
|
|
1786
|
+
- `./runtime-protocol:DynamicCapabilityRunInput`
|
|
1766
1787
|
- `./runtime-protocol:DynamicCapabilitySlot`
|
|
1767
1788
|
- `./runtime-protocol:DynamicCapabilitySlotSelection`
|
|
1768
1789
|
- `./runtime-protocol:DynamicCapabilityVisibilityDecision`
|
|
1790
|
+
- `./runtime-protocol:IngressDeliveryAcceptedPayload`
|
|
1791
|
+
- `./runtime-protocol:IngressDeliveryAcceptedPayloadSchema`
|
|
1792
|
+
- `./runtime-protocol:IngressDeliveryAttemptPlan`
|
|
1793
|
+
- `./runtime-protocol:IngressDeliveryFailedPayload`
|
|
1794
|
+
- `./runtime-protocol:IngressDeliveryFailedPayloadSchema`
|
|
1795
|
+
- `./runtime-protocol:IngressDeliveryHistoryProjection`
|
|
1796
|
+
- `./runtime-protocol:IngressDeliveryHistorySpec`
|
|
1797
|
+
- `./runtime-protocol:IngressDeliveryKind`
|
|
1798
|
+
- `./runtime-protocol:IngressDeliveryPlan`
|
|
1799
|
+
- `./runtime-protocol:IngressDeliveryPrincipalPayload`
|
|
1800
|
+
- `./runtime-protocol:IngressDeliveryPrincipalPayloadSchema`
|
|
1801
|
+
- `./runtime-protocol:IngressDeliveryProjection`
|
|
1802
|
+
- `./runtime-protocol:IngressDeliveryReceiptPayload`
|
|
1803
|
+
- `./runtime-protocol:IngressDeliveryReceiptPayloadSchema`
|
|
1804
|
+
- `./runtime-protocol:IngressDeliveryReplayPlan`
|
|
1805
|
+
- `./runtime-protocol:IngressDeliveryRequestedPayload`
|
|
1806
|
+
- `./runtime-protocol:IngressDeliveryRequestedPayloadSchema`
|
|
1807
|
+
- `./runtime-protocol:IngressDeliveryRetryPolicyPayload`
|
|
1808
|
+
- `./runtime-protocol:IngressDeliveryRetryPolicyPayloadSchema`
|
|
1809
|
+
- `./runtime-protocol:IngressDeliverySlotPayload`
|
|
1810
|
+
- `./runtime-protocol:IngressDeliverySlotPayloadSchema`
|
|
1811
|
+
- `./runtime-protocol:IngressDeliveryStatus`
|
|
1812
|
+
- `./runtime-protocol:RuntimeEventIdentitySpec`
|
|
1769
1813
|
- `./runtime-protocol:SubmitInstructionFragment`
|
|
1770
1814
|
- `./runtime-protocol:dynamicCapabilitySlotsForEvent`
|
|
1815
|
+
- `./runtime-protocol:ingressDeliveryAcceptedEvent`
|
|
1816
|
+
- `./runtime-protocol:ingressDeliveryFailedEvent`
|
|
1817
|
+
- `./runtime-protocol:ingressDeliveryLedgerReceipt`
|
|
1818
|
+
- `./runtime-protocol:ingressDeliveryRequestedEvent`
|
|
1819
|
+
- `./runtime-protocol:lowerDynamicCapabilityPhasePolicy`
|
|
1771
1820
|
- `./runtime-protocol:mergeDynamicCapabilityProjection`
|
|
1772
1821
|
- `./runtime-protocol:parseDynamicCapabilityResolverResult`
|
|
1822
|
+
- `./runtime-protocol:planIngressDelivery`
|
|
1823
|
+
- `./runtime-protocol:projectIngressDeliveryHistory`
|
|
1773
1824
|
- `.:DYNAMIC_CAPABILITY_EVENT`
|
|
1774
1825
|
- `.:DYNAMIC_CAPABILITY_FAILURE_REASON`
|
|
1775
1826
|
- `.:DYNAMIC_CAPABILITY_PROJECTION_VERSION`
|
|
1827
|
+
- `.:DYNAMIC_CAPABILITY_PHASE_POLICY_ACCESS`
|
|
1828
|
+
- `.:DYNAMIC_CAPABILITY_PHASE_POLICY_DENIED_REASON`
|
|
1829
|
+
- `.:DYNAMIC_CAPABILITY_PHASE_POLICY_SOURCE`
|
|
1776
1830
|
- `.:DYNAMIC_CAPABILITY_RESOLVER_STATUS`
|
|
1777
1831
|
- `.:DYNAMIC_CAPABILITY_SLOT`
|
|
1778
1832
|
- `.:DYNAMIC_CAPABILITY_VISIBILITY`
|
|
@@ -1786,7 +1840,12 @@
|
|
|
1786
1840
|
- `.:DynamicCapabilityFailureReason`
|
|
1787
1841
|
- `.:DynamicCapabilityInstructionProjectionEntry`
|
|
1788
1842
|
- `.:DynamicCapabilityMergeIssue`
|
|
1843
|
+
- `.:DynamicCapabilityPhasePolicy`
|
|
1844
|
+
- `.:DynamicCapabilityPhasePolicyAccess`
|
|
1845
|
+
- `.:DynamicCapabilityPhasePolicyDeniedDiagnostic`
|
|
1846
|
+
- `.:DynamicCapabilityPhasePolicyTool`
|
|
1789
1847
|
- `.:DynamicCapabilityProjection`
|
|
1848
|
+
- `.:DynamicCapabilityProjectionDiagnostic`
|
|
1790
1849
|
- `.:DynamicCapabilityProjectionEntry`
|
|
1791
1850
|
- `.:DynamicCapabilityProjectionMergeResult`
|
|
1792
1851
|
- `.:DynamicCapabilityProjectionVersion`
|
|
@@ -1796,13 +1855,44 @@
|
|
|
1796
1855
|
- `.:DynamicCapabilityResolverResultIssue`
|
|
1797
1856
|
- `.:DynamicCapabilityResolverResultParseResult`
|
|
1798
1857
|
- `.:DynamicCapabilityResolverStatus`
|
|
1858
|
+
- `.:DynamicCapabilityRunInput`
|
|
1799
1859
|
- `.:DynamicCapabilitySlot`
|
|
1800
1860
|
- `.:DynamicCapabilitySlotSelection`
|
|
1801
1861
|
- `.:DynamicCapabilityVisibilityDecision`
|
|
1862
|
+
- `.:IngressDeliveryAcceptedPayload`
|
|
1863
|
+
- `.:IngressDeliveryAcceptedPayloadSchema`
|
|
1864
|
+
- `.:IngressDeliveryAttemptPlan`
|
|
1865
|
+
- `.:IngressDeliveryFailedPayload`
|
|
1866
|
+
- `.:IngressDeliveryFailedPayloadSchema`
|
|
1867
|
+
- `.:IngressDeliveryHistoryProjection`
|
|
1868
|
+
- `.:IngressDeliveryHistorySpec`
|
|
1869
|
+
- `.:IngressDeliveryKind`
|
|
1870
|
+
- `.:IngressDeliveryPlan`
|
|
1871
|
+
- `.:IngressDeliveryPrincipalPayload`
|
|
1872
|
+
- `.:IngressDeliveryPrincipalPayloadSchema`
|
|
1873
|
+
- `.:IngressDeliveryProjection`
|
|
1874
|
+
- `.:IngressDeliveryReceiptPayload`
|
|
1875
|
+
- `.:IngressDeliveryReceiptPayloadSchema`
|
|
1876
|
+
- `.:IngressDeliveryReplayPlan`
|
|
1877
|
+
- `.:IngressDeliveryRequestedPayload`
|
|
1878
|
+
- `.:IngressDeliveryRequestedPayloadSchema`
|
|
1879
|
+
- `.:IngressDeliveryRetryPolicyPayload`
|
|
1880
|
+
- `.:IngressDeliveryRetryPolicyPayloadSchema`
|
|
1881
|
+
- `.:IngressDeliverySlotPayload`
|
|
1882
|
+
- `.:IngressDeliverySlotPayloadSchema`
|
|
1883
|
+
- `.:IngressDeliveryStatus`
|
|
1884
|
+
- `.:RuntimeEventIdentitySpec`
|
|
1802
1885
|
- `.:SubmitInstructionFragment`
|
|
1803
1886
|
- `.:dynamicCapabilitySlotsForEvent`
|
|
1887
|
+
- `.:ingressDeliveryAcceptedEvent`
|
|
1888
|
+
- `.:ingressDeliveryFailedEvent`
|
|
1889
|
+
- `.:ingressDeliveryLedgerReceipt`
|
|
1890
|
+
- `.:ingressDeliveryRequestedEvent`
|
|
1891
|
+
- `.:lowerDynamicCapabilityPhasePolicy`
|
|
1804
1892
|
- `.:mergeDynamicCapabilityProjection`
|
|
1805
1893
|
- `.:parseDynamicCapabilityResolverResult`
|
|
1894
|
+
- `.:planIngressDelivery`
|
|
1895
|
+
- `.:projectIngressDeliveryHistory`
|
|
1806
1896
|
|
|
1807
1897
|
## Experimental exports
|
|
1808
1898
|
|
|
@@ -18,6 +18,29 @@ terminal runtime status, tool events, diagnostics, and evidence correlation.
|
|
|
18
18
|
Product applications own product control-plane facts such as Change, Candidate,
|
|
19
19
|
Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
20
20
|
|
|
21
|
+
## External Effect Boundary
|
|
22
|
+
|
|
23
|
+
`./external-effect` is the public vocabulary-neutral runner for one
|
|
24
|
+
idempotent external-effect attempt. It owns only the orchestration join between
|
|
25
|
+
"no existing attempt" and "found existing attempt" over caller-owned `Event`,
|
|
26
|
+
`Request`, `Projection`, and `AttemptKey` types.
|
|
27
|
+
|
|
28
|
+
`defineExternalEffectAttempt` is only a type-fixing helper over the same
|
|
29
|
+
runner. It lets callers bind their `Spec`, `Event`, `Projection`, `Request`,
|
|
30
|
+
and `AttemptKey` algebra once while leaving the Effect `E` and `R` channels to
|
|
31
|
+
the supplied effects.
|
|
32
|
+
|
|
33
|
+
It does not own claim envelopes, ledger event records, receipt envelopes,
|
|
34
|
+
witness models, record stores, idempotency-key derivation, provider material, or
|
|
35
|
+
product control-plane vocabulary. Concrete callers supply those facts through
|
|
36
|
+
their own carrier/projection contracts.
|
|
37
|
+
|
|
38
|
+
`./testing` exposes external-effect conformance as an adapter-driven report.
|
|
39
|
+
Adapters must map their caller-owned events, requests, projections, witnesses,
|
|
40
|
+
receipts, and external-system outcomes to each scenario's required observation
|
|
41
|
+
keys. The helper validates the report shape; it does not define product facts or
|
|
42
|
+
durable-operation vocabulary.
|
|
43
|
+
|
|
21
44
|
## Public exports
|
|
22
45
|
|
|
23
46
|
- `.:AcquireCtx`
|
|
@@ -199,6 +222,7 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
199
222
|
- `.:PreflightDiagnosticSink`
|
|
200
223
|
- `.:projectRecoveryAttemptBudget`
|
|
201
224
|
- `.:projectRunsPage`
|
|
225
|
+
- `.:projectRunInspection`
|
|
202
226
|
- `.:projectRunStatus`
|
|
203
227
|
- `.:projectRunTrace`
|
|
204
228
|
- `.:projectSubmitResult`
|
|
@@ -218,6 +242,8 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
218
242
|
- `.:ResolveRuntimeResult`
|
|
219
243
|
- `.:resolveRuntime`
|
|
220
244
|
- `.:resolveRuntimeInstallGraph`
|
|
245
|
+
- `.:RunInspection`
|
|
246
|
+
- `.:RunInspectionDiagnostic`
|
|
221
247
|
- `.:Resources`
|
|
222
248
|
- `.:responseToSseHttpChunks`
|
|
223
249
|
- `.:RUN_BEARING_KINDS`
|
|
@@ -578,6 +604,12 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
578
604
|
- `./channel:put`
|
|
579
605
|
- `./channel:del`
|
|
580
606
|
- `./channel:patch`
|
|
607
|
+
- `./external-effect:ExternalEffectAttemptLookup`
|
|
608
|
+
- `./external-effect:ExternalEffectRequestedState`
|
|
609
|
+
- `./external-effect:DefinedExternalEffectAttempt`
|
|
610
|
+
- `./external-effect:defineExternalEffectAttempt`
|
|
611
|
+
- `./external-effect:RunExternalEffectAttemptSpec`
|
|
612
|
+
- `./external-effect:runExternalEffectAttempt`
|
|
581
613
|
- `./schedule:CronMinuteExpression`
|
|
582
614
|
- `./schedule:DefinedSchedule`
|
|
583
615
|
- `./schedule:ScheduleContext`
|
|
@@ -589,6 +621,8 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
589
621
|
- `./schedule:ScheduleFireDispatchedEventSpec`
|
|
590
622
|
- `./schedule:ScheduleFireFailedEventSpec`
|
|
591
623
|
- `./schedule:ScheduleFireDispatchResult`
|
|
624
|
+
- `./schedule:ScheduleFireDeliveryDispatchInput`
|
|
625
|
+
- `./schedule:ScheduleFireDeliveryDispatchResult`
|
|
592
626
|
- `./schedule:ScheduleDefinitionProjection`
|
|
593
627
|
- `./schedule:ScheduleFireStatus`
|
|
594
628
|
- `./schedule:ScheduleFireSessionProductProjection`
|
|
@@ -610,7 +644,9 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
610
644
|
- `./schedule:cronMinuteExpression`
|
|
611
645
|
- `./schedule:defineSchedule`
|
|
612
646
|
- `./schedule:dispatchScheduleFire`
|
|
647
|
+
- `./schedule:dispatchScheduleFireDelivery`
|
|
613
648
|
- `./schedule:projectScheduleFireHistory`
|
|
649
|
+
- `./schedule:projectScheduleIngressDeliveryHistory`
|
|
614
650
|
- `./schedule:scheduleFireId`
|
|
615
651
|
- `./schedule:scheduledMinute`
|
|
616
652
|
- `./in-memory:createInMemoryRuntimeBackend`
|
|
@@ -674,6 +710,7 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
674
710
|
- `./run-projector:projectAgentSessions`
|
|
675
711
|
- `./run-projector:projectAgentSessionTurnLinks`
|
|
676
712
|
- `./run-projector:projectRunsPage`
|
|
713
|
+
- `./run-projector:projectRunInspection`
|
|
677
714
|
- `./run-projector:projectRunStatus`
|
|
678
715
|
- `./run-projector:projectRunTrace`
|
|
679
716
|
- `./run-projector:projectSubmitResult`
|
|
@@ -681,6 +718,8 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
681
718
|
- `./run-projector:projectWorkflowRuns`
|
|
682
719
|
- `./run-projector:projectWorkflowRunLinks`
|
|
683
720
|
- `./run-projector:RUN_BEARING_KINDS`
|
|
721
|
+
- `./run-projector:RunInspection`
|
|
722
|
+
- `./run-projector:RunInspectionDiagnostic`
|
|
684
723
|
- `./run-projector:WorkflowRunAttemptProjection`
|
|
685
724
|
- `./run-projector:WorkflowRunError`
|
|
686
725
|
- `./run-projector:WorkflowRunListProjection`
|
|
@@ -707,8 +746,18 @@ Grant, Intent, Receipt, approval, deployment, and product receipt records.
|
|
|
707
746
|
- `./telemetry-otlp:OtlpProjection`
|
|
708
747
|
- `./telemetry-otlp:OtlpProjectionSpan`
|
|
709
748
|
- `./telemetry-otlp:projectOtlpSpans`
|
|
749
|
+
- `./testing:EXTERNAL_EFFECT_CONFORMANCE_SCENARIOS`
|
|
710
750
|
- `./testing:createInMemoryWorkspaceEnv`
|
|
711
751
|
- `./testing:CreateInMemoryWorkspaceEnvOptions`
|
|
752
|
+
- `./testing:ExternalEffectConformanceAdapter`
|
|
753
|
+
- `./testing:ExternalEffectConformanceEvidence`
|
|
754
|
+
- `./testing:ExternalEffectConformanceIssue`
|
|
755
|
+
- `./testing:ExternalEffectConformanceReport`
|
|
756
|
+
- `./testing:ExternalEffectConformanceScenario`
|
|
757
|
+
- `./testing:ExternalEffectConformanceScenarioId`
|
|
758
|
+
- `./testing:ExternalEffectConformanceScenarioReport`
|
|
759
|
+
- `./testing:ExternalEffectConformanceScenarioResult`
|
|
760
|
+
- `./testing:externalEffectConformance`
|
|
712
761
|
- `./testing:InMemoryWorkspaceEnvError`
|
|
713
762
|
- `./testing:InMemoryWorkspaceExecScript`
|
|
714
763
|
- `./workspace-agent:defineWorkspaceAgentMount`
|