@miadi/ncp-story-studio 0.1.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 (126) hide show
  1. package/LICENSE +21 -0
  2. package/PHASES.md +160 -0
  3. package/README.md +140 -0
  4. package/assets/PROVENANCE.json +5 -0
  5. package/assets/examples/PROVENANCE.json +26 -0
  6. package/assets/examples/anora.json +228 -0
  7. package/assets/examples/example-story.json +112 -0
  8. package/assets/examples/the-shawshank-redemption.json +2068 -0
  9. package/assets/examples/weaver_of_words__the_catalyst_of_change_251101.json +1132 -0
  10. package/assets/ncp-schema.json +794 -0
  11. package/assets/terminology.json +2919 -0
  12. package/dist/agents/adapter.d.ts +60 -0
  13. package/dist/agents/adapter.d.ts.map +1 -0
  14. package/dist/agents/adapter.js +69 -0
  15. package/dist/agents/adapter.js.map +1 -0
  16. package/dist/agents/context.d.ts +19 -0
  17. package/dist/agents/context.d.ts.map +1 -0
  18. package/dist/agents/context.js +49 -0
  19. package/dist/agents/context.js.map +1 -0
  20. package/dist/agents/index.d.ts +5 -0
  21. package/dist/agents/index.d.ts.map +1 -0
  22. package/dist/agents/index.js +7 -0
  23. package/dist/agents/index.js.map +1 -0
  24. package/dist/agents/links.d.ts +41 -0
  25. package/dist/agents/links.d.ts.map +1 -0
  26. package/dist/agents/links.js +76 -0
  27. package/dist/agents/links.js.map +1 -0
  28. package/dist/agents/personas.d.ts +16 -0
  29. package/dist/agents/personas.d.ts.map +1 -0
  30. package/dist/agents/personas.js +34 -0
  31. package/dist/agents/personas.js.map +1 -0
  32. package/dist/fixtures/index.d.ts +27 -0
  33. package/dist/fixtures/index.d.ts.map +1 -0
  34. package/dist/fixtures/index.js +69 -0
  35. package/dist/fixtures/index.js.map +1 -0
  36. package/dist/graph/index.d.ts +60 -0
  37. package/dist/graph/index.d.ts.map +1 -0
  38. package/dist/graph/index.js +97 -0
  39. package/dist/graph/index.js.map +1 -0
  40. package/dist/graph/react/index.d.ts +2 -0
  41. package/dist/graph/react/index.d.ts.map +1 -0
  42. package/dist/graph/react/index.js +5 -0
  43. package/dist/graph/react/index.js.map +1 -0
  44. package/dist/graph/react/story-graph.d.ts +17 -0
  45. package/dist/graph/react/story-graph.d.ts.map +1 -0
  46. package/dist/graph/react/story-graph.js +26 -0
  47. package/dist/graph/react/story-graph.js.map +1 -0
  48. package/dist/graph/tones.d.ts +36 -0
  49. package/dist/graph/tones.d.ts.map +1 -0
  50. package/dist/graph/tones.js +38 -0
  51. package/dist/graph/tones.js.map +1 -0
  52. package/dist/index.d.ts +33 -0
  53. package/dist/index.d.ts.map +1 -0
  54. package/dist/index.js +24 -0
  55. package/dist/index.js.map +1 -0
  56. package/dist/schema/constants.d.ts +3 -0
  57. package/dist/schema/constants.d.ts.map +1 -0
  58. package/dist/schema/constants.js +3 -0
  59. package/dist/schema/constants.js.map +1 -0
  60. package/dist/schema/extensions.d.ts +14 -0
  61. package/dist/schema/extensions.d.ts.map +1 -0
  62. package/dist/schema/extensions.js +61 -0
  63. package/dist/schema/extensions.js.map +1 -0
  64. package/dist/schema/generated-terms.d.ts +7 -0
  65. package/dist/schema/generated-terms.d.ts.map +1 -0
  66. package/dist/schema/generated-terms.js +518 -0
  67. package/dist/schema/generated-terms.js.map +1 -0
  68. package/dist/schema/generated.d.ts +64 -0
  69. package/dist/schema/generated.d.ts.map +1 -0
  70. package/dist/schema/generated.js +497 -0
  71. package/dist/schema/generated.js.map +1 -0
  72. package/dist/schema/index.d.ts +48 -0
  73. package/dist/schema/index.d.ts.map +1 -0
  74. package/dist/schema/index.js +92 -0
  75. package/dist/schema/index.js.map +1 -0
  76. package/dist/schema/normalize.d.ts +20 -0
  77. package/dist/schema/normalize.d.ts.map +1 -0
  78. package/dist/schema/normalize.js +88 -0
  79. package/dist/schema/normalize.js.map +1 -0
  80. package/dist/schema/read.d.ts +31 -0
  81. package/dist/schema/read.d.ts.map +1 -0
  82. package/dist/schema/read.js +640 -0
  83. package/dist/schema/read.js.map +1 -0
  84. package/dist/schema/terms.d.ts +11 -0
  85. package/dist/schema/terms.d.ts.map +1 -0
  86. package/dist/schema/terms.js +80 -0
  87. package/dist/schema/terms.js.map +1 -0
  88. package/dist/schema/types.d.ts +140 -0
  89. package/dist/schema/types.d.ts.map +1 -0
  90. package/dist/schema/types.js +2 -0
  91. package/dist/schema/types.js.map +1 -0
  92. package/dist/schema/validate.d.ts +54 -0
  93. package/dist/schema/validate.d.ts.map +1 -0
  94. package/dist/schema/validate.js +490 -0
  95. package/dist/schema/validate.js.map +1 -0
  96. package/dist/store/index.d.ts +76 -0
  97. package/dist/store/index.d.ts.map +1 -0
  98. package/dist/store/index.js +96 -0
  99. package/dist/store/index.js.map +1 -0
  100. package/dist/store/json.d.ts +35 -0
  101. package/dist/store/json.d.ts.map +1 -0
  102. package/dist/store/json.js +192 -0
  103. package/dist/store/json.js.map +1 -0
  104. package/dist/store/mutations.d.ts +45 -0
  105. package/dist/store/mutations.d.ts.map +1 -0
  106. package/dist/store/mutations.js +181 -0
  107. package/dist/store/mutations.js.map +1 -0
  108. package/dist/store/neon.d.ts +42 -0
  109. package/dist/store/neon.d.ts.map +1 -0
  110. package/dist/store/neon.js +167 -0
  111. package/dist/store/neon.js.map +1 -0
  112. package/dist/terminology/generated.d.ts +3 -0
  113. package/dist/terminology/generated.d.ts.map +1 -0
  114. package/dist/terminology/generated.js +2923 -0
  115. package/dist/terminology/generated.js.map +1 -0
  116. package/dist/terminology/index.d.ts +20 -0
  117. package/dist/terminology/index.d.ts.map +1 -0
  118. package/dist/terminology/index.js +71 -0
  119. package/dist/terminology/index.js.map +1 -0
  120. package/dist/terminology/types.d.ts +25 -0
  121. package/dist/terminology/types.d.ts.map +1 -0
  122. package/dist/terminology/types.js +2 -0
  123. package/dist/terminology/types.js.map +1 -0
  124. package/package.json +117 -0
  125. package/rispecs/README.rise.md +5 -0
  126. package/rispecs/RISPEC.md +9 -0
@@ -0,0 +1,518 @@
1
+ // GENERATED FILE — do not edit by hand.
2
+ // Regenerate with: npm run sync-docs (scripts/sync-canonical-docs.mjs)
3
+ // Source: /workspace/repos/avadisabelle/holisticagnostic-narrative-context-protocol/docs/terminology
4
+ //
5
+ // Only the label→identifier pairs the schema layer needs. The full
6
+ // terminology table lives in src/terminology/generated.ts and is reached
7
+ // through the `/terminology` subpath alone.
8
+ export const TERM_MAP = {
9
+ "appreciation_by_label": [
10
+ [
11
+ "objective story solution",
12
+ "solution"
13
+ ],
14
+ [
15
+ "objective story benchmark",
16
+ "concern"
17
+ ],
18
+ [
19
+ "objective story catalyst",
20
+ "issue"
21
+ ],
22
+ [
23
+ "objective story problem",
24
+ "problem"
25
+ ],
26
+ [
27
+ "objective story response",
28
+ "response"
29
+ ],
30
+ [
31
+ "objective story issue",
32
+ "issue"
33
+ ],
34
+ [
35
+ "objective story concern",
36
+ "concern"
37
+ ],
38
+ [
39
+ "objective story flow",
40
+ "response"
41
+ ],
42
+ [
43
+ "objective story symptom",
44
+ "symptom"
45
+ ],
46
+ [
47
+ "objective story domain",
48
+ "domain"
49
+ ],
50
+ [
51
+ "objective story inhibitor",
52
+ "issue"
53
+ ],
54
+ [
55
+ "objective story problem",
56
+ "problem"
57
+ ],
58
+ [
59
+ "objective story resistance",
60
+ "symptom"
61
+ ],
62
+ [
63
+ "objective story solution",
64
+ "solution"
65
+ ],
66
+ [
67
+ "story consequence",
68
+ "concern"
69
+ ],
70
+ [
71
+ "story costs",
72
+ "concern"
73
+ ],
74
+ [
75
+ "story dividends",
76
+ "concern"
77
+ ],
78
+ [
79
+ "story forewarnings",
80
+ "concern"
81
+ ],
82
+ [
83
+ "story dividends",
84
+ "concern"
85
+ ],
86
+ [
87
+ "story forewarnings",
88
+ "concern"
89
+ ],
90
+ [
91
+ "story goal",
92
+ "concern"
93
+ ],
94
+ [
95
+ "story consequence",
96
+ "concern"
97
+ ],
98
+ [
99
+ "story preconditions",
100
+ "concern"
101
+ ],
102
+ [
103
+ "story prerequisites",
104
+ "concern"
105
+ ],
106
+ [
107
+ "story costs",
108
+ "concern"
109
+ ],
110
+ [
111
+ "story requirements",
112
+ "concern"
113
+ ],
114
+ [
115
+ "main character solution",
116
+ "solution"
117
+ ],
118
+ [
119
+ "main character baseline",
120
+ "problem"
121
+ ],
122
+ [
123
+ "main character benchmark",
124
+ "concern"
125
+ ],
126
+ [
127
+ "main character problem",
128
+ "problem"
129
+ ],
130
+ [
131
+ "main character critical flaw",
132
+ "issue"
133
+ ],
134
+ [
135
+ "main character response",
136
+ "response"
137
+ ],
138
+ [
139
+ "main character evolution",
140
+ "response"
141
+ ],
142
+ [
143
+ "main character issue",
144
+ "issue"
145
+ ],
146
+ [
147
+ "main character concern",
148
+ "concern"
149
+ ],
150
+ [
151
+ "main character flow",
152
+ "response"
153
+ ],
154
+ [
155
+ "main character symptom",
156
+ "symptom"
157
+ ],
158
+ [
159
+ "main character domain",
160
+ "domain"
161
+ ],
162
+ [
163
+ "main character introduction",
164
+ "problem"
165
+ ],
166
+ [
167
+ "main character pivotal element",
168
+ "problem"
169
+ ],
170
+ [
171
+ "main character problem",
172
+ "problem"
173
+ ],
174
+ [
175
+ "main character resistance",
176
+ "symptom"
177
+ ],
178
+ [
179
+ "main character resolution",
180
+ "solution"
181
+ ],
182
+ [
183
+ "main character solution",
184
+ "solution"
185
+ ],
186
+ [
187
+ "main character unique ability",
188
+ "issue"
189
+ ],
190
+ [
191
+ "influence character solution",
192
+ "solution"
193
+ ],
194
+ [
195
+ "influence character baseline",
196
+ "problem"
197
+ ],
198
+ [
199
+ "influence character benchmark",
200
+ "concern"
201
+ ],
202
+ [
203
+ "influence character problem",
204
+ "problem"
205
+ ],
206
+ [
207
+ "influence character critical flaw",
208
+ "issue"
209
+ ],
210
+ [
211
+ "influence character response",
212
+ "response"
213
+ ],
214
+ [
215
+ "influence character evolution",
216
+ "response"
217
+ ],
218
+ [
219
+ "influence character issue",
220
+ "issue"
221
+ ],
222
+ [
223
+ "influence character concern",
224
+ "concern"
225
+ ],
226
+ [
227
+ "influence character flow",
228
+ "response"
229
+ ],
230
+ [
231
+ "influence character symptom",
232
+ "symptom"
233
+ ],
234
+ [
235
+ "influence character domain",
236
+ "domain"
237
+ ],
238
+ [
239
+ "influence character introduction",
240
+ "problem"
241
+ ],
242
+ [
243
+ "influence character pivotal element",
244
+ "problem"
245
+ ],
246
+ [
247
+ "influence character problem",
248
+ "problem"
249
+ ],
250
+ [
251
+ "influence character resistance",
252
+ "symptom"
253
+ ],
254
+ [
255
+ "influence character resolution",
256
+ "solution"
257
+ ],
258
+ [
259
+ "influence character solution",
260
+ "solution"
261
+ ],
262
+ [
263
+ "influence character unique ability",
264
+ "issue"
265
+ ],
266
+ [
267
+ "relationship story solution",
268
+ "solution"
269
+ ],
270
+ [
271
+ "relationship story benchmark",
272
+ "concern"
273
+ ],
274
+ [
275
+ "relationship story catalyst",
276
+ "issue"
277
+ ],
278
+ [
279
+ "relationship story problem",
280
+ "problem"
281
+ ],
282
+ [
283
+ "relationship story response",
284
+ "response"
285
+ ],
286
+ [
287
+ "relationship story issue",
288
+ "issue"
289
+ ],
290
+ [
291
+ "relationship story concern",
292
+ "concern"
293
+ ],
294
+ [
295
+ "relationship story flow",
296
+ "response"
297
+ ],
298
+ [
299
+ "relationship story symptom",
300
+ "symptom"
301
+ ],
302
+ [
303
+ "relationship story domain",
304
+ "domain"
305
+ ],
306
+ [
307
+ "relationship story inhibitor",
308
+ "issue"
309
+ ],
310
+ [
311
+ "relationship story problem",
312
+ "problem"
313
+ ],
314
+ [
315
+ "relationship story resistance",
316
+ "symptom"
317
+ ],
318
+ [
319
+ "relationship story solution",
320
+ "solution"
321
+ ]
322
+ ],
323
+ "dynamic_by_label": [
324
+ [
325
+ "main character resolve",
326
+ "main_character_resolve"
327
+ ],
328
+ [
329
+ "influence character resolve",
330
+ "influence_character_resolve"
331
+ ],
332
+ [
333
+ "main character growth",
334
+ "main_character_growth"
335
+ ],
336
+ [
337
+ "main character approach",
338
+ "main_character_approach"
339
+ ],
340
+ [
341
+ "problem-solving style",
342
+ "problem_solving_style"
343
+ ],
344
+ [
345
+ "story limit",
346
+ "story_limit"
347
+ ],
348
+ [
349
+ "story driver",
350
+ "story_driver"
351
+ ],
352
+ [
353
+ "story outcome",
354
+ "story_outcome"
355
+ ],
356
+ [
357
+ "story judgment",
358
+ "story_judgment"
359
+ ]
360
+ ],
361
+ "pov_by_context": [
362
+ [
363
+ "objective story",
364
+ "they"
365
+ ],
366
+ [
367
+ "objective story throughline",
368
+ "they"
369
+ ],
370
+ [
371
+ "main character",
372
+ "i"
373
+ ],
374
+ [
375
+ "main character throughline",
376
+ "i"
377
+ ],
378
+ [
379
+ "influence character",
380
+ "you"
381
+ ],
382
+ [
383
+ "influence character throughline",
384
+ "you"
385
+ ],
386
+ [
387
+ "relationship story",
388
+ "we"
389
+ ],
390
+ [
391
+ "relationship story throughline",
392
+ "we"
393
+ ]
394
+ ],
395
+ "legacy_to_dramatica": [
396
+ [
397
+ "relinquished / released",
398
+ "Change"
399
+ ],
400
+ [
401
+ "maintained / sustained",
402
+ "Steadfast"
403
+ ],
404
+ [
405
+ "dopamine",
406
+ "Linear"
407
+ ],
408
+ [
409
+ "serotonin",
410
+ "Holistic"
411
+ ],
412
+ [
413
+ "narrative alignment",
414
+ "Problem-Solving Style"
415
+ ],
416
+ [
417
+ "narrative fabric",
418
+ "Story Limit"
419
+ ],
420
+ [
421
+ "spacetime",
422
+ "Options"
423
+ ],
424
+ [
425
+ "timespace",
426
+ "Time"
427
+ ],
428
+ [
429
+ "form",
430
+ "Domain"
431
+ ],
432
+ [
433
+ "field",
434
+ "Concern"
435
+ ],
436
+ [
437
+ "facet",
438
+ "Issue"
439
+ ],
440
+ [
441
+ "force",
442
+ "Problem / Solution / Symptom / Response"
443
+ ],
444
+ [
445
+ "condition",
446
+ "Problem"
447
+ ],
448
+ [
449
+ "adjustment",
450
+ "Solution"
451
+ ],
452
+ [
453
+ "focus",
454
+ "Symptom"
455
+ ],
456
+ [
457
+ "direction",
458
+ "Response"
459
+ ],
460
+ [
461
+ "free",
462
+ "Uncontrolled"
463
+ ],
464
+ [
465
+ "transit",
466
+ "Signpost"
467
+ ],
468
+ [
469
+ "external framing",
470
+ "Universe"
471
+ ],
472
+ [
473
+ "external processing",
474
+ "Physics"
475
+ ],
476
+ [
477
+ "internal processing",
478
+ "Psychology"
479
+ ],
480
+ [
481
+ "internal framing",
482
+ "Mind"
483
+ ],
484
+ [
485
+ "story intention",
486
+ "Story Goal"
487
+ ],
488
+ [
489
+ "story overwhelm",
490
+ "Story Consequence"
491
+ ],
492
+ [
493
+ "story excitement",
494
+ "Story Dividends"
495
+ ],
496
+ [
497
+ "story pressure",
498
+ "Story Costs"
499
+ ],
500
+ [
501
+ "story ennui",
502
+ "Story Forewarnings"
503
+ ],
504
+ [
505
+ "story habituations",
506
+ "Story Requirements"
507
+ ],
508
+ [
509
+ "story internalizations",
510
+ "Story Prerequisites"
511
+ ],
512
+ [
513
+ "story socializations",
514
+ "Story Preconditions"
515
+ ]
516
+ ]
517
+ };
518
+ //# sourceMappingURL=generated-terms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated-terms.js","sourceRoot":"","sources":["../../src/schema/generated-terms.ts"],"names":[],"mappings":"AAAA,wCAAwC;AACxC,uEAAuE;AACvE,qGAAqG;AACrG,EAAE;AACF,mEAAmE;AACnE,yEAAyE;AACzE,4CAA4C;AAE5C,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,uBAAuB,EAAE;QACvB;YACE,0BAA0B;YAC1B,UAAU;SACX;QACD;YACE,2BAA2B;YAC3B,SAAS;SACV;QACD;YACE,0BAA0B;YAC1B,OAAO;SACR;QACD;YACE,yBAAyB;YACzB,SAAS;SACV;QACD;YACE,0BAA0B;YAC1B,UAAU;SACX;QACD;YACE,uBAAuB;YACvB,OAAO;SACR;QACD;YACE,yBAAyB;YACzB,SAAS;SACV;QACD;YACE,sBAAsB;YACtB,UAAU;SACX;QACD;YACE,yBAAyB;YACzB,SAAS;SACV;QACD;YACE,wBAAwB;YACxB,QAAQ;SACT;QACD;YACE,2BAA2B;YAC3B,OAAO;SACR;QACD;YACE,yBAAyB;YACzB,SAAS;SACV;QACD;YACE,4BAA4B;YAC5B,SAAS;SACV;QACD;YACE,0BAA0B;YAC1B,UAAU;SACX;QACD;YACE,mBAAmB;YACnB,SAAS;SACV;QACD;YACE,aAAa;YACb,SAAS;SACV;QACD;YACE,iBAAiB;YACjB,SAAS;SACV;QACD;YACE,oBAAoB;YACpB,SAAS;SACV;QACD;YACE,iBAAiB;YACjB,SAAS;SACV;QACD;YACE,oBAAoB;YACpB,SAAS;SACV;QACD;YACE,YAAY;YACZ,SAAS;SACV;QACD;YACE,mBAAmB;YACnB,SAAS;SACV;QACD;YACE,qBAAqB;YACrB,SAAS;SACV;QACD;YACE,qBAAqB;YACrB,SAAS;SACV;QACD;YACE,aAAa;YACb,SAAS;SACV;QACD;YACE,oBAAoB;YACpB,SAAS;SACV;QACD;YACE,yBAAyB;YACzB,UAAU;SACX;QACD;YACE,yBAAyB;YACzB,SAAS;SACV;QACD;YACE,0BAA0B;YAC1B,SAAS;SACV;QACD;YACE,wBAAwB;YACxB,SAAS;SACV;QACD;YACE,8BAA8B;YAC9B,OAAO;SACR;QACD;YACE,yBAAyB;YACzB,UAAU;SACX;QACD;YACE,0BAA0B;YAC1B,UAAU;SACX;QACD;YACE,sBAAsB;YACtB,OAAO;SACR;QACD;YACE,wBAAwB;YACxB,SAAS;SACV;QACD;YACE,qBAAqB;YACrB,UAAU;SACX;QACD;YACE,wBAAwB;YACxB,SAAS;SACV;QACD;YACE,uBAAuB;YACvB,QAAQ;SACT;QACD;YACE,6BAA6B;YAC7B,SAAS;SACV;QACD;YACE,gCAAgC;YAChC,SAAS;SACV;QACD;YACE,wBAAwB;YACxB,SAAS;SACV;QACD;YACE,2BAA2B;YAC3B,SAAS;SACV;QACD;YACE,2BAA2B;YAC3B,UAAU;SACX;QACD;YACE,yBAAyB;YACzB,UAAU;SACX;QACD;YACE,+BAA+B;YAC/B,OAAO;SACR;QACD;YACE,8BAA8B;YAC9B,UAAU;SACX;QACD;YACE,8BAA8B;YAC9B,SAAS;SACV;QACD;YACE,+BAA+B;YAC/B,SAAS;SACV;QACD;YACE,6BAA6B;YAC7B,SAAS;SACV;QACD;YACE,mCAAmC;YACnC,OAAO;SACR;QACD;YACE,8BAA8B;YAC9B,UAAU;SACX;QACD;YACE,+BAA+B;YAC/B,UAAU;SACX;QACD;YACE,2BAA2B;YAC3B,OAAO;SACR;QACD;YACE,6BAA6B;YAC7B,SAAS;SACV;QACD;YACE,0BAA0B;YAC1B,UAAU;SACX;QACD;YACE,6BAA6B;YAC7B,SAAS;SACV;QACD;YACE,4BAA4B;YAC5B,QAAQ;SACT;QACD;YACE,kCAAkC;YAClC,SAAS;SACV;QACD;YACE,qCAAqC;YACrC,SAAS;SACV;QACD;YACE,6BAA6B;YAC7B,SAAS;SACV;QACD;YACE,gCAAgC;YAChC,SAAS;SACV;QACD;YACE,gCAAgC;YAChC,UAAU;SACX;QACD;YACE,8BAA8B;YAC9B,UAAU;SACX;QACD;YACE,oCAAoC;YACpC,OAAO;SACR;QACD;YACE,6BAA6B;YAC7B,UAAU;SACX;QACD;YACE,8BAA8B;YAC9B,SAAS;SACV;QACD;YACE,6BAA6B;YAC7B,OAAO;SACR;QACD;YACE,4BAA4B;YAC5B,SAAS;SACV;QACD;YACE,6BAA6B;YAC7B,UAAU;SACX;QACD;YACE,0BAA0B;YAC1B,OAAO;SACR;QACD;YACE,4BAA4B;YAC5B,SAAS;SACV;QACD;YACE,yBAAyB;YACzB,UAAU;SACX;QACD;YACE,4BAA4B;YAC5B,SAAS;SACV;QACD;YACE,2BAA2B;YAC3B,QAAQ;SACT;QACD;YACE,8BAA8B;YAC9B,OAAO;SACR;QACD;YACE,4BAA4B;YAC5B,SAAS;SACV;QACD;YACE,+BAA+B;YAC/B,SAAS;SACV;QACD;YACE,6BAA6B;YAC7B,UAAU;SACX;KACF;IACD,kBAAkB,EAAE;QAClB;YACE,wBAAwB;YACxB,wBAAwB;SACzB;QACD;YACE,6BAA6B;YAC7B,6BAA6B;SAC9B;QACD;YACE,uBAAuB;YACvB,uBAAuB;SACxB;QACD;YACE,yBAAyB;YACzB,yBAAyB;SAC1B;QACD;YACE,uBAAuB;YACvB,uBAAuB;SACxB;QACD;YACE,aAAa;YACb,aAAa;SACd;QACD;YACE,cAAc;YACd,cAAc;SACf;QACD;YACE,eAAe;YACf,eAAe;SAChB;QACD;YACE,gBAAgB;YAChB,gBAAgB;SACjB;KACF;IACD,gBAAgB,EAAE;QAChB;YACE,iBAAiB;YACjB,MAAM;SACP;QACD;YACE,6BAA6B;YAC7B,MAAM;SACP;QACD;YACE,gBAAgB;YAChB,GAAG;SACJ;QACD;YACE,4BAA4B;YAC5B,GAAG;SACJ;QACD;YACE,qBAAqB;YACrB,KAAK;SACN;QACD;YACE,iCAAiC;YACjC,KAAK;SACN;QACD;YACE,oBAAoB;YACpB,IAAI;SACL;QACD;YACE,gCAAgC;YAChC,IAAI;SACL;KACF;IACD,qBAAqB,EAAE;QACrB;YACE,yBAAyB;YACzB,QAAQ;SACT;QACD;YACE,wBAAwB;YACxB,WAAW;SACZ;QACD;YACE,UAAU;YACV,QAAQ;SACT;QACD;YACE,WAAW;YACX,UAAU;SACX;QACD;YACE,qBAAqB;YACrB,uBAAuB;SACxB;QACD;YACE,kBAAkB;YAClB,aAAa;SACd;QACD;YACE,WAAW;YACX,SAAS;SACV;QACD;YACE,WAAW;YACX,MAAM;SACP;QACD;YACE,MAAM;YACN,QAAQ;SACT;QACD;YACE,OAAO;YACP,SAAS;SACV;QACD;YACE,OAAO;YACP,OAAO;SACR;QACD;YACE,OAAO;YACP,yCAAyC;SAC1C;QACD;YACE,WAAW;YACX,SAAS;SACV;QACD;YACE,YAAY;YACZ,UAAU;SACX;QACD;YACE,OAAO;YACP,SAAS;SACV;QACD;YACE,WAAW;YACX,UAAU;SACX;QACD;YACE,MAAM;YACN,cAAc;SACf;QACD;YACE,SAAS;YACT,UAAU;SACX;QACD;YACE,kBAAkB;YAClB,UAAU;SACX;QACD;YACE,qBAAqB;YACrB,SAAS;SACV;QACD;YACE,qBAAqB;YACrB,YAAY;SACb;QACD;YACE,kBAAkB;YAClB,MAAM;SACP;QACD;YACE,iBAAiB;YACjB,YAAY;SACb;QACD;YACE,iBAAiB;YACjB,mBAAmB;SACpB;QACD;YACE,kBAAkB;YAClB,iBAAiB;SAClB;QACD;YACE,gBAAgB;YAChB,aAAa;SACd;QACD;YACE,aAAa;YACb,oBAAoB;SACrB;QACD;YACE,oBAAoB;YACpB,oBAAoB;SACrB;QACD;YACE,wBAAwB;YACxB,qBAAqB;SACtB;QACD;YACE,sBAAsB;YACtB,qBAAqB;SACtB;KACF;CACO,CAAA"}
@@ -0,0 +1,64 @@
1
+ export declare const CANONICAL_SCHEMA_PROVENANCE: {
2
+ readonly source_path: "/workspace/repos/avadisabelle/holisticagnostic-narrative-context-protocol/schema/ncp-schema.json";
3
+ readonly sha256: "c7a72b1588c988a063d6b92f9ee227f48885fcec666387e464843c434550d811";
4
+ readonly synced_at: "2026-09-12";
5
+ readonly schema_title: "Narrative Context Protcol Schema";
6
+ readonly declared_schema_version: "1.0";
7
+ };
8
+ /** The canonical schema's own `required` lists, by element. */
9
+ export declare const CANONICAL_REQUIRED: {
10
+ readonly story: readonly ["id", "title", "genre", "logline", "created_at", "narratives"];
11
+ readonly narrative: readonly ["id", "title", "subtext", "storytelling"];
12
+ readonly subtext: readonly ["perspectives", "players", "dynamics", "storypoints", "storybeats"];
13
+ readonly storytelling: readonly [];
14
+ readonly perspective: readonly ["id", "pov", "summary", "storytelling"];
15
+ readonly player: readonly ["id", "name", "role", "visual", "audio", "summary", "storytelling", "perspectives"];
16
+ readonly dynamic: readonly ["id", "dynamic", "vector", "summary", "storytelling"];
17
+ readonly storypoint: readonly ["id", "appreciation", "narrative_function", "illustration", "summary", "storytelling", "perspectives"];
18
+ readonly storybeat: readonly ["id", "appreciation", "sequence", "narrative_function", "illustration", "summary", "storytelling", "tones", "perspectives"];
19
+ readonly moment: readonly [];
20
+ };
21
+ /** What the canonical schema says about `storybeat.sequence`. */
22
+ export declare const SEQUENCE_CONSTRAINTS: {
23
+ readonly minimum: 1;
24
+ readonly type: "integer";
25
+ readonly ranges: {
26
+ readonly signpost: {
27
+ readonly minimum: 1;
28
+ readonly maximum: 4;
29
+ };
30
+ readonly progression: {
31
+ readonly minimum: 1;
32
+ readonly maximum: 16;
33
+ };
34
+ readonly event: {
35
+ readonly minimum: 1;
36
+ readonly maximum: 64;
37
+ };
38
+ };
39
+ };
40
+ export declare const AUTHOR_STRUCTURAL_POV: readonly ["i", "you", "we", "they"];
41
+ export type AuthorStructuralPov = (typeof AUTHOR_STRUCTURAL_POV)[number];
42
+ export declare const DYNAMIC_KINDS: readonly ["main_character_resolve", "influence_character_resolve", "main_character_growth", "main_character_approach", "problem_solving_style", "story_limit", "story_driver", "story_outcome", "story_judgment"];
43
+ export type DynamicKind = (typeof DYNAMIC_KINDS)[number];
44
+ export declare const DYNAMIC_VECTORS: readonly ["change", "steadfast", "stop", "start", "do_er", "be_er", "linear", "holistic", "optionlock", "timelock", "action", "decision", "success", "failure", "good", "bad"];
45
+ export type DynamicVector = (typeof DYNAMIC_VECTORS)[number];
46
+ export declare const STORYPOINT_APPRECIATIONS: readonly ["domain", "concern", "issue", "problem", "solution", "symptom", "response", "catalyst", "inhibitor", "unique_ability", "critical_flaw", "benchmark", "story_goal", "story_requirements", "story_prerequisites", "story_preconditions", "story_costs", "story_dividends", "story_forewarnings", "story_consequence", "pivotal_element", "initial_story_driver", "second_story_driver", "midpoint_story_driver", "fourth_story_driver", "concluding_story_driver", "signpost", "progression", "event"];
47
+ export type StorypointAppreciation = (typeof STORYPOINT_APPRECIATIONS)[number];
48
+ export declare const STORYPOINT_NARRATIVE_FUNCTIONS: readonly ["universe", "physics", "psychology", "mind", "past", "understanding", "conceptualizing", "memory", "progress", "doing", "being", "preconscious", "future", "obtaining", "becoming", "subconscious", "present", "learning", "conceiving", "conscious", "fate", "prediction", "interdiction", "destiny", "instinct", "senses", "interpretation", "conditioning", "fact", "security", "threat", "fantasy", "wisdom", "skill", "experience", "enlightenment", "openness", "delay", "choice", "preconception", "approach", "self_interest", "altruism", "attitude", "work", "attraction", "repulsion", "attempt", "qualification", "strategy", "analysis", "stipulation", "truth", "evidence", "suspicion", "falsehood", "state_of_being", "situation", "circumstances", "sense_of_self", "value", "confidence", "worry", "worth", "knowing", "able", "driven", "thinking", "closure", "hope", "dream", "denial", "rationalization", "commitment", "responsibility", "obligation", "investigation", "appraisal", "reappraisal", "doubt", "permission", "need", "expediency", "deficiency", "ability", "acceptance", "accurate", "actuality", "avoid", "aware", "cause", "certainty", "change", "chaos", "conscience", "consider", "control", "deduction", "desire", "determination", "disbelief", "effect", "ending", "equity", "evaluation", "expectation", "faith", "feeling", "help", "hinder", "hunch", "inaction", "induction", "inequity", "inertia", "knowledge", "logic", "rejection", "deviation", "oppose", "order", "perception", "possibility", "potentiality", "proaction", "probability", "process", "production", "projection", "protection", "proven", "pursuit", "re_evaluation", "reaction", "reconsider", "reduction", "result", "self_aware", "speculation", "support", "temptation", "test", "theory", "thought", "trust", "uncontrolled", "continuing", "presumption"];
49
+ export type StorypointNarrativeFunction = (typeof STORYPOINT_NARRATIVE_FUNCTIONS)[number];
50
+ export declare const STORYBEAT_APPRECIATIONS: readonly ["signpost", "progression", "event"];
51
+ export type StorybeatAppreciation = (typeof STORYBEAT_APPRECIATIONS)[number];
52
+ export declare const STORYBEAT_NARRATIVE_FUNCTIONS: readonly ["past", "understanding", "conceptualizing", "memory", "progress", "doing", "being", "preconscious", "future", "obtaining", "becoming", "subconscious", "present", "learning", "conceiving", "conscious", "fate", "prediction", "interdiction", "destiny", "instinct", "senses", "interpretation", "conditioning", "fact", "security", "threat", "fantasy", "wisdom", "skill", "experience", "enlightenment", "openness", "delay", "choice", "preconception", "approach", "self_interest", "altruism", "attitude", "work", "attraction", "repulsion", "attempt", "qualification", "strategy", "analysis", "stipulation", "truth", "evidence", "suspicion", "falsehood", "state_of_being", "situation", "circumstances", "sense_of_self", "value", "confidence", "worry", "worth", "knowing", "able", "driven", "thinking", "closure", "hope", "dream", "denial", "rationalization", "commitment", "responsibility", "obligation", "investigation", "appraisal", "reappraisal", "doubt", "permission", "need", "expediency", "deficiency", "ability", "acceptance", "accurate", "actuality", "avoid", "aware", "cause", "certainty", "change", "chaos", "conscience", "consider", "control", "deduction", "desire", "determination", "disbelief", "effect", "ending", "equity", "evaluation", "expectation", "faith", "feeling", "help", "hinder", "hunch", "inaction", "induction", "inequity", "inertia", "knowledge", "logic", "rejection", "deviation", "oppose", "order", "perception", "possibility", "potentiality", "proaction", "probability", "process", "production", "projection", "protection", "proven", "pursuit", "re_evaluation", "reaction", "reconsider", "reduction", "result", "self_aware", "speculation", "support", "temptation", "test", "theory", "thought", "trust", "abandon", "continuing", "presumption"];
53
+ export type StorybeatNarrativeFunction = (typeof STORYBEAT_NARRATIVE_FUNCTIONS)[number];
54
+ export declare const TONE_ABSTRACTION: readonly ["situation", "action", "justification", "opinion"];
55
+ export type ToneAbstraction = (typeof TONE_ABSTRACTION)[number];
56
+ export declare const TONE_SPATIAL: readonly ["potential", "resistance", "current", "power"];
57
+ export type ToneSpatial = (typeof TONE_SPATIAL)[number];
58
+ export declare const TONE_TEMPORAL: readonly ["expression", "experimentation", "integration", "transcendence"];
59
+ export type ToneTemporal = (typeof TONE_TEMPORAL)[number];
60
+ export declare const AUDIENCE_EXPERIENTIAL_POV: readonly ["first_person_central", "first_person_peripheral", "second_person", "third_person_limited", "third_person_objective", "third_person_omniscient"];
61
+ export type AudienceExperientialPov = (typeof AUDIENCE_EXPERIENTIAL_POV)[number];
62
+ export declare const MOMENT_FABRIC_TYPES: readonly ["space", "time"];
63
+ export type MomentFabricType = (typeof MOMENT_FABRIC_TYPES)[number];
64
+ //# sourceMappingURL=generated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generated.d.ts","sourceRoot":"","sources":["../../src/schema/generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,2BAA2B;;;;;;CAM9B,CAAA;AAEV,+DAA+D;AAC/D,eAAO,MAAM,kBAAkB;;;;;;;;;;;CAmErB,CAAA;AAEV,iEAAiE;AACjE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;CAiBvB,CAAA;AAEV,eAAO,MAAM,qBAAqB,qCAKxB,CAAA;AACV,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAA;AAExE,eAAO,MAAM,aAAa,mNAUhB,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAExD,eAAO,MAAM,eAAe,gLAiBlB,CAAA;AACV,MAAM,MAAM,aAAa,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAA;AAE5D,eAAO,MAAM,wBAAwB,gfA8B3B,CAAA;AACV,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE9E,eAAO,MAAM,8BAA8B,myDAqJjC,CAAA;AACV,MAAM,MAAM,2BAA2B,GAAG,CAAC,OAAO,8BAA8B,CAAC,CAAC,MAAM,CAAC,CAAA;AAEzF,eAAO,MAAM,uBAAuB,+CAI1B,CAAA;AACV,MAAM,MAAM,qBAAqB,GAAG,CAAC,OAAO,uBAAuB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE5E,eAAO,MAAM,6BAA6B,ivDAiJhC,CAAA;AACV,MAAM,MAAM,0BAA0B,GAAG,CAAC,OAAO,6BAA6B,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvF,eAAO,MAAM,gBAAgB,8DAKnB,CAAA;AACV,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAA;AAE/D,eAAO,MAAM,YAAY,0DAKf,CAAA;AACV,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAA;AAEvD,eAAO,MAAM,aAAa,4EAKhB,CAAA;AACV,MAAM,MAAM,YAAY,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAEzD,eAAO,MAAM,yBAAyB,4JAO5B,CAAA;AACV,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAA;AAEhF,eAAO,MAAM,mBAAmB,4BAGtB,CAAA;AACV,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAA"}