Prefix markdown commands with md- prefix #44

Closed
opened 2025-09-30 21:07:26 +00:00 by tegwick · 0 comments
Owner

For consistency we should have prefixes for get, ingest, list.

Well I am not sure. Let's think about that from a plugin framework perspectiv.
Can the Markdown capability we started from be a plugin, too? Does it make sense to separate it into a plugin?
If so the command prefix should definitely reflect the idea that each plugin provides a cli prefix as something like a subcommand namespace. That helps to understand and structure the system.

Provide an architectural swat analysis and enable me to make an informed decision.

My guess is going full plugin style could provide elegance and maintainability. I thought about going with a lazyload model for the plugins and it might be strange to have different architecture paradigms in parallel.

For consistency we should have prefixes for get, ingest, list. Well I am not sure. Let's think about that from a plugin framework perspectiv. Can the Markdown capability we started from be a plugin, too? Does it make sense to separate it into a plugin? If so the command prefix should definitely reflect the idea that each plugin provides a cli prefix as something like a subcommand namespace. That helps to understand and structure the system. Provide an architectural swat analysis and enable me to make an informed decision. My guess is going full plugin style could provide elegance and maintainability. I thought about going with a lazyload model for the plugins and it might be strange to have different architecture paradigms in parallel.
tegwick added this to the Usability project 2025-09-30 21:07:26 +00:00
Sign in to join this conversation.