Skip to main content

max / makenotwork

mnw-cli: bridge main.rs to the mnw-cli-overview wiki note (/dellm) Add a Design section and the greppable `<!-- wiki: mnw-cli-overview -->` marker so the crate and the maintainer wiki reference each other. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 15:55 UTC
Commit: 933568475787b4d2c5294823f80a86535c8f469b
Parent: c4b6000
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;