Skip to main content

max / makenotwork

pom: rustdoc bridge marker to maintainer wiki Add crate-level Design section + <!-- wiki: pom-overview --> marker, bridging cargo doc to the migrated wiki notes (part of /dellm reorg: pom backlog -> GoingsOn, competition/runbook/health-contract docs -> code wiki). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 16:28 UTC
Commit: fee0771c3625d5cfe5e321af490d49b1f0ed3d6a
Parent: e686a42
1 file changed, +6 insertions, -0 deletions
@@ -1,6 +1,12 @@
1 1 //! PoM — Production Operations Monitor.
2 2 //!
3 3 //! Health checks, test orchestration, and peer mesh for monitoring deployed services.
4 + //!
5 + //! # Design
6 + //!
7 + //! The competitive positioning, the operational runbook, and the PoM/producer
8 + //! health-contract pattern live in the maintainer wiki.
9 + //! <!-- wiki: pom-overview -->
4 10
5 11 pub mod alerts;
6 12 pub mod api;