sysprom 1.19.0 → 1.21.0

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 (75) hide show
  1. package/README.md +3 -0
  2. package/dist/schema.json +4 -43
  3. package/dist/src/cli/commands/add.js +6 -2
  4. package/dist/src/cli/commands/query.js +5 -3
  5. package/dist/src/cli/commands/speckit.js +2 -2
  6. package/dist/src/cli/commands/update.js +6 -4
  7. package/dist/src/endpoint-types.d.ts +4 -0
  8. package/dist/src/endpoint-types.js +22 -116
  9. package/dist/src/json-to-md.js +2 -16
  10. package/dist/src/lifecycle-state.d.ts +9 -0
  11. package/dist/src/lifecycle-state.js +22 -0
  12. package/dist/src/mcp/server.js +3 -6
  13. package/dist/src/md-to-json.js +1 -19
  14. package/dist/src/operations/add-node.d.ts +21 -132
  15. package/dist/src/operations/add-plan-task.d.ts +14 -88
  16. package/dist/src/operations/add-relationship.d.ts +16 -102
  17. package/dist/src/operations/check.d.ts +7 -44
  18. package/dist/src/operations/graph-decision.d.ts +7 -44
  19. package/dist/src/operations/graph-decision.js +0 -1
  20. package/dist/src/operations/graph-dependency.d.ts +7 -44
  21. package/dist/src/operations/graph-dependency.js +3 -23
  22. package/dist/src/operations/graph-refinement.d.ts +7 -44
  23. package/dist/src/operations/graph-shared.js +1 -3
  24. package/dist/src/operations/graph.d.ts +7 -44
  25. package/dist/src/operations/infer-completeness.d.ts +10 -53
  26. package/dist/src/operations/infer-derived.d.ts +7 -44
  27. package/dist/src/operations/infer-derived.js +28 -4
  28. package/dist/src/operations/infer-impact.d.ts +49 -308
  29. package/dist/src/operations/infer-impact.js +22 -3
  30. package/dist/src/operations/infer-lifecycle.d.ts +8 -105
  31. package/dist/src/operations/infer-lifecycle.js +4 -10
  32. package/dist/src/operations/init-document.d.ts +7 -44
  33. package/dist/src/operations/json-to-markdown.d.ts +7 -44
  34. package/dist/src/operations/mark-task-done.d.ts +14 -88
  35. package/dist/src/operations/mark-task-undone.d.ts +14 -88
  36. package/dist/src/operations/markdown-to-json.d.ts +7 -44
  37. package/dist/src/operations/next-id.d.ts +8 -47
  38. package/dist/src/operations/node-history.d.ts +7 -44
  39. package/dist/src/operations/plan-add-task.d.ts +14 -88
  40. package/dist/src/operations/plan-gate.d.ts +7 -44
  41. package/dist/src/operations/plan-init.d.ts +7 -44
  42. package/dist/src/operations/plan-progress.d.ts +7 -44
  43. package/dist/src/operations/plan-status.d.ts +7 -44
  44. package/dist/src/operations/query-node.d.ts +29 -188
  45. package/dist/src/operations/query-nodes.d.ts +15 -89
  46. package/dist/src/operations/query-nodes.js +6 -4
  47. package/dist/src/operations/query-relationships.d.ts +9 -58
  48. package/dist/src/operations/remove-node.d.ts +21 -132
  49. package/dist/src/operations/remove-node.js +11 -1
  50. package/dist/src/operations/remove-relationship.d.ts +15 -101
  51. package/dist/src/operations/rename.d.ts +14 -88
  52. package/dist/src/operations/search.d.ts +14 -88
  53. package/dist/src/operations/speckit-diff.d.ts +7 -44
  54. package/dist/src/operations/speckit-export.d.ts +7 -44
  55. package/dist/src/operations/speckit-import.d.ts +7 -44
  56. package/dist/src/operations/speckit-sync.d.ts +22 -133
  57. package/dist/src/operations/speckit-sync.js +3 -3
  58. package/dist/src/operations/state-at.d.ts +7 -44
  59. package/dist/src/operations/stats.d.ts +7 -44
  60. package/dist/src/operations/sync.d.ts +21 -132
  61. package/dist/src/operations/task-list.d.ts +7 -44
  62. package/dist/src/operations/timeline.d.ts +7 -44
  63. package/dist/src/operations/trace-from-node.d.ts +21 -132
  64. package/dist/src/operations/update-metadata.d.ts +14 -88
  65. package/dist/src/operations/update-node.d.ts +20 -152
  66. package/dist/src/operations/update-plan-task.d.ts +14 -88
  67. package/dist/src/operations/validate.d.ts +7 -44
  68. package/dist/src/operations/validate.js +8 -6
  69. package/dist/src/schema.d.ts +22 -159
  70. package/dist/src/schema.js +4 -26
  71. package/dist/src/speckit/generate.js +10 -7
  72. package/dist/src/speckit/parse.js +6 -3
  73. package/dist/src/speckit/plan.js +1 -1
  74. package/package.json +12 -1
  75. package/schema.json +4 -43
@@ -40,39 +40,18 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
40
40
  gate: "gate";
41
41
  mode: "mode";
42
42
  artefact: "artefact";
43
- artefact_flow: "artefact_flow";
44
43
  decision: "decision";
45
44
  change: "change";
46
45
  view: "view";
47
46
  milestone: "milestone";
48
- version: "version";
49
47
  }> & {
50
- is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
48
+ is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
51
49
  };
52
50
  name: z.ZodString;
53
51
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
54
52
  is(value: unknown): value is string | string[];
55
53
  }>;
56
- status: z.ZodOptional<z.ZodEnum<{
57
- deprecated: "deprecated";
58
- proposed: "proposed";
59
- accepted: "accepted";
60
- active: "active";
61
- implemented: "implemented";
62
- adopted: "adopted";
63
- defined: "defined";
64
- introduced: "introduced";
65
- in_progress: "in_progress";
66
- complete: "complete";
67
- consolidated: "consolidated";
68
- experimental: "experimental";
69
- retired: "retired";
70
- superseded: "superseded";
71
- abandoned: "abandoned";
72
- deferred: "deferred";
73
- }> & {
74
- is(value: unknown): value is "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred";
75
- }>;
54
+ status: z.ZodOptional<z.ZodNever>;
76
55
  lifecycle: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
77
56
  context: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
78
57
  is(value: unknown): value is string | string[];
@@ -127,8 +106,6 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
127
106
  }>>;
128
107
  propagation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
129
108
  includes: z.ZodOptional<z.ZodArray<z.ZodString>>;
130
- input: z.ZodOptional<z.ZodString>;
131
- output: z.ZodOptional<z.ZodString>;
132
109
  external_references: z.ZodOptional<z.ZodArray<z.ZodObject<{
133
110
  role: z.ZodEnum<{
134
111
  output: "output";
@@ -172,26 +149,14 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
172
149
  affects: "affects";
173
150
  supersedes: "supersedes";
174
151
  must_preserve: "must_preserve";
175
- performs: "performs";
176
152
  part_of: "part_of";
177
153
  precedes: "precedes";
178
154
  must_follow: "must_follow";
179
- blocks: "blocks";
180
- routes_to: "routes_to";
181
155
  governed_by: "governed_by";
182
156
  modifies: "modifies";
183
- triggered_by: "triggered_by";
184
- applies_to: "applies_to";
185
157
  produces: "produces";
186
- consumes: "consumes";
187
- transforms_into: "transforms_into";
188
- selects: "selects";
189
- requires: "requires";
190
- disables: "disables";
191
- influence: "influence";
192
- justifies: "justifies";
193
158
  }> & {
194
- is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
159
+ is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
195
160
  };
196
161
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
197
162
  is(value: unknown): value is string | string[];
@@ -210,7 +175,7 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
210
175
  [x: string]: unknown;
211
176
  from: string;
212
177
  to: string;
213
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
178
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
214
179
  description?: string | string[] | undefined;
215
180
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
216
181
  strength?: number | undefined;
@@ -250,10 +215,10 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
250
215
  nodes: {
251
216
  [x: string]: unknown;
252
217
  id: string;
253
- type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
218
+ type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
254
219
  name: string;
255
220
  description?: string | string[] | undefined;
256
- status?: "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred" | undefined;
221
+ status?: undefined;
257
222
  lifecycle?: Record<string, string | boolean> | undefined;
258
223
  context?: string | string[] | undefined;
259
224
  options?: {
@@ -277,8 +242,6 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
277
242
  }[] | undefined;
278
243
  propagation?: Record<string, boolean> | undefined;
279
244
  includes?: string[] | undefined;
280
- input?: string | undefined;
281
- output?: string | undefined;
282
245
  external_references?: {
283
246
  role: "output" | "input" | "context" | "evidence" | "source" | "standard" | "prior_art";
284
247
  identifier: string;
@@ -301,7 +264,7 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
301
264
  [x: string]: unknown;
302
265
  from: string;
303
266
  to: string;
304
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
267
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
305
268
  description?: string | string[] | undefined;
306
269
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
307
270
  strength?: number | undefined;
@@ -330,13 +293,11 @@ export declare const nextIdOp: import("./define-operation.js").DefinedOperation<
330
293
  gate: "gate";
331
294
  mode: "mode";
332
295
  artefact: "artefact";
333
- artefact_flow: "artefact_flow";
334
296
  decision: "decision";
335
297
  change: "change";
336
298
  view: "view";
337
299
  milestone: "milestone";
338
- version: "version";
339
300
  }> & {
340
- is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
301
+ is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
341
302
  };
342
303
  }, z.core.$strip>, z.ZodString>;
@@ -46,39 +46,18 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
46
46
  gate: "gate";
47
47
  mode: "mode";
48
48
  artefact: "artefact";
49
- artefact_flow: "artefact_flow";
50
49
  decision: "decision";
51
50
  change: "change";
52
51
  view: "view";
53
52
  milestone: "milestone";
54
- version: "version";
55
53
  }> & {
56
- is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
54
+ is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
57
55
  };
58
56
  name: z.ZodString;
59
57
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
60
58
  is(value: unknown): value is string | string[];
61
59
  }>;
62
- status: z.ZodOptional<z.ZodEnum<{
63
- deprecated: "deprecated";
64
- proposed: "proposed";
65
- accepted: "accepted";
66
- active: "active";
67
- implemented: "implemented";
68
- adopted: "adopted";
69
- defined: "defined";
70
- introduced: "introduced";
71
- in_progress: "in_progress";
72
- complete: "complete";
73
- consolidated: "consolidated";
74
- experimental: "experimental";
75
- retired: "retired";
76
- superseded: "superseded";
77
- abandoned: "abandoned";
78
- deferred: "deferred";
79
- }> & {
80
- is(value: unknown): value is "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred";
81
- }>;
60
+ status: z.ZodOptional<z.ZodNever>;
82
61
  lifecycle: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
83
62
  context: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
84
63
  is(value: unknown): value is string | string[];
@@ -133,8 +112,6 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
133
112
  }>>;
134
113
  propagation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
135
114
  includes: z.ZodOptional<z.ZodArray<z.ZodString>>;
136
- input: z.ZodOptional<z.ZodString>;
137
- output: z.ZodOptional<z.ZodString>;
138
115
  external_references: z.ZodOptional<z.ZodArray<z.ZodObject<{
139
116
  role: z.ZodEnum<{
140
117
  output: "output";
@@ -178,26 +155,14 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
178
155
  affects: "affects";
179
156
  supersedes: "supersedes";
180
157
  must_preserve: "must_preserve";
181
- performs: "performs";
182
158
  part_of: "part_of";
183
159
  precedes: "precedes";
184
160
  must_follow: "must_follow";
185
- blocks: "blocks";
186
- routes_to: "routes_to";
187
161
  governed_by: "governed_by";
188
162
  modifies: "modifies";
189
- triggered_by: "triggered_by";
190
- applies_to: "applies_to";
191
163
  produces: "produces";
192
- consumes: "consumes";
193
- transforms_into: "transforms_into";
194
- selects: "selects";
195
- requires: "requires";
196
- disables: "disables";
197
- influence: "influence";
198
- justifies: "justifies";
199
164
  }> & {
200
- is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
165
+ is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
201
166
  };
202
167
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
203
168
  is(value: unknown): value is string | string[];
@@ -216,7 +181,7 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
216
181
  [x: string]: unknown;
217
182
  from: string;
218
183
  to: string;
219
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
184
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
220
185
  description?: string | string[] | undefined;
221
186
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
222
187
  strength?: number | undefined;
@@ -256,10 +221,10 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
256
221
  nodes: {
257
222
  [x: string]: unknown;
258
223
  id: string;
259
- type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
224
+ type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
260
225
  name: string;
261
226
  description?: string | string[] | undefined;
262
- status?: "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred" | undefined;
227
+ status?: undefined;
263
228
  lifecycle?: Record<string, string | boolean> | undefined;
264
229
  context?: string | string[] | undefined;
265
230
  options?: {
@@ -283,8 +248,6 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
283
248
  }[] | undefined;
284
249
  propagation?: Record<string, boolean> | undefined;
285
250
  includes?: string[] | undefined;
286
- input?: string | undefined;
287
- output?: string | undefined;
288
251
  external_references?: {
289
252
  role: "output" | "input" | "context" | "evidence" | "source" | "standard" | "prior_art";
290
253
  identifier: string;
@@ -307,7 +270,7 @@ export declare const nodeHistoryOp: import("./define-operation.js").DefinedOpera
307
270
  [x: string]: unknown;
308
271
  from: string;
309
272
  to: string;
310
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
273
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
311
274
  description?: string | string[] | undefined;
312
275
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
313
276
  strength?: number | undefined;
@@ -36,39 +36,18 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
36
36
  gate: "gate";
37
37
  mode: "mode";
38
38
  artefact: "artefact";
39
- artefact_flow: "artefact_flow";
40
39
  decision: "decision";
41
40
  change: "change";
42
41
  view: "view";
43
42
  milestone: "milestone";
44
- version: "version";
45
43
  }> & {
46
- is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
44
+ is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
47
45
  };
48
46
  name: z.ZodString;
49
47
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
50
48
  is(value: unknown): value is string | string[];
51
49
  }>;
52
- status: z.ZodOptional<z.ZodEnum<{
53
- deprecated: "deprecated";
54
- proposed: "proposed";
55
- accepted: "accepted";
56
- active: "active";
57
- implemented: "implemented";
58
- adopted: "adopted";
59
- defined: "defined";
60
- introduced: "introduced";
61
- in_progress: "in_progress";
62
- complete: "complete";
63
- consolidated: "consolidated";
64
- experimental: "experimental";
65
- retired: "retired";
66
- superseded: "superseded";
67
- abandoned: "abandoned";
68
- deferred: "deferred";
69
- }> & {
70
- is(value: unknown): value is "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred";
71
- }>;
50
+ status: z.ZodOptional<z.ZodNever>;
72
51
  lifecycle: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
73
52
  context: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
74
53
  is(value: unknown): value is string | string[];
@@ -123,8 +102,6 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
123
102
  }>>;
124
103
  propagation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
125
104
  includes: z.ZodOptional<z.ZodArray<z.ZodString>>;
126
- input: z.ZodOptional<z.ZodString>;
127
- output: z.ZodOptional<z.ZodString>;
128
105
  external_references: z.ZodOptional<z.ZodArray<z.ZodObject<{
129
106
  role: z.ZodEnum<{
130
107
  output: "output";
@@ -168,26 +145,14 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
168
145
  affects: "affects";
169
146
  supersedes: "supersedes";
170
147
  must_preserve: "must_preserve";
171
- performs: "performs";
172
148
  part_of: "part_of";
173
149
  precedes: "precedes";
174
150
  must_follow: "must_follow";
175
- blocks: "blocks";
176
- routes_to: "routes_to";
177
151
  governed_by: "governed_by";
178
152
  modifies: "modifies";
179
- triggered_by: "triggered_by";
180
- applies_to: "applies_to";
181
153
  produces: "produces";
182
- consumes: "consumes";
183
- transforms_into: "transforms_into";
184
- selects: "selects";
185
- requires: "requires";
186
- disables: "disables";
187
- influence: "influence";
188
- justifies: "justifies";
189
154
  }> & {
190
- is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
155
+ is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
191
156
  };
192
157
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
193
158
  is(value: unknown): value is string | string[];
@@ -206,7 +171,7 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
206
171
  [x: string]: unknown;
207
172
  from: string;
208
173
  to: string;
209
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
174
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
210
175
  description?: string | string[] | undefined;
211
176
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
212
177
  strength?: number | undefined;
@@ -246,10 +211,10 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
246
211
  nodes: {
247
212
  [x: string]: unknown;
248
213
  id: string;
249
- type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
214
+ type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
250
215
  name: string;
251
216
  description?: string | string[] | undefined;
252
- status?: "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred" | undefined;
217
+ status?: undefined;
253
218
  lifecycle?: Record<string, string | boolean> | undefined;
254
219
  context?: string | string[] | undefined;
255
220
  options?: {
@@ -273,8 +238,6 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
273
238
  }[] | undefined;
274
239
  propagation?: Record<string, boolean> | undefined;
275
240
  includes?: string[] | undefined;
276
- input?: string | undefined;
277
- output?: string | undefined;
278
241
  external_references?: {
279
242
  role: "output" | "input" | "context" | "evidence" | "source" | "standard" | "prior_art";
280
243
  identifier: string;
@@ -297,7 +260,7 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
297
260
  [x: string]: unknown;
298
261
  from: string;
299
262
  to: string;
300
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
263
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
301
264
  description?: string | string[] | undefined;
302
265
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
303
266
  strength?: number | undefined;
@@ -349,39 +312,18 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
349
312
  gate: "gate";
350
313
  mode: "mode";
351
314
  artefact: "artefact";
352
- artefact_flow: "artefact_flow";
353
315
  decision: "decision";
354
316
  change: "change";
355
317
  view: "view";
356
318
  milestone: "milestone";
357
- version: "version";
358
319
  }> & {
359
- is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
320
+ is(value: unknown): value is "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
360
321
  };
361
322
  name: z.ZodString;
362
323
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
363
324
  is(value: unknown): value is string | string[];
364
325
  }>;
365
- status: z.ZodOptional<z.ZodEnum<{
366
- deprecated: "deprecated";
367
- proposed: "proposed";
368
- accepted: "accepted";
369
- active: "active";
370
- implemented: "implemented";
371
- adopted: "adopted";
372
- defined: "defined";
373
- introduced: "introduced";
374
- in_progress: "in_progress";
375
- complete: "complete";
376
- consolidated: "consolidated";
377
- experimental: "experimental";
378
- retired: "retired";
379
- superseded: "superseded";
380
- abandoned: "abandoned";
381
- deferred: "deferred";
382
- }> & {
383
- is(value: unknown): value is "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred";
384
- }>;
326
+ status: z.ZodOptional<z.ZodNever>;
385
327
  lifecycle: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnion<readonly [z.ZodBoolean, z.ZodString]>>>;
386
328
  context: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
387
329
  is(value: unknown): value is string | string[];
@@ -436,8 +378,6 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
436
378
  }>>;
437
379
  propagation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
438
380
  includes: z.ZodOptional<z.ZodArray<z.ZodString>>;
439
- input: z.ZodOptional<z.ZodString>;
440
- output: z.ZodOptional<z.ZodString>;
441
381
  external_references: z.ZodOptional<z.ZodArray<z.ZodObject<{
442
382
  role: z.ZodEnum<{
443
383
  output: "output";
@@ -481,26 +421,14 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
481
421
  affects: "affects";
482
422
  supersedes: "supersedes";
483
423
  must_preserve: "must_preserve";
484
- performs: "performs";
485
424
  part_of: "part_of";
486
425
  precedes: "precedes";
487
426
  must_follow: "must_follow";
488
- blocks: "blocks";
489
- routes_to: "routes_to";
490
427
  governed_by: "governed_by";
491
428
  modifies: "modifies";
492
- triggered_by: "triggered_by";
493
- applies_to: "applies_to";
494
429
  produces: "produces";
495
- consumes: "consumes";
496
- transforms_into: "transforms_into";
497
- selects: "selects";
498
- requires: "requires";
499
- disables: "disables";
500
- influence: "influence";
501
- justifies: "justifies";
502
430
  }> & {
503
- is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
431
+ is(value: unknown): value is "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
504
432
  };
505
433
  description: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]> & {
506
434
  is(value: unknown): value is string | string[];
@@ -519,7 +447,7 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
519
447
  [x: string]: unknown;
520
448
  from: string;
521
449
  to: string;
522
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
450
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
523
451
  description?: string | string[] | undefined;
524
452
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
525
453
  strength?: number | undefined;
@@ -559,10 +487,10 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
559
487
  nodes: {
560
488
  [x: string]: unknown;
561
489
  id: string;
562
- type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "artefact_flow" | "decision" | "change" | "view" | "milestone" | "version";
490
+ type: "intent" | "concept" | "capability" | "element" | "realisation" | "invariant" | "principle" | "policy" | "protocol" | "stage" | "role" | "gate" | "mode" | "artefact" | "decision" | "change" | "view" | "milestone";
563
491
  name: string;
564
492
  description?: string | string[] | undefined;
565
- status?: "deprecated" | "proposed" | "accepted" | "active" | "implemented" | "adopted" | "defined" | "introduced" | "in_progress" | "complete" | "consolidated" | "experimental" | "retired" | "superseded" | "abandoned" | "deferred" | undefined;
493
+ status?: undefined;
566
494
  lifecycle?: Record<string, string | boolean> | undefined;
567
495
  context?: string | string[] | undefined;
568
496
  options?: {
@@ -586,8 +514,6 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
586
514
  }[] | undefined;
587
515
  propagation?: Record<string, boolean> | undefined;
588
516
  includes?: string[] | undefined;
589
- input?: string | undefined;
590
- output?: string | undefined;
591
517
  external_references?: {
592
518
  role: "output" | "input" | "context" | "evidence" | "source" | "standard" | "prior_art";
593
519
  identifier: string;
@@ -610,7 +536,7 @@ export declare const planAddTaskOp: import("./define-operation.js").DefinedOpera
610
536
  [x: string]: unknown;
611
537
  from: string;
612
538
  to: string;
613
- type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "performs" | "part_of" | "precedes" | "must_follow" | "blocks" | "routes_to" | "governed_by" | "modifies" | "triggered_by" | "applies_to" | "produces" | "consumes" | "transforms_into" | "selects" | "requires" | "disables" | "influence" | "justifies";
539
+ type: "refines" | "realises" | "implements" | "depends_on" | "constrained_by" | "affects" | "supersedes" | "must_preserve" | "part_of" | "precedes" | "must_follow" | "governed_by" | "modifies" | "produces";
614
540
  description?: string | string[] | undefined;
615
541
  polarity?: "positive" | "negative" | "neutral" | "uncertain" | undefined;
616
542
  strength?: number | undefined;