@owlmeans/viable-common 0.0.6 → 0.0.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.
Files changed (86) hide show
  1. package/README.md +1 -68
  2. package/build/areas/consts.d.ts +1 -1
  3. package/build/areas/consts.js +1 -1
  4. package/build/connect/consts.d.ts +6 -94
  5. package/build/connect/consts.d.ts.map +1 -1
  6. package/build/connect/consts.js +2 -91
  7. package/build/connect/consts.js.map +1 -1
  8. package/build/connect/entrypoints.d.ts +3 -3
  9. package/build/connect/entrypoints.d.ts.map +1 -1
  10. package/build/connect/entrypoints.js +54 -95
  11. package/build/connect/entrypoints.js.map +1 -1
  12. package/build/connect/ops.d.ts +2 -46
  13. package/build/connect/ops.d.ts.map +1 -1
  14. package/build/connect/references.d.ts +63 -117
  15. package/build/connect/references.d.ts.map +1 -1
  16. package/build/connect/references.js +0 -16
  17. package/build/connect/references.js.map +1 -1
  18. package/build/connect/schemas.d.ts +2 -17
  19. package/build/connect/schemas.d.ts.map +1 -1
  20. package/build/connect/schemas.js +7 -91
  21. package/build/connect/schemas.js.map +1 -1
  22. package/build/connect/types.d.ts +1 -125
  23. package/build/connect/types.d.ts.map +1 -1
  24. package/build/dev/types.d.ts +3 -2
  25. package/build/dev/types.d.ts.map +1 -1
  26. package/build/index.d.ts +0 -1
  27. package/build/index.d.ts.map +1 -1
  28. package/build/index.js +0 -1
  29. package/build/index.js.map +1 -1
  30. package/build/skills/catalogue.d.ts.map +1 -1
  31. package/build/skills/catalogue.js +109 -103
  32. package/build/skills/catalogue.js.map +1 -1
  33. package/build/slot/consts.d.ts +2 -73
  34. package/build/slot/consts.d.ts.map +1 -1
  35. package/build/slot/consts.js +5 -105
  36. package/build/slot/consts.js.map +1 -1
  37. package/build/slot/schemas.d.ts +1 -9
  38. package/build/slot/schemas.d.ts.map +1 -1
  39. package/build/slot/schemas.js +0 -18
  40. package/build/slot/schemas.js.map +1 -1
  41. package/build/slot/types.d.ts +0 -71
  42. package/build/slot/types.d.ts.map +1 -1
  43. package/package.json +7 -15
  44. package/src/areas/consts.ts +1 -1
  45. package/src/connect/consts.ts +2 -94
  46. package/src/connect/entrypoints.ts +69 -139
  47. package/src/connect/ops.ts +2 -50
  48. package/src/connect/references.ts +56 -32
  49. package/src/connect/schemas.ts +13 -102
  50. package/src/connect/types.ts +2 -130
  51. package/src/dev/types.ts +3 -2
  52. package/src/index.ts +0 -1
  53. package/src/skills/catalogue.ts +109 -103
  54. package/src/slot/consts.ts +6 -112
  55. package/src/slot/schemas.ts +1 -20
  56. package/src/slot/types.ts +0 -80
  57. package/agent-meta/manifest.json +0 -16
  58. package/agent-meta/skills/viable-common/SKILL.md +0 -179
  59. package/build/convert/consts.d.ts +0 -539
  60. package/build/convert/consts.d.ts.map +0 -1
  61. package/build/convert/consts.js +0 -630
  62. package/build/convert/consts.js.map +0 -1
  63. package/build/convert/helpers.d.ts +0 -91
  64. package/build/convert/helpers.d.ts.map +0 -1
  65. package/build/convert/helpers.js +0 -301
  66. package/build/convert/helpers.js.map +0 -1
  67. package/build/convert/index.d.ts +0 -11
  68. package/build/convert/index.d.ts.map +0 -1
  69. package/build/convert/index.js +0 -4
  70. package/build/convert/index.js.map +0 -1
  71. package/build/convert/schemas.d.ts +0 -62
  72. package/build/convert/schemas.d.ts.map +0 -1
  73. package/build/convert/schemas.js +0 -626
  74. package/build/convert/schemas.js.map +0 -1
  75. package/build/convert/types.d.ts +0 -683
  76. package/build/convert/types.d.ts.map +0 -1
  77. package/build/convert/types.js +0 -2
  78. package/build/convert/types.js.map +0 -1
  79. package/src/convert/consts.ts +0 -672
  80. package/src/convert/helpers.ts +0 -340
  81. package/src/convert/index.ts +0 -10
  82. package/src/convert/schemas.ts +0 -663
  83. package/src/convert/types.ts +0 -741
  84. package/tests/connect-convert.spec.ts +0 -161
  85. package/tests/convert.spec.ts +0 -318
  86. /package/tests/{design.spec.ts → design.test.ts} +0 -0
package/README.md CHANGED
@@ -1,68 +1 @@
1
- # @owlmeans/viable-common
2
-
3
- Runtime-free contracts of the OwlMeans Viable platform.
4
-
5
- Viable turns a description into a running full-stack application. Four runtimes have to agree
6
- about every name involved — the manager API, the agent, the publisher that runs inside a project
7
- slot, and the connector SDK on a developer's machine — so each of those names is declared here
8
- once and imported by all of them. There is no runtime in this package: no `@langchain/*`, no
9
- filesystem, no inference SDK. It is safe to import from a browser bundle.
10
-
11
- ## What is in it
12
-
13
- | Subpath | Contents |
14
- |---|---|
15
- | `.` | The shapes a generated project is described by: user stories and entities, the design and scaffold plans, UX/UI specs, the `docs/` metadata paths, the four user areas, the model roles and personas, moderation categories, slot metadata |
16
- | `@owlmeans/viable-common/slot` | The slot command vocabulary — file, shell and git commands, the sub-project roles, the target's ports and process markers |
17
- | `@owlmeans/viable-common/connect` | The connector protocol: sessions, operations, model tasks, questions, jobs, capabilities, the error family, and `connectEntrypoints()` — the one declaration both the platform and the SDK elevate |
18
- | `@owlmeans/viable-common/convert` | Converting an application that already exists: the stages and their transitions, the origin and stack taxonomy, the census classifiers, and the `docs/conversion/` layout |
19
- | `@owlmeans/viable-common/integrity` | The target-shape manifest — what a slot is allowed to install, build and run — per target layout |
20
-
21
- ## Installation
22
-
23
- ```bash
24
- bun add @owlmeans/viable-common@^0.0.5
25
- ```
26
-
27
- ## Rules worth knowing before you change something
28
-
29
- **A schema is written for the reader that will refuse it.** Model-answer schemas are annotated
30
- `JSONSchemaType<T>` so a drift from the type is caught where it is written; record schemas are
31
- hand-written and cast, because they are re-applied as a Mongo `$jsonSchema`, which admits no
32
- `Record<>` maps, no `integer` and no date objects.
33
-
34
- **`nullable: true` always carries its `type`, and a nullable `enum` lists `null` among its
35
- values.** Ajv checks `nullable` and `enum` independently, so the pair written apart admits `null`
36
- by type and then refuses it by enum — the field can only ever be omitted, never sent empty. A
37
- provider's structured output writes an unset optional as `null`, and a wire body where `null`
38
- means "inherit" has no other spelling. `tests/convert.spec.ts` walks every exported schema for
39
- both faults, and for draft-04 tuple `items`.
40
-
41
- **A field that crosses a version skew carries no `enum`.** A connector is installed with
42
- `npx -y @owlmeans/viable-mcp@^0.1.18-rc.1` and talks to a separately deployed platform, so an executor kind it
43
- sends must remain an unused capability on an older platform rather than a refused session.
44
-
45
- **A ceiling exists once.** The inquiry answer cap here equals `DEFAULT_INQUIRY_ANSWER_CHARS` in
46
- `@owlmeans/llm-common` and must stay equal; two ceilings mean the larger one truncates silently
47
- at the smaller.
48
-
49
- ## Related
50
-
51
- - `@owlmeans/viable-sdk` — the connector SDK written against these contracts
52
- - `@owlmeans/viable-mcp` — the npx MCP server built on that SDK
53
-
54
- <!-- owlmeans:agent-guidance:start -->
55
- ## Agent guidance
56
-
57
- This package ships embedded agent skills under `agent-meta/`. After installing your
58
- `@owlmeans/*` packages, run the OwlMeans agent-skills installer to place them into
59
- your project's skill store (`.agents/skills/`):
60
-
61
- ```sh
62
- npx @owlmeans/agent-skills@^0.1.18-rc.14
63
- ```
64
-
65
- The embedded files are version-matched to this package release. Do not edit them
66
- directly — they are regenerated on each publish. To contribute guidance edits,
67
- open a PR against the source monorepo.
68
- <!-- owlmeans:agent-guidance:end -->
1
+ # types
@@ -50,7 +50,7 @@ export declare const ADMIN_PERMISSION = "project--admin";
50
50
  * The back office's marker permission.
51
51
  *
52
52
  * The operator area is where an organization's own staff work, and until this existed it was
53
- * declared `guard(DEFAULT_GUARD)` alone — any signed-in person, which for a generated application
53
+ * declared `{ guards: DEFAULT_GUARD }` alone — any signed-in person, which for a generated application
54
54
  * means any visitor who typed an email address. The per-screen gates story development adds narrow
55
55
  * particular screens; they cannot narrow the area, and a project with nothing developed yet has
56
56
  * none of them at all, so the whole back office stood open by construction.
@@ -58,7 +58,7 @@ export const ADMIN_PERMISSION = 'project--admin';
58
58
  * The back office's marker permission.
59
59
  *
60
60
  * The operator area is where an organization's own staff work, and until this existed it was
61
- * declared `guard(DEFAULT_GUARD)` alone — any signed-in person, which for a generated application
61
+ * declared `{ guards: DEFAULT_GUARD }` alone — any signed-in person, which for a generated application
62
62
  * means any visitor who typed an email address. The per-screen gates story development adds narrow
63
63
  * particular screens; they cannot narrow the area, and a project with nothing developed yet has
64
64
  * none of them at all, so the whole back office stood open by construction.
@@ -62,20 +62,8 @@ export declare enum ConnectExecutor {
62
62
  Files = "files",
63
63
  Shell = "shell",
64
64
  Git = "git",
65
- /**
66
- * The parent agent PERFORMS the model calls of a run: each one arrives as a `ModelTask`, is run
67
- * in a clean subagent and submitted back. Present exactly when `llm` is `Local`.
68
- */
69
- Model = "model",
70
- /**
71
- * A PERSON can be asked a question and their answer brought back.
72
- *
73
- * Advertised always, and by every connector: a parent agent has a human in front of it by
74
- * definition, which is the whole reason the platform can ask one anything at all. It is not a
75
- * narrower `Model` — a model task is inference the platform pays for either way, an inquiry is
76
- * a decision only a person can make, and a run that cannot ask assumes instead.
77
- */
78
- Human = "human"
65
+ /** The parent agent will answer model tasks. Present exactly when `llm` is `Local`. */
66
+ Model = "model"
79
67
  }
80
68
  /** What one operation asks a connector to do. */
81
69
  export declare enum ConnectOpKind {
@@ -84,15 +72,7 @@ export declare enum ConnectOpKind {
84
72
  /** Run one model call and submit its answer. */
85
73
  ModelTask = "model-task",
86
74
  /** Write the target's configuration (its `.env` files) and report what services are reachable. */
87
- Configure = "configure",
88
- /**
89
- * Put one question to the person the connector is working for, and bring back their answer.
90
- *
91
- * An operation like any other — queued to the project, redelivered to whichever session is
92
- * attached, answered against its own op id — because the alternative was a second channel with
93
- * its own delivery, expiry and reattachment rules for the one payload that already had them.
94
- */
95
- Inquiry = "inquiry"
75
+ Configure = "configure"
96
76
  }
97
77
  /** How a connector is receiving operations. */
98
78
  export declare enum ConnectTransport {
@@ -172,19 +152,7 @@ export declare enum ConnectJobKind {
172
152
  ProjectReinit = "project-reinit",
173
153
  StoryDevelop = "story-develop",
174
154
  FreeFlight = "free-flight",
175
- PipelineResume = "pipeline-resume",
176
- /**
177
- * The four stages of a conversion, plus the purge.
178
- *
179
- * One kind per stage rather than one for the whole conversion: each stage is its own platform
180
- * pipeline run, ends at a decision the user makes, and is looked up by the pipeline alias its
181
- * kind names. A single `convert` kind would match whichever run row happened to be newest.
182
- */
183
- ConvertIntake = "convert-intake",
184
- ConvertAnalysis = "convert-analysis",
185
- ConvertExtraction = "convert-extraction",
186
- ConvertImplementation = "convert-implementation",
187
- ConvertPurge = "convert-purge"
155
+ PipelineResume = "pipeline-resume"
188
156
  }
189
157
  export declare enum ConnectJobStatus {
190
158
  Queued = "queued",
@@ -201,46 +169,8 @@ export declare enum ConnectJobBlock {
201
169
  /** Slot commands are queued and no connector is attached. */
202
170
  LocalOp = "local-op",
203
171
  /** The local target has no database configured and the run needs one. */
204
- Env = "env",
205
- /** A question is waiting for a person and nobody has answered it. */
206
- Question = "question"
172
+ Env = "env"
207
173
  }
208
- /**
209
- * The shapes a question can take on the wire.
210
- *
211
- * Mirrors `InquiryKind` in `@owlmeans/llm-common` value for value, and is deliberately a SEPARATE
212
- * name rather than an import: the connect module is the wire contract and owns its own vocabulary
213
- * — the same reason `ModelTask` mirrors `DelegatedTask` — which also keeps `manager-api`, which
214
- * does not depend on the model runtime, free of `@owlmeans/llm-common`. Values are byte-identical,
215
- * so the platform's mapper is a widening rather than a translation table, and a test pins that.
216
- */
217
- export declare enum ConnectInquiryKind {
218
- /** Pick one of the offered options, or several when `multiple` is set. */
219
- Choice = "choice",
220
- /** Free text. */
221
- Text = "text",
222
- /** Yes or no. */
223
- Confirm = "confirm"
224
- }
225
- /**
226
- * How long the platform waits for a person to answer one question.
227
- *
228
- * The same forty-five minutes a model task gets, and for the same reason: the bound exists so a
229
- * parent that has gone away eventually fails the step rather than holding a project lock forever,
230
- * not to pace somebody who is thinking.
231
- */
232
- export declare const CONNECT_INQUIRY_TIMEOUT_MS = 2700000;
233
- /** Options one choice question may offer. Beyond this it is a text question with a hint. */
234
- export declare const CONNECT_INQUIRY_MAX_OPTIONS = 12;
235
- /**
236
- * The ceiling on an answer's text.
237
- *
238
- * ONE ceiling for the whole stack: the twin is `DEFAULT_INQUIRY_ANSWER_CHARS` in
239
- * `@owlmeans/llm-common`, and the two must stay equal. Two ceilings means the layer with the
240
- * larger one truncates silently at the smaller, and the caller records an assumption about an
241
- * answer the person actually gave.
242
- */
243
- export declare const CONNECT_INQUIRY_MAX_TEXT = 2000;
244
174
  /**
245
175
  * How long a session survives without a sign of life.
246
176
  *
@@ -307,7 +237,6 @@ export declare const CONNECT_EVENT_SESSION = "connect:session";
307
237
  export declare const CONNECT_OP_PUBSUB = "connect-op-pubsub";
308
238
  export declare const CONNECT_RESULT_PUBSUB = "connect-result-pubsub";
309
239
  export declare const CONNECT_OP_STORE = "connect-op-store";
310
- export declare const CONNECT_RESULT_STORE = "connect-result-store";
311
240
  export declare const CONNECT_SESSION_PUBSUB = "connect-session-pubsub";
312
241
  /** The backend resource alias for session records. */
313
242
  export declare const RES_CONNECT_SESSION = "connect-session";
@@ -317,7 +246,7 @@ export declare const RES_CONNECT_SESSION = "connect-session";
317
246
  * Owned here rather than by the platform because they ARE the contract: the SDK, the MCP host and
318
247
  * the manager API all address the same aliases, and a client that had to be handed its own copy of
319
248
  * the tree would be a second place for a name to drift. The platform spreads the declarations
320
- * these produce into its own entrypoint list and elevates handlers onto them.
249
+ * these produce into its own entrypoint list and binds handlers onto them.
321
250
  */
322
251
  export declare const connect: Readonly<{
323
252
  base: "viable:manager-api:connect:base";
@@ -344,22 +273,8 @@ export declare const connect: Readonly<{
344
273
  modify: "viable:manager-api:connect:project:modify";
345
274
  settings: "viable:manager-api:connect:project:settings";
346
275
  llm: "viable:manager-api:connect:project:llm";
347
- /** The per-project converter inference mode. Separate from `llm`: it is not a paid capability. */
348
- converterLlm: "viable:manager-api:connect:project:converter-llm";
349
276
  job: "viable:manager-api:connect:project:job";
350
277
  }>;
351
- convert: Readonly<{
352
- create: "viable:manager-api:connect:convert:create";
353
- check: "viable:manager-api:connect:convert:check";
354
- start: "viable:manager-api:connect:convert:start";
355
- proceed: "viable:manager-api:connect:convert:proceed";
356
- cancel: "viable:manager-api:connect:convert:cancel";
357
- status: "viable:manager-api:connect:convert:status";
358
- purge: "viable:manager-api:connect:convert:purge";
359
- }>;
360
- inquiry: Readonly<{
361
- answer: "viable:manager-api:connect:inquiry:answer";
362
- }>;
363
278
  story: Readonly<{
364
279
  list: "viable:manager-api:connect:story:list";
365
280
  get: "viable:manager-api:connect:story:get";
@@ -368,9 +283,6 @@ export declare const connect: Readonly<{
368
283
  delete: "viable:manager-api:connect:story:delete";
369
284
  develop: "viable:manager-api:connect:story:develop";
370
285
  }>;
371
- files: Readonly<{
372
- list: "viable:manager-api:connect:files:list";
373
- }>;
374
286
  pipeline: Readonly<{
375
287
  state: "viable:manager-api:connect:pipeline:state";
376
288
  resume: "viable:manager-api:connect:pipeline:resume";
@@ -1 +1 @@
1
- {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../src/connect/consts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../src/connect/consts.ts"],"names":[],"mappings":"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"}
@@ -67,20 +67,8 @@ export var ConnectExecutor;
67
67
  ConnectExecutor["Files"] = "files";
68
68
  ConnectExecutor["Shell"] = "shell";
69
69
  ConnectExecutor["Git"] = "git";
70
- /**
71
- * The parent agent PERFORMS the model calls of a run: each one arrives as a `ModelTask`, is run
72
- * in a clean subagent and submitted back. Present exactly when `llm` is `Local`.
73
- */
70
+ /** The parent agent will answer model tasks. Present exactly when `llm` is `Local`. */
74
71
  ConnectExecutor["Model"] = "model";
75
- /**
76
- * A PERSON can be asked a question and their answer brought back.
77
- *
78
- * Advertised always, and by every connector: a parent agent has a human in front of it by
79
- * definition, which is the whole reason the platform can ask one anything at all. It is not a
80
- * narrower `Model` — a model task is inference the platform pays for either way, an inquiry is
81
- * a decision only a person can make, and a run that cannot ask assumes instead.
82
- */
83
- ConnectExecutor["Human"] = "human";
84
72
  })(ConnectExecutor || (ConnectExecutor = {}));
85
73
  /** What one operation asks a connector to do. */
86
74
  export var ConnectOpKind;
@@ -91,14 +79,6 @@ export var ConnectOpKind;
91
79
  ConnectOpKind["ModelTask"] = "model-task";
92
80
  /** Write the target's configuration (its `.env` files) and report what services are reachable. */
93
81
  ConnectOpKind["Configure"] = "configure";
94
- /**
95
- * Put one question to the person the connector is working for, and bring back their answer.
96
- *
97
- * An operation like any other — queued to the project, redelivered to whichever session is
98
- * attached, answered against its own op id — because the alternative was a second channel with
99
- * its own delivery, expiry and reattachment rules for the one payload that already had them.
100
- */
101
- ConnectOpKind["Inquiry"] = "inquiry";
102
82
  })(ConnectOpKind || (ConnectOpKind = {}));
103
83
  /** How a connector is receiving operations. */
104
84
  export var ConnectTransport;
@@ -217,18 +197,6 @@ export var ConnectJobKind;
217
197
  ConnectJobKind["StoryDevelop"] = "story-develop";
218
198
  ConnectJobKind["FreeFlight"] = "free-flight";
219
199
  ConnectJobKind["PipelineResume"] = "pipeline-resume";
220
- /**
221
- * The four stages of a conversion, plus the purge.
222
- *
223
- * One kind per stage rather than one for the whole conversion: each stage is its own platform
224
- * pipeline run, ends at a decision the user makes, and is looked up by the pipeline alias its
225
- * kind names. A single `convert` kind would match whichever run row happened to be newest.
226
- */
227
- ConnectJobKind["ConvertIntake"] = "convert-intake";
228
- ConnectJobKind["ConvertAnalysis"] = "convert-analysis";
229
- ConnectJobKind["ConvertExtraction"] = "convert-extraction";
230
- ConnectJobKind["ConvertImplementation"] = "convert-implementation";
231
- ConnectJobKind["ConvertPurge"] = "convert-purge";
232
200
  })(ConnectJobKind || (ConnectJobKind = {}));
233
201
  export var ConnectJobStatus;
234
202
  (function (ConnectJobStatus) {
@@ -248,46 +216,7 @@ export var ConnectJobBlock;
248
216
  ConnectJobBlock["LocalOp"] = "local-op";
249
217
  /** The local target has no database configured and the run needs one. */
250
218
  ConnectJobBlock["Env"] = "env";
251
- /** A question is waiting for a person and nobody has answered it. */
252
- ConnectJobBlock["Question"] = "question";
253
219
  })(ConnectJobBlock || (ConnectJobBlock = {}));
254
- /**
255
- * The shapes a question can take on the wire.
256
- *
257
- * Mirrors `InquiryKind` in `@owlmeans/llm-common` value for value, and is deliberately a SEPARATE
258
- * name rather than an import: the connect module is the wire contract and owns its own vocabulary
259
- * — the same reason `ModelTask` mirrors `DelegatedTask` — which also keeps `manager-api`, which
260
- * does not depend on the model runtime, free of `@owlmeans/llm-common`. Values are byte-identical,
261
- * so the platform's mapper is a widening rather than a translation table, and a test pins that.
262
- */
263
- export var ConnectInquiryKind;
264
- (function (ConnectInquiryKind) {
265
- /** Pick one of the offered options, or several when `multiple` is set. */
266
- ConnectInquiryKind["Choice"] = "choice";
267
- /** Free text. */
268
- ConnectInquiryKind["Text"] = "text";
269
- /** Yes or no. */
270
- ConnectInquiryKind["Confirm"] = "confirm";
271
- })(ConnectInquiryKind || (ConnectInquiryKind = {}));
272
- /**
273
- * How long the platform waits for a person to answer one question.
274
- *
275
- * The same forty-five minutes a model task gets, and for the same reason: the bound exists so a
276
- * parent that has gone away eventually fails the step rather than holding a project lock forever,
277
- * not to pace somebody who is thinking.
278
- */
279
- export const CONNECT_INQUIRY_TIMEOUT_MS = 2_700_000;
280
- /** Options one choice question may offer. Beyond this it is a text question with a hint. */
281
- export const CONNECT_INQUIRY_MAX_OPTIONS = 12;
282
- /**
283
- * The ceiling on an answer's text.
284
- *
285
- * ONE ceiling for the whole stack: the twin is `DEFAULT_INQUIRY_ANSWER_CHARS` in
286
- * `@owlmeans/llm-common`, and the two must stay equal. Two ceilings means the layer with the
287
- * larger one truncates silently at the smaller, and the caller records an assumption about an
288
- * answer the person actually gave.
289
- */
290
- export const CONNECT_INQUIRY_MAX_TEXT = 2_000;
291
220
  /**
292
221
  * How long a session survives without a sign of life.
293
222
  *
@@ -354,7 +283,6 @@ export const CONNECT_EVENT_SESSION = 'connect:session';
354
283
  export const CONNECT_OP_PUBSUB = 'connect-op-pubsub';
355
284
  export const CONNECT_RESULT_PUBSUB = 'connect-result-pubsub';
356
285
  export const CONNECT_OP_STORE = 'connect-op-store';
357
- export const CONNECT_RESULT_STORE = 'connect-result-store';
358
286
  export const CONNECT_SESSION_PUBSUB = 'connect-session-pubsub';
359
287
  /** The backend resource alias for session records. */
360
288
  export const RES_CONNECT_SESSION = 'connect-session';
@@ -364,7 +292,7 @@ export const RES_CONNECT_SESSION = 'connect-session';
364
292
  * Owned here rather than by the platform because they ARE the contract: the SDK, the MCP host and
365
293
  * the manager API all address the same aliases, and a client that had to be handed its own copy of
366
294
  * the tree would be a second place for a name to drift. The platform spreads the declarations
367
- * these produce into its own entrypoint list and elevates handlers onto them.
295
+ * these produce into its own entrypoint list and binds handlers onto them.
368
296
  */
369
297
  export const connect = Object.freeze({
370
298
  base: 'viable:manager-api:connect:base',
@@ -391,22 +319,8 @@ export const connect = Object.freeze({
391
319
  modify: 'viable:manager-api:connect:project:modify',
392
320
  settings: 'viable:manager-api:connect:project:settings',
393
321
  llm: 'viable:manager-api:connect:project:llm',
394
- /** The per-project converter inference mode. Separate from `llm`: it is not a paid capability. */
395
- converterLlm: 'viable:manager-api:connect:project:converter-llm',
396
322
  job: 'viable:manager-api:connect:project:job',
397
323
  }),
398
- convert: Object.freeze({
399
- create: 'viable:manager-api:connect:convert:create',
400
- check: 'viable:manager-api:connect:convert:check',
401
- start: 'viable:manager-api:connect:convert:start',
402
- proceed: 'viable:manager-api:connect:convert:proceed',
403
- cancel: 'viable:manager-api:connect:convert:cancel',
404
- status: 'viable:manager-api:connect:convert:status',
405
- purge: 'viable:manager-api:connect:convert:purge',
406
- }),
407
- inquiry: Object.freeze({
408
- answer: 'viable:manager-api:connect:inquiry:answer',
409
- }),
410
324
  story: Object.freeze({
411
325
  list: 'viable:manager-api:connect:story:list',
412
326
  get: 'viable:manager-api:connect:story:get',
@@ -415,9 +329,6 @@ export const connect = Object.freeze({
415
329
  delete: 'viable:manager-api:connect:story:delete',
416
330
  develop: 'viable:manager-api:connect:story:develop',
417
331
  }),
418
- files: Object.freeze({
419
- list: 'viable:manager-api:connect:files:list',
420
- }),
421
332
  pipeline: Object.freeze({
422
333
  state: 'viable:manager-api:connect:pipeline:state',
423
334
  resume: 'viable:manager-api:connect:pipeline:resume',
@@ -1 +1 @@
1
- {"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/connect/consts.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"consts.js","sourceRoot":"","sources":["../../src/connect/consts.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import type { CommonEntrypoint } from '@owlmeans/entrypoint';
1
+ import type { EntrypointProtocolDeclaration } from '@owlmeans/entrypoint';
2
2
  /**
3
3
  * What the platform injects when it mounts the connector routes.
4
4
  *
@@ -33,9 +33,9 @@ export interface ConnectEntrypointOptions {
33
33
  /**
34
34
  * Declare the connector's HTTP and socket surface.
35
35
  *
36
- * One list, spread into the platform's own entrypoints. Handlers are elevated onto these aliases
36
+ * One list, spread into the platform's own entrypoints. Handlers are bound to these protocols
37
37
  * server-side and onto client entrypoints in the SDK — the same declarations both times, which is
38
38
  * what makes a path or a schema impossible to get wrong on one side only.
39
39
  */
40
- export declare const connectEntrypoints: (opts: ConnectEntrypointOptions) => CommonEntrypoint[];
40
+ export declare const connectEntrypoints: (opts: ConnectEntrypointOptions) => EntrypointProtocolDeclaration[];
41
41
  //# sourceMappingURL=entrypoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entrypoints.d.ts","sourceRoot":"","sources":["../../src/connect/entrypoints.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAA2B,MAAM,sBAAsB,CAAA;AAcrF;;;;;;GAMG;AACH,MAAM,WAAW,wBAAwB;IACvC,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAA;IACb,mEAAmE;IACnE,IAAI,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,EAAE,CAAA;KAAE,CAAA;IAC1C;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,EAAE,CAAA;KAAE,CAAA;IAC9C,0EAA0E;IAC1E,UAAU,EAAE,MAAM,CAAA;IAClB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,SAAU,wBAAwB,KAAG,gBAAgB,EAkPnF,CAAA"}
1
+ {"version":3,"file":"entrypoints.d.ts","sourceRoot":"","sources":["../../src/connect/entrypoints.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAA;AAiBzE;;;;;;GAMG;AACH,MAAM,WAAW,wBAAwB;IACvC,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAA;IACb,mEAAmE;IACnE,IAAI,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,EAAE,CAAA;KAAE,CAAA;IAC1C;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,EAAE,CAAA;KAAE,CAAA;IAC9C,0EAA0E;IAC1E,UAAU,EAAE,MAAM,CAAA;IAClB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAED;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,SAAU,wBAAwB,KAAG,6BAA6B,EAyKhG,CAAA"}