S O O N . . .
Materials
mat — entry point / tool
mat is the core initialization material for Matnix. It sets up the runtime, orchestrates component loading, and serves as the entry point for the application.
xcute — task executor
xcute manages task execution and workflow orchestration. It is responsible for invoking commands, tracking state, and handling dependencies between tasks.
ttx — command-line parser
ttx parses CLI arguments and converts them into structured options for Matnix components.
nux — gum-based terminal UI frontend
nux provides the terminal user interface frontend built with gum-style components.