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