retold 4.0.4 → 4.0.8

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 (93) hide show
  1. package/.claude/launch.json +47 -0
  2. package/.claude/settings.local.json +45 -107
  3. package/CLAUDE.md +9 -7
  4. package/README.md +9 -7
  5. package/Retold-Modules-Manifest.json +616 -0
  6. package/docs/README.md +7 -1
  7. package/docs/{cover.md → _cover.md} +1 -1
  8. package/docs/_sidebar.md +30 -3
  9. package/docs/architecture/architecture.md +5 -2
  10. package/docs/architecture/dependencies/_generate-graph.js +186 -0
  11. package/docs/architecture/dependencies/_generate-svg.js +364 -0
  12. package/docs/architecture/dependencies/in-ecosystem-dependency-graph-generation.md +97 -0
  13. package/docs/architecture/dependencies/in-ecosystem-dependency-graph.json +3168 -0
  14. package/docs/architecture/dependencies/in-ecosystem-dependency-graph.md +221 -0
  15. package/docs/architecture/dependencies/in-ecosystem-dependency-graph.svg +664 -0
  16. package/docs/architecture/documentation-style-guide.md +65 -0
  17. package/docs/architecture/example-app-style-guide.md +154 -0
  18. package/docs/architecture/modules.md +33 -12
  19. package/docs/architecture/templating/data-access.md +196 -0
  20. package/docs/architecture/templating/data-formatting.md +350 -0
  21. package/docs/architecture/templating/data-generation.md +72 -0
  22. package/docs/architecture/templating/debugging.md +181 -0
  23. package/docs/architecture/templating/entity.md +99 -0
  24. package/docs/architecture/templating/iteration.md +170 -0
  25. package/docs/architecture/templating/jellyfish-deep-dive.md +271 -0
  26. package/docs/architecture/templating/jellyfish-templates.md +476 -0
  27. package/docs/architecture/templating/logic.md +185 -0
  28. package/docs/architecture/templating/ref-breakpoint.md +38 -0
  29. package/docs/architecture/templating/ref-data.md +51 -0
  30. package/docs/architecture/templating/ref-dateonlyformat.md +43 -0
  31. package/docs/architecture/templating/ref-dateonlyymd.md +39 -0
  32. package/docs/architecture/templating/ref-datetimeformat.md +59 -0
  33. package/docs/architecture/templating/ref-datetimeymd.md +44 -0
  34. package/docs/architecture/templating/ref-dejs.md +42 -0
  35. package/docs/architecture/templating/ref-digits.md +36 -0
  36. package/docs/architecture/templating/ref-dj.md +50 -0
  37. package/docs/architecture/templating/ref-dollars.md +36 -0
  38. package/docs/architecture/templating/ref-dt.md +38 -0
  39. package/docs/architecture/templating/ref-dvbk.md +46 -0
  40. package/docs/architecture/templating/ref-dwaf.md +45 -0
  41. package/docs/architecture/templating/ref-dwtf.md +45 -0
  42. package/docs/architecture/templating/ref-entity.md +47 -0
  43. package/docs/architecture/templating/ref-hce.md +29 -0
  44. package/docs/architecture/templating/ref-hcs.md +38 -0
  45. package/docs/architecture/templating/ref-join.md +45 -0
  46. package/docs/architecture/templating/ref-joinunique.md +34 -0
  47. package/docs/architecture/templating/ref-ls.md +37 -0
  48. package/docs/architecture/templating/ref-lv.md +38 -0
  49. package/docs/architecture/templating/ref-lvt.md +33 -0
  50. package/docs/architecture/templating/ref-ne.md +40 -0
  51. package/docs/architecture/templating/ref-pascalcaseidentifier.md +41 -0
  52. package/docs/architecture/templating/ref-pict.md +42 -0
  53. package/docs/architecture/templating/ref-pluckjoinunique.md +39 -0
  54. package/docs/architecture/templating/ref-rn.md +35 -0
  55. package/docs/architecture/templating/ref-rns.md +35 -0
  56. package/docs/architecture/templating/ref-sbr.md +36 -0
  57. package/docs/architecture/templating/ref-solve.md +46 -0
  58. package/docs/architecture/templating/ref-tbda.md +41 -0
  59. package/docs/architecture/templating/ref-tbr.md +43 -0
  60. package/docs/architecture/templating/ref-tbt.md +46 -0
  61. package/docs/architecture/templating/ref-template.md +40 -0
  62. package/docs/architecture/templating/ref-tfa.md +32 -0
  63. package/docs/architecture/templating/ref-tfm.md +43 -0
  64. package/docs/architecture/templating/ref-tif.md +45 -0
  65. package/docs/architecture/templating/ref-tifabs.md +41 -0
  66. package/docs/architecture/templating/ref-ts.md +41 -0
  67. package/docs/architecture/templating/ref-tsfm.md +42 -0
  68. package/docs/architecture/templating/ref-tswp.md +45 -0
  69. package/docs/architecture/templating/ref-tvs.md +48 -0
  70. package/docs/architecture/templating/ref-view.md +40 -0
  71. package/docs/architecture/templating/ref-vrs.md +39 -0
  72. package/docs/architecture/templating/solvers.md +153 -0
  73. package/docs/architecture/templating/template-composition.md +196 -0
  74. package/docs/architecture/templating/template-expressions.md +217 -0
  75. package/docs/architecture/templating/views.md +154 -0
  76. package/docs/examples/todolist/todo-list.md +1 -1
  77. package/docs/modules/apps.md +26 -0
  78. package/docs/modules/pict.md +18 -0
  79. package/docs/modules/utility.md +23 -1
  80. package/docs/retold-catalog.json +2541 -307
  81. package/docs/retold-keyword-index.json +267578 -117399
  82. package/modules/CLAUDE.md +1 -0
  83. package/modules/Checkout.sh +1 -0
  84. package/modules/Diff.sh +86 -0
  85. package/modules/Include-Retold-Module-List.sh +4 -2
  86. package/modules/Status.sh +1 -0
  87. package/modules/Update.sh +1 -0
  88. package/modules/apps/Apps.md +1 -0
  89. package/modules/utility/Utility.md +1 -0
  90. package/package.json +9 -11
  91. package/docs/retold-building-documentation.md +0 -33
  92. package/modules/.claude/settings.local.json +0 -52
  93. package/modules/Retold-Modules.md +0 -24
@@ -0,0 +1,616 @@
1
+ {
2
+ "Generated": "2026-03-01",
3
+ "Description": "Manifest of all modules in the Retold ecosystem",
4
+ "GitHubOrg": "stevenvelozo",
5
+ "Groups":
6
+ [
7
+ {
8
+ "Name": "Fable",
9
+ "Description": "Core ecosystem: service dependency injection, configuration, logging, UUID generation",
10
+ "Path": "modules/fable",
11
+ "Modules":
12
+ [
13
+ {
14
+ "Name": "fable",
15
+ "Path": "modules/fable/fable",
16
+ "Description": "Service dependency injection, configuration, and logging library — the foundation of every Retold application",
17
+ "GitHub": "https://github.com/stevenvelozo/fable",
18
+ "Documentation": "https://stevenvelozo.github.io/fable/",
19
+ "RelatedModules": ["fable-serviceproviderbase", "fable-settings", "fable-log", "fable-uuid"]
20
+ },
21
+ {
22
+ "Name": "fable-serviceproviderbase",
23
+ "Path": "modules/fable/fable-serviceproviderbase",
24
+ "Description": "Base classes for Fable services providing registration, dependency injection, and lifecycle management",
25
+ "GitHub": "https://github.com/stevenvelozo/fable-serviceproviderbase",
26
+ "Documentation": "https://stevenvelozo.github.io/fable-serviceproviderbase/",
27
+ "RelatedModules": ["fable", "pict-serviceproviderbase"]
28
+ },
29
+ {
30
+ "Name": "fable-settings",
31
+ "Path": "modules/fable/fable-settings",
32
+ "Description": "Tolerant configuration chain for loading and merging application settings from multiple sources",
33
+ "GitHub": "https://github.com/stevenvelozo/fable-settings",
34
+ "Documentation": "https://stevenvelozo.github.io/fable-settings/",
35
+ "RelatedModules": ["fable"]
36
+ },
37
+ {
38
+ "Name": "fable-log",
39
+ "Path": "modules/fable/fable-log",
40
+ "Description": "Flexible logging wrapper with six severity levels and extensible output streams",
41
+ "GitHub": "https://github.com/stevenvelozo/fable-log",
42
+ "Documentation": "https://stevenvelozo.github.io/fable-log/",
43
+ "RelatedModules": ["fable", "fable-log-logger-bunyan"]
44
+ },
45
+ {
46
+ "Name": "fable-uuid",
47
+ "Path": "modules/fable/fable-uuid",
48
+ "Description": "UUID generator supporting RFC 4122 v4 and configurable random strings",
49
+ "GitHub": "https://github.com/stevenvelozo/fable-uuid",
50
+ "Documentation": "https://stevenvelozo.github.io/fable-uuid/",
51
+ "RelatedModules": ["fable"]
52
+ },
53
+ {
54
+ "Name": "fable-log-logger-bunyan",
55
+ "Path": "modules/fable/fable-log-logger-bunyan",
56
+ "Description": "Bunyan structured logging provider for Fable-Log",
57
+ "GitHub": "https://github.com/stevenvelozo/fable-log-logger-bunyan",
58
+ "Documentation": "https://stevenvelozo.github.io/fable-log-logger-bunyan/",
59
+ "RelatedModules": ["fable", "fable-log"]
60
+ },
61
+ {
62
+ "Name": "fable-operationstep",
63
+ "Path": "modules/fable/fable-operationstep",
64
+ "Description": "Simple base class for Fable operation steps",
65
+ "GitHub": "https://github.com/stevenvelozo/fable-operationstep",
66
+ "Documentation": false,
67
+ "RelatedModules": ["fable", "fable-serviceproviderbase"]
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "Name": "Meadow",
73
+ "Description": "Data access layer: ORM, query DSL, schema definitions, database connectors, and RESTful endpoint generation",
74
+ "Path": "modules/meadow",
75
+ "Modules":
76
+ [
77
+ {
78
+ "Name": "stricture",
79
+ "Path": "modules/meadow/stricture",
80
+ "Description": "MicroDDL schema definition language generating JSON, SQL DDL, MySQL, MSSQL, and documentation from compact definitions",
81
+ "GitHub": "https://github.com/stevenvelozo/stricture",
82
+ "Documentation": "https://stevenvelozo.github.io/stricture/",
83
+ "RelatedModules": ["meadow", "foxhound", "meadow-endpoints"]
84
+ },
85
+ {
86
+ "Name": "foxhound",
87
+ "Path": "modules/meadow/foxhound",
88
+ "Description": "Fluent query DSL generating dialect-specific queries for MySQL, MSSQL, SQLite, ALASQL, and MongoDB",
89
+ "GitHub": "https://github.com/stevenvelozo/foxhound",
90
+ "Documentation": "https://stevenvelozo.github.io/foxhound/",
91
+ "RelatedModules": ["meadow", "stricture", "meadow-connection-mysql", "meadow-connection-mssql", "meadow-connection-sqlite"]
92
+ },
93
+ {
94
+ "Name": "bibliograph",
95
+ "Path": "modules/meadow/bibliograph",
96
+ "Description": "Key-value record comprehension service for change tracking in data ingestion pipelines",
97
+ "GitHub": "https://github.com/stevenvelozo/bibliograph",
98
+ "Documentation": "https://stevenvelozo.github.io/bibliograph/",
99
+ "RelatedModules": ["fable", "bibliograph-storage-meadow"]
100
+ },
101
+ {
102
+ "Name": "bibliograph-storage-meadow",
103
+ "Path": "modules/meadow/bibliograph-storage-meadow",
104
+ "Description": "Meadow-backed storage provider for Bibliograph record comprehension with full CRUD persistence",
105
+ "GitHub": "https://github.com/stevenvelozo/bibliograph-storage-meadow",
106
+ "Documentation": "https://stevenvelozo.github.io/bibliograph-storage-meadow/",
107
+ "RelatedModules": ["bibliograph", "meadow"]
108
+ },
109
+ {
110
+ "Name": "meadow",
111
+ "Path": "modules/meadow/meadow",
112
+ "Description": "Provider-agnostic data broker with CRUD operations, audit tracking, and soft deletes across 8 database engines",
113
+ "GitHub": "https://github.com/stevenvelozo/meadow",
114
+ "Documentation": "https://stevenvelozo.github.io/meadow/",
115
+ "RelatedModules": ["fable", "stricture", "foxhound", "meadow-endpoints", "meadow-connection-mysql", "meadow-connection-mssql", "meadow-connection-sqlite", "meadow-connection-postgresql", "meadow-connection-mongodb", "meadow-connection-dgraph", "meadow-connection-solr", "meadow-connection-rocksdb"]
116
+ },
117
+ {
118
+ "Name": "parime",
119
+ "Path": "modules/meadow/parime",
120
+ "Description": "Generic data lake behaviors and services for managing large-scale data ingestion",
121
+ "GitHub": "https://github.com/stevenvelozo/parime",
122
+ "Documentation": "https://stevenvelozo.github.io/parime/",
123
+ "RelatedModules": ["fable", "meadow"]
124
+ },
125
+ {
126
+ "Name": "meadow-endpoints",
127
+ "Path": "modules/meadow/meadow-endpoints",
128
+ "Description": "Automatic RESTful CRUD endpoint generation from Meadow entities with behavior injection hooks",
129
+ "GitHub": "https://github.com/stevenvelozo/meadow-endpoints",
130
+ "Documentation": "https://stevenvelozo.github.io/meadow-endpoints/",
131
+ "RelatedModules": ["meadow", "orator", "stricture", "retold-data-service"]
132
+ },
133
+ {
134
+ "Name": "meadow-connection-mysql",
135
+ "Path": "modules/meadow/meadow-connection-mysql",
136
+ "Description": "MySQL and MariaDB pooled connection provider for Meadow",
137
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-mysql",
138
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-mysql/",
139
+ "RelatedModules": ["meadow", "foxhound"]
140
+ },
141
+ {
142
+ "Name": "meadow-connection-mssql",
143
+ "Path": "modules/meadow/meadow-connection-mssql",
144
+ "Description": "Microsoft SQL Server connection provider for Meadow",
145
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-mssql",
146
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-mssql/",
147
+ "RelatedModules": ["meadow", "foxhound"]
148
+ },
149
+ {
150
+ "Name": "meadow-connection-sqlite",
151
+ "Path": "modules/meadow/meadow-connection-sqlite",
152
+ "Description": "SQLite connection provider for Meadow via better-sqlite3",
153
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-sqlite",
154
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-sqlite/",
155
+ "RelatedModules": ["meadow", "foxhound"]
156
+ },
157
+ {
158
+ "Name": "meadow-connection-postgresql",
159
+ "Path": "modules/meadow/meadow-connection-postgresql",
160
+ "Description": "PostgreSQL connection provider for Meadow via pg with connection pooling",
161
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-postgresql",
162
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-postgresql/",
163
+ "RelatedModules": ["meadow", "foxhound"]
164
+ },
165
+ {
166
+ "Name": "meadow-connection-mongodb",
167
+ "Path": "modules/meadow/meadow-connection-mongodb",
168
+ "Description": "MongoDB document database connection provider for Meadow",
169
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-mongodb",
170
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-mongodb/",
171
+ "RelatedModules": ["meadow", "foxhound"]
172
+ },
173
+ {
174
+ "Name": "meadow-connection-dgraph",
175
+ "Path": "modules/meadow/meadow-connection-dgraph",
176
+ "Description": "DGraph graph database connection provider for Meadow",
177
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-dgraph",
178
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-dgraph/",
179
+ "RelatedModules": ["meadow"]
180
+ },
181
+ {
182
+ "Name": "meadow-connection-solr",
183
+ "Path": "modules/meadow/meadow-connection-solr",
184
+ "Description": "Apache Solr search platform connection provider for Meadow",
185
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-solr",
186
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-solr/",
187
+ "RelatedModules": ["meadow"]
188
+ },
189
+ {
190
+ "Name": "meadow-connection-rocksdb",
191
+ "Path": "modules/meadow/meadow-connection-rocksdb",
192
+ "Description": "RocksDB embedded key-value store connection provider for Meadow",
193
+ "GitHub": "https://github.com/stevenvelozo/meadow-connection-rocksdb",
194
+ "Documentation": "https://stevenvelozo.github.io/meadow-connection-rocksdb/",
195
+ "RelatedModules": ["meadow"]
196
+ },
197
+ {
198
+ "Name": "meadow-graph-client",
199
+ "Path": "modules/meadow/meadow-graph-client",
200
+ "Description": "Graph client for pulling sets of records and comprehensions from Meadow endpoints",
201
+ "GitHub": "https://github.com/stevenvelozo/meadow-graph-client",
202
+ "Documentation": false,
203
+ "RelatedModules": ["meadow", "meadow-endpoints"]
204
+ },
205
+ {
206
+ "Name": "retold-data-service",
207
+ "Path": "modules/meadow/retold-data-service",
208
+ "Description": "All-in-one Fable service assembling schema, entity, endpoints, and REST API from a single configuration",
209
+ "GitHub": "https://github.com/stevenvelozo/retold-data-service",
210
+ "Documentation": "https://stevenvelozo.github.io/retold-data-service/",
211
+ "RelatedModules": ["fable", "meadow", "meadow-endpoints", "orator", "stricture"]
212
+ },
213
+ {
214
+ "Name": "retold-harness",
215
+ "Path": "modules/meadow/retold-harness",
216
+ "Description": "Composable REST API harness with 3 pluggable schemas, 7 database providers, and a terminal management tool",
217
+ "GitHub": "https://github.com/stevenvelozo/retold-harness",
218
+ "Documentation": "https://stevenvelozo.github.io/retold-harness/",
219
+ "RelatedModules": ["retold-data-service", "retold-harness-consistency-proxy", "orator", "meadow", "meadow-connection-mysql", "meadow-connection-mssql", "meadow-connection-sqlite", "meadow-connection-postgresql", "meadow-connection-mongodb", "meadow-connection-dgraph", "meadow-connection-solr"]
220
+ },
221
+ {
222
+ "Name": "retold-harness-consistency-proxy",
223
+ "Path": "modules/meadow/retold-harness-consistency-proxy",
224
+ "Description": "HTTP consistency proxy that fans requests across multiple database providers and compares responses",
225
+ "GitHub": "https://github.com/stevenvelozo/retold-harness-consistency-proxy",
226
+ "Documentation": "https://stevenvelozo.github.io/retold-harness-consistency-proxy/",
227
+ "RelatedModules": ["retold-harness", "retold-data-service"]
228
+ },
229
+ {
230
+ "Name": "meadow-integration",
231
+ "Path": "modules/meadow/meadow-integration",
232
+ "Description": "Data integration tools for CSV import, schema mapping, and centralized format transformations",
233
+ "GitHub": "https://github.com/stevenvelozo/meadow-integration",
234
+ "Documentation": "https://stevenvelozo.github.io/meadow-integration/",
235
+ "RelatedModules": ["meadow", "stricture"]
236
+ }
237
+ ]
238
+ },
239
+ {
240
+ "Name": "Orator",
241
+ "Description": "API server: unopinionated HTTP server abstraction, static file serving, HTTP proxy, WebSocket support, and reporting",
242
+ "Path": "modules/orator",
243
+ "Modules":
244
+ [
245
+ {
246
+ "Name": "orator",
247
+ "Path": "modules/orator/orator",
248
+ "Description": "Unopinionated HTTP server abstraction with lifecycle hooks, route management, and pluggable service servers",
249
+ "GitHub": "https://github.com/stevenvelozo/orator",
250
+ "Documentation": "https://stevenvelozo.github.io/orator/",
251
+ "RelatedModules": ["orator-serviceserver-restify", "orator-serviceserver-base", "orator-static-server", "orator-http-proxy", "meadow-endpoints"]
252
+ },
253
+ {
254
+ "Name": "orator-serviceserver-base",
255
+ "Path": "modules/orator/orator-serviceserver-base",
256
+ "Description": "Base service server class for Orator providing the server abstraction interface",
257
+ "GitHub": "https://github.com/stevenvelozo/orator-serviceserver-base",
258
+ "Documentation": "https://stevenvelozo.github.io/orator-serviceserver-base/",
259
+ "RelatedModules": ["orator", "orator-serviceserver-restify"]
260
+ },
261
+ {
262
+ "Name": "orator-serviceserver-restify",
263
+ "Path": "modules/orator/orator-serviceserver-restify",
264
+ "Description": "Production HTTP server implementation for Orator powered by Restify",
265
+ "GitHub": "https://github.com/stevenvelozo/orator-serviceserver-restify",
266
+ "Documentation": "https://stevenvelozo.github.io/orator-serviceserver-restify/",
267
+ "RelatedModules": ["orator", "orator-serviceserver-base"]
268
+ },
269
+ {
270
+ "Name": "orator-static-server",
271
+ "Path": "modules/orator/orator-static-server",
272
+ "Description": "Static file serving for Orator with MIME type detection, default file resolution, and subdomain routing",
273
+ "GitHub": "https://github.com/stevenvelozo/orator-static-server",
274
+ "Documentation": "https://stevenvelozo.github.io/orator-static-server/",
275
+ "RelatedModules": ["orator"]
276
+ },
277
+ {
278
+ "Name": "orator-http-proxy",
279
+ "Path": "modules/orator/orator-http-proxy",
280
+ "Description": "HTTP reverse proxy for forwarding requests to backend services through Orator",
281
+ "GitHub": "https://github.com/stevenvelozo/orator-http-proxy",
282
+ "Documentation": "https://stevenvelozo.github.io/orator-http-proxy/",
283
+ "RelatedModules": ["orator"]
284
+ },
285
+ {
286
+ "Name": "tidings",
287
+ "Path": "modules/orator/tidings",
288
+ "Description": "Extensible reporting system for generating HTML, PDF, and other format reports",
289
+ "GitHub": "https://github.com/stevenvelozo/tidings",
290
+ "Documentation": "https://stevenvelozo.github.io/tidings/",
291
+ "RelatedModules": ["fable", "orator", "precedent"]
292
+ },
293
+ {
294
+ "Name": "orator-conversion",
295
+ "Path": "modules/orator/orator-conversion",
296
+ "Description": "File format conversion endpoints for Orator service servers",
297
+ "GitHub": "https://github.com/stevenvelozo/orator-conversion",
298
+ "Documentation": "https://stevenvelozo.github.io/orator-conversion/",
299
+ "RelatedModules": ["orator"]
300
+ },
301
+ {
302
+ "Name": "orator-endpoint",
303
+ "Path": "modules/orator/orator-endpoint",
304
+ "Description": "Base endpoint class for Orator providing route definition and request handling patterns",
305
+ "GitHub": "https://github.com/stevenvelozo/orator-endpoint",
306
+ "Documentation": false,
307
+ "RelatedModules": ["orator", "meadow-endpoints"]
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "Name": "Pict",
313
+ "Description": "MVC tools: views, templates, providers, application lifecycle, form builders, editors, grids, and CLI utilities",
314
+ "Path": "modules/pict",
315
+ "Modules":
316
+ [
317
+ {
318
+ "Name": "pict",
319
+ "Path": "modules/pict/pict",
320
+ "Description": "Non-opinionated MVC module with template expression engine — treats UI as rendered text for browser, terminal, or any output",
321
+ "GitHub": "https://github.com/stevenvelozo/pict",
322
+ "Documentation": "https://stevenvelozo.github.io/pict/",
323
+ "RelatedModules": ["pict-view", "pict-template", "pict-provider", "pict-application", "fable"]
324
+ },
325
+ {
326
+ "Name": "pict-template",
327
+ "Path": "modules/pict/pict-template",
328
+ "Description": "Template handler base class for extending Pict with custom expression types",
329
+ "GitHub": "https://github.com/stevenvelozo/pict-template",
330
+ "Documentation": "https://stevenvelozo.github.io/pict-template/",
331
+ "RelatedModules": ["pict", "pict-view"]
332
+ },
333
+ {
334
+ "Name": "pict-view",
335
+ "Path": "modules/pict/pict-view",
336
+ "Description": "View base class with full lifecycle (initialize, render, solve, marshal), renderables, and CSS injection",
337
+ "GitHub": "https://github.com/stevenvelozo/pict-view",
338
+ "Documentation": "https://stevenvelozo.github.io/pict-view/",
339
+ "RelatedModules": ["pict", "pict-template", "pict-provider", "pict-application"]
340
+ },
341
+ {
342
+ "Name": "pict-provider",
343
+ "Path": "modules/pict/pict-provider",
344
+ "Description": "Data provider base class for fetching, transforming, and delivering data to Pict views",
345
+ "GitHub": "https://github.com/stevenvelozo/pict-provider",
346
+ "Documentation": "https://stevenvelozo.github.io/pict-provider/",
347
+ "RelatedModules": ["pict", "pict-view"]
348
+ },
349
+ {
350
+ "Name": "pict-application",
351
+ "Path": "modules/pict/pict-application",
352
+ "Description": "Application base class coordinating multiple views, shared state, and structured lifecycle management",
353
+ "GitHub": "https://github.com/stevenvelozo/pict-application",
354
+ "Documentation": "https://stevenvelozo.github.io/pict-application/",
355
+ "RelatedModules": ["pict", "pict-view", "pict-router"]
356
+ },
357
+ {
358
+ "Name": "pict-panel",
359
+ "Path": "modules/pict/pict-panel",
360
+ "Description": "Hot-loadable control panel component for browser applications",
361
+ "GitHub": "https://github.com/stevenvelozo/pict-panel",
362
+ "Documentation": "https://stevenvelozo.github.io/pict-panel/",
363
+ "RelatedModules": ["pict", "pict-view"]
364
+ },
365
+ {
366
+ "Name": "pict-router",
367
+ "Path": "modules/pict/pict-router",
368
+ "Description": "Hash-based URL routing via Navigo with template string route functions for Pict applications",
369
+ "GitHub": "https://github.com/stevenvelozo/pict-router",
370
+ "Documentation": "https://stevenvelozo.github.io/pict-router/",
371
+ "RelatedModules": ["pict", "pict-application"]
372
+ },
373
+ {
374
+ "Name": "pict-nonlinearconfig",
375
+ "Path": "modules/pict/pict-nonlinearconfig",
376
+ "Description": "Nonlinear configuration manager built on Pict for multi-step, branching configuration workflows",
377
+ "GitHub": "https://github.com/stevenvelozo/pict-nonlinearconfig",
378
+ "Documentation": "https://stevenvelozo.github.io/pict-nonlinearconfig/",
379
+ "RelatedModules": ["pict", "pict-application", "pict-section-form"]
380
+ },
381
+ {
382
+ "Name": "pict-section-form",
383
+ "Path": "modules/pict/pict-section-form",
384
+ "Description": "Configuration-driven dynamic forms with 13+ input types, data marshaling, and mathematical solving",
385
+ "GitHub": "https://github.com/stevenvelozo/pict-section-form",
386
+ "Documentation": "https://stevenvelozo.github.io/pict-section-form/",
387
+ "RelatedModules": ["pict", "pict-view", "pict-provider", "informary", "manyfest"]
388
+ },
389
+ {
390
+ "Name": "pict-section-recordset",
391
+ "Path": "modules/pict/pict-section-recordset",
392
+ "Description": "CRUD record management views built from Meadow endpoint schemas with list, detail, and dashboard views",
393
+ "GitHub": "https://github.com/stevenvelozo/pict-section-recordset",
394
+ "Documentation": "https://stevenvelozo.github.io/pict-section-recordset/",
395
+ "RelatedModules": ["pict", "pict-view", "meadow-endpoints", "pict-section-form"]
396
+ },
397
+ {
398
+ "Name": "pict-section-tuigrid",
399
+ "Path": "modules/pict/pict-section-tuigrid",
400
+ "Description": "Toast UI Grid integration for spreadsheet-like tabular data display with sorting, filtering, and editing",
401
+ "GitHub": "https://github.com/stevenvelozo/pict-section-tuigrid",
402
+ "Documentation": "https://stevenvelozo.github.io/pict-section-tuigrid/",
403
+ "RelatedModules": ["pict", "pict-view"]
404
+ },
405
+ {
406
+ "Name": "pict-section-content",
407
+ "Path": "modules/pict/pict-section-content",
408
+ "Description": "Markdown parsing and content rendering with syntax highlighting, Mermaid diagrams, and KaTeX math equations",
409
+ "GitHub": "https://github.com/stevenvelozo/pict-section-content",
410
+ "Documentation": "https://stevenvelozo.github.io/pict-section-content/",
411
+ "RelatedModules": ["pict", "pict-view", "pict-section-markdowneditor"]
412
+ },
413
+ {
414
+ "Name": "pict-section-code",
415
+ "Path": "modules/pict/pict-section-code",
416
+ "Description": "Code editor and syntax highlighter wrapping CodeJar with two-way data binding to Pict AppData",
417
+ "GitHub": "https://github.com/stevenvelozo/pict-section-code",
418
+ "Documentation": "https://stevenvelozo.github.io/pict-section-code/",
419
+ "RelatedModules": ["pict", "pict-view"]
420
+ },
421
+ {
422
+ "Name": "pict-section-markdowneditor",
423
+ "Path": "modules/pict/pict-section-markdowneditor",
424
+ "Description": "Segmented markdown editor built on CodeMirror v6 with drag-and-drop reorder, formatting toolbar, image upload hooks, and live rich previews",
425
+ "GitHub": "https://github.com/stevenvelozo/pict-section-markdowneditor",
426
+ "Documentation": "https://stevenvelozo.github.io/pict-section-markdowneditor/",
427
+ "RelatedModules": ["pict", "pict-view", "pict-section-content", "pict-application"]
428
+ },
429
+ {
430
+ "Name": "pict-section-flow",
431
+ "Path": "modules/pict/pict-section-flow",
432
+ "Description": "Flow diagram section for visual workflow and process representations",
433
+ "GitHub": "https://github.com/stevenvelozo/pict-section-flow",
434
+ "Documentation": "https://stevenvelozo.github.io/pict-section-flow/",
435
+ "RelatedModules": ["pict", "pict-view"]
436
+ },
437
+ {
438
+ "Name": "pict-section-objecteditor",
439
+ "Path": "modules/pict/pict-section-objecteditor",
440
+ "Description": "Tree-based JSON object editor section for browsing and editing nested data structures",
441
+ "GitHub": "https://github.com/stevenvelozo/pict-section-objecteditor",
442
+ "Documentation": "https://stevenvelozo.github.io/pict-section-objecteditor/",
443
+ "RelatedModules": ["pict", "pict-view"]
444
+ },
445
+ {
446
+ "Name": "pict-section-entitymanagement",
447
+ "Path": "modules/pict/pict-section-entitymanagement",
448
+ "Description": "Dynamic entity management sections leveraging pict-section-form metatemplates",
449
+ "GitHub": "https://github.com/stevenvelozo/pict-section-entitymanagement",
450
+ "Documentation": false,
451
+ "RelatedModules": ["pict", "pict-section-form", "meadow-endpoints"]
452
+ },
453
+ {
454
+ "Name": "pict-section-formeditor",
455
+ "Path": "modules/pict/pict-section-formeditor",
456
+ "Description": "Visual form editor for designing pict-section-form configurations",
457
+ "GitHub": "https://github.com/stevenvelozo/pict-section-formeditor",
458
+ "Documentation": false,
459
+ "RelatedModules": ["pict", "pict-section-form"]
460
+ },
461
+ {
462
+ "Name": "pict-docuserve",
463
+ "Path": "modules/pict/pict-docuserve",
464
+ "Description": "Single-page documentation viewer built on Pict with catalog navigation, search, and cross-module linking",
465
+ "GitHub": "https://github.com/stevenvelozo/pict-docuserve",
466
+ "Documentation": "https://stevenvelozo.github.io/pict-docuserve/",
467
+ "RelatedModules": ["pict", "pict-application", "pict-router", "indoctrinate"]
468
+ },
469
+ {
470
+ "Name": "pict-chance",
471
+ "Path": "modules/pict/pict-chance",
472
+ "Description": "Chance.js random data generation packaged as Pict template functions",
473
+ "GitHub": "https://github.com/stevenvelozo/pict-chance",
474
+ "Documentation": false,
475
+ "RelatedModules": ["pict", "pict-template"]
476
+ },
477
+ {
478
+ "Name": "informary",
479
+ "Path": "modules/pict/informary",
480
+ "Description": "Dependency-free browser form marshaling with undo/redo history and field-level change deltas",
481
+ "GitHub": "https://github.com/stevenvelozo/informary",
482
+ "Documentation": "https://stevenvelozo.github.io/informary/",
483
+ "RelatedModules": ["pict-section-form"]
484
+ },
485
+ {
486
+ "Name": "cryptbrau",
487
+ "Path": "modules/pict/cryptbrau",
488
+ "Description": "Simple in-browser symmetric encryption for client-side data protection",
489
+ "GitHub": "https://github.com/stevenvelozo/cryptbrau",
490
+ "Documentation": "https://stevenvelozo.github.io/cryptbrau/",
491
+ "RelatedModules": ["pict"]
492
+ },
493
+ {
494
+ "Name": "pict-service-commandlineutility",
495
+ "Path": "modules/pict/pict-service-commandlineutility",
496
+ "Description": "CLI utility module built on Commander for Pict-based command-line tools",
497
+ "GitHub": "https://github.com/stevenvelozo/pict-service-commandlineutility",
498
+ "Documentation": "https://stevenvelozo.github.io/pict-service-commandlineutility/",
499
+ "RelatedModules": ["pict", "fable"]
500
+ },
501
+ {
502
+ "Name": "pict-serviceproviderbase",
503
+ "Path": "modules/pict/pict-serviceproviderbase",
504
+ "Description": "Base classes for Pict services with pre-initialization support and lifecycle hooks",
505
+ "GitHub": "https://github.com/stevenvelozo/pict-serviceproviderbase",
506
+ "Documentation": "https://stevenvelozo.github.io/pict-serviceproviderbase/",
507
+ "RelatedModules": ["pict", "fable-serviceproviderbase"]
508
+ },
509
+ {
510
+ "Name": "pict-terminalui",
511
+ "Path": "modules/pict/pict-terminalui",
512
+ "Description": "Blessed-based terminal interface bridging Pict views to terminal widgets for TUI applications",
513
+ "GitHub": "https://github.com/stevenvelozo/pict-terminalui",
514
+ "Documentation": "https://stevenvelozo.github.io/pict-terminalui/",
515
+ "RelatedModules": ["pict", "pict-view", "pict-application"]
516
+ }
517
+ ]
518
+ },
519
+ {
520
+ "Name": "Utility",
521
+ "Description": "Build tools, manifest management, documentation generation, process supervision, and caching",
522
+ "Path": "modules/utility",
523
+ "Modules":
524
+ [
525
+ {
526
+ "Name": "cachetrax",
527
+ "Path": "modules/utility/cachetrax",
528
+ "Description": "Hash-indexed object cache with O(1) lookups, time and size based expiration, and custom pruning strategies",
529
+ "GitHub": "https://github.com/stevenvelozo/cachetrax",
530
+ "Documentation": "https://stevenvelozo.github.io/cachetrax/",
531
+ "RelatedModules": ["fable"]
532
+ },
533
+ {
534
+ "Name": "cumulation",
535
+ "Path": "modules/utility/cumulation",
536
+ "Description": "Data synchronization library for managing cumulative state across distributed systems",
537
+ "GitHub": "https://github.com/stevenvelozo/cumulation",
538
+ "Documentation": false,
539
+ "RelatedModules": ["fable"]
540
+ },
541
+ {
542
+ "Name": "indoctrinate",
543
+ "Path": "modules/utility/indoctrinate",
544
+ "Description": "Documentation scaffolding with content cataloging, label-based filtering, and multi-format output generation",
545
+ "GitHub": "https://github.com/stevenvelozo/indoctrinate",
546
+ "Documentation": "https://stevenvelozo.github.io/indoctrinate/",
547
+ "RelatedModules": ["pict-docuserve", "quackage"]
548
+ },
549
+ {
550
+ "Name": "manyfest",
551
+ "Path": "modules/utility/manyfest",
552
+ "Description": "JSON manifest for consistent data description, validation, and hash-address-based access across application layers",
553
+ "GitHub": "https://github.com/stevenvelozo/manyfest",
554
+ "Documentation": "https://stevenvelozo.github.io/manyfest/",
555
+ "RelatedModules": ["fable", "pict-section-form"]
556
+ },
557
+ {
558
+ "Name": "precedent",
559
+ "Path": "modules/utility/precedent",
560
+ "Description": "Meta-templating engine with pattern-based start/end markers and word tree matching for code generation",
561
+ "GitHub": "https://github.com/stevenvelozo/precedent",
562
+ "Documentation": "https://stevenvelozo.github.io/precedent/",
563
+ "RelatedModules": ["tidings", "stricture"]
564
+ },
565
+ {
566
+ "Name": "quackage",
567
+ "Path": "modules/utility/quackage",
568
+ "Description": "Standardized build tool for browser bundles, transpilation, testing, and packaging via Gulp and Browserify",
569
+ "GitHub": "https://github.com/stevenvelozo/quackage",
570
+ "Documentation": "https://stevenvelozo.github.io/quackage/",
571
+ "RelatedModules": ["fable"]
572
+ },
573
+ {
574
+ "Name": "ultravisor",
575
+ "Path": "modules/utility/ultravisor",
576
+ "Description": "Process supervision with scheduled tasks, distributed nodes, and LLM integration for automated workflows",
577
+ "GitHub": "https://github.com/stevenvelozo/ultravisor",
578
+ "Documentation": "https://stevenvelozo.github.io/ultravisor/",
579
+ "RelatedModules": ["fable"]
580
+ },
581
+ {
582
+ "Name": "pict-cruisecontrol",
583
+ "Path": "modules/utility/pict-cruisecontrol",
584
+ "Description": "Automated and user-assisted web page navigation and data marshaling for browser automation",
585
+ "GitHub": "https://github.com/stevenvelozo/pict-cruisecontrol",
586
+ "Documentation": false,
587
+ "RelatedModules": ["pict", "pict-application"]
588
+ }
589
+ ]
590
+ },
591
+ {
592
+ "Name": "Apps",
593
+ "Description": "Full-stack applications built on the Retold ecosystem",
594
+ "Path": "modules/apps",
595
+ "Modules":
596
+ [
597
+ {
598
+ "Name": "retold-content-system",
599
+ "Path": "modules/apps/retold-content-system",
600
+ "Description": "Content management system built on the Retold ecosystem",
601
+ "GitHub": "https://github.com/stevenvelozo/retold-content-system",
602
+ "Documentation": false,
603
+ "RelatedModules": ["fable", "meadow", "orator", "pict"]
604
+ },
605
+ {
606
+ "Name": "retold-remote",
607
+ "Path": "modules/apps/retold-remote",
608
+ "Description": "Remote access application built on the Retold ecosystem",
609
+ "GitHub": "https://github.com/stevenvelozo/retold-remote",
610
+ "Documentation": false,
611
+ "RelatedModules": ["fable", "meadow", "orator", "pict"]
612
+ }
613
+ ]
614
+ }
615
+ ]
616
+ }
package/docs/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > A story-obsessed application suite.
4
4
 
5
- Retold is a collection of ~50 JavaScript/Node.js modules for building web applications and APIs. The modules span five groups — from core dependency injection up through data access, API serving, and full MVC — all designed to compose together through a shared service provider pattern.
5
+ Retold is a collection of ~50 JavaScript/Node.js modules for building web applications and APIs. The modules span six groups — from core dependency injection up through data access, API serving, full MVC, and complete applications — all designed to compose together through a shared service provider pattern.
6
6
 
7
7
  ## Architecture at a Glance
8
8
 
@@ -118,6 +118,12 @@ Build tooling, manifest management, documentation generation, and process superv
118
118
 
119
119
  **Key modules:** [indoctrinate](/utility/indoctrinate/) · [manyfest](/utility/manyfest/) · [quackage](/utility/quackage/) · [ultravisor](/utility/ultravisor/)
120
120
 
121
+ ### [Apps](/apps/retold-content-system/) — Applications
122
+
123
+ Full-stack applications built on the Retold ecosystem, combining Fable, Meadow, Orator, and Pict into complete systems.
124
+
125
+ **Key modules:** [retold-content-system](/apps/retold-content-system/) · [retold-remote](/apps/retold-remote/)
126
+
121
127
  ## Quick Start
122
128
 
123
129
  ```bash
@@ -1,6 +1,6 @@
1
1
  # Retold
2
2
 
3
- > A story-obsessed application suite
3
+ > What is software if not a tool to tell stories.
4
4
 
5
5
  ~50 JavaScript/Node.js modules for building web applications and APIs. Service provider pattern from foundation to full-stack.
6
6