retold 4.0.2 → 4.0.4

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 (34) hide show
  1. package/.claude/settings.local.json +37 -1
  2. package/README.md +112 -2
  3. package/docs/_sidebar.md +4 -1
  4. package/docs/architecture/architecture.md +2 -2
  5. package/docs/architecture/comprehensions.md +282 -0
  6. package/docs/architecture/fluid-models.md +355 -0
  7. package/docs/architecture/modules.md +3 -4
  8. package/docs/contributing.md +50 -0
  9. package/docs/modules/orator.md +0 -7
  10. package/docs/retold-catalog.json +3944 -878
  11. package/docs/retold-keyword-index.json +174010 -144308
  12. package/docs/testing.md +122 -0
  13. package/modules/Include-Retold-Module-List.sh +1 -1
  14. package/package.json +7 -4
  15. package/source/retold-manager/package.json +23 -0
  16. package/source/retold-manager/retold-manager.js +65 -0
  17. package/source/retold-manager/source/Retold-Manager-App.js +1532 -0
  18. package/source/retold-manager/source/Retold-Manager-ModuleCatalog.js +75 -0
  19. package/source/retold-manager/source/Retold-Manager-ProcessRunner.js +706 -0
  20. package/source/retold-manager/source/views/PictView-TUI-Checkout.js +45 -0
  21. package/source/retold-manager/source/views/PictView-TUI-Header.js +41 -0
  22. package/source/retold-manager/source/views/PictView-TUI-Layout.js +53 -0
  23. package/source/retold-manager/source/views/PictView-TUI-Status.js +45 -0
  24. package/source/retold-manager/source/views/PictView-TUI-StatusBar.js +41 -0
  25. package/source/retold-manager/source/views/PictView-TUI-Update.js +45 -0
  26. package/examples/quickstart/layer1/package-lock.json +0 -344
  27. package/examples/quickstart/layer2/package-lock.json +0 -4468
  28. package/examples/quickstart/layer3/package-lock.json +0 -1936
  29. package/examples/quickstart/layer4/package-lock.json +0 -13206
  30. package/examples/quickstart/layer5/package-lock.json +0 -345
  31. package/examples/todo-list/cli-client/package-lock.json +0 -418
  32. package/examples/todo-list/console-client/package-lock.json +0 -426
  33. package/examples/todo-list/server/package-lock.json +0 -6113
  34. package/examples/todo-list/web-client/package-lock.json +0 -12030

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.