Integrating Text to Web | Texsydo MVP (2025/10/26)

Project priorities encompass shipping features from the prototype project to production as an MVP. The starting point for migration and shipping is converting plain text (TXT) articles into MSW Engineer static websites.
Found module web and txt
Aug 31: PR #10 merged into by tobiasbriones
It migrates and implements the foundation of the web module regarding the
first part of Texsydo, Text, where everything is a Text Article.
It defines Text.kt with Article as the abstraction unit, along with the
txt module, allowing “Plain Text to Web” to be the first feature to ship.
Add module system with cmd and fs migrations
Aug 31: PR #11 merged into by tobiasbriones
It adds the Gradle module system to the tsd-web---mvp project, along with
the migrations that enabled the Web Prototype to run system commands and operate
on the file system via a few utility methods.
Provide txt-to-web API flow via DoRep for Jekyll
Oct 26: PR #12 merged into by tobiasbriones
Recent migrations from the Texsydo Web Prototype included base Jekyll transformations to convert plain text into intermediate Jekyll Markdown and then into a static website.
The new API flow integrates these migrations with DoRep for Jekyll, providing the first feature in the web library to build a website for a plain-text article.
The new library module web of Texsydo Web MVP integrates the features migrated
from the Prototype to build static websites from plain text articles, leading to
a minimum deliverable to start shipping Texsydo Web as a product.