Skip to main content

max / makenotwork

mnw-server: rustdoc bridge marker to maintainer wiki Add crate-level Design section + <!-- wiki: mnw-server-overview --> marker, bridging cargo doc to the migrated wiki notes (part of /dellm reorg: server backlog -> GoingsOn, design/deploy/business docs -> code wiki). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 17:50 UTC
Commit: f6ed0a9e3fb85a47d8995d9d5714454b38182b4d
Parent: ecdd62f
1 file changed, +6 insertions, -0 deletions
@@ -1,4 +1,10 @@
1 1 //! MakeNotWork library — shared between the binary and integration tests.
2 + //!
3 + //! # Design
4 + //!
5 + //! Design plans, deploy runbooks, and the business/strategy/SOP docs live in the
6 + //! maintainer wiki; the risk history is in the gitignored `docs/audit_review.md`.
7 + //! <!-- wiki: mnw-server-overview -->
2 8
3 9 pub mod access_gate;
4 10 pub mod auth;