max / makenotwork
1 file changed,
+6 insertions,
-0 deletions
| @@ -3,6 +3,12 @@ | |||
| 3 | 3 | //! Runs a russh SSH server that authenticates creators by their registered | |
| 4 | 4 | //! SSH public keys (via the MNW internal API) and presents a ratatui TUI | |
| 5 | 5 | //! for managing projects, items, uploads, and analytics. | |
| 6 | + | //! | |
| 7 | + | //! # Design | |
| 8 | + | //! | |
| 9 | + | //! The full module map is in `docs/architecture.md`; the ecosystem view and | |
| 10 | + | //! the OTA-publish design live in the maintainer wiki. | |
| 11 | + | //! <!-- wiki: mnw-cli-overview --> | |
| 6 | 12 | ||
| 7 | 13 | mod api; | |
| 8 | 14 | mod commands; |