Skip to main content

max / makenotwork

bento: add wiki bridge markers for /dellm Point the daemon, driver, and tui crate headers at the `bento-overview` note in the shared code wiki via `<!-- wiki: bento-overview -->` markers. Completes the bento rustdoc<->wiki bridge; wiki-code-map row added. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 21:28 UTC
Commit: f23c16c54fed1863fae9a407e442f776979dd79f
Parent: 2e8fb44
3 files changed, +9 insertions, -0 deletions
@@ -4,6 +4,9 @@
4 4 //! TUI (`../tui`) share wire-facing types — events, domain newtypes — by import
5 5 //! rather than duplication. External consumers mainly need `domain` and
6 6 //! `events`.
7 + //!
8 + //! Design: `bento-overview` in the shared code wiki (`~/Code/_private/wiki/`).
9 + //! <!-- wiki: bento-overview -->
7 10
8 11 pub mod config;
9 12 pub mod db;
@@ -15,6 +15,9 @@
15 15 //! The recipe shape ([`ReleasePlan`]) is pure and unit-tested; the run loop is
16 16 //! transport-agnostic. Producing a *real* notarized DMG additionally needs the
17 17 //! Mac (Aqua session, secrets, Apple notary) and is handoff H1.
18 + //!
19 + //! Design: `bento-overview` in the shared code wiki (`~/Code/_private/wiki/`).
20 + //! <!-- wiki: bento-overview -->
18 21
19 22 use anyhow::{Context, Result};
20 23 use ops_exec::{Action, Executor, LogSink, ObserveKind, RunOutput, Step};
@@ -15,6 +15,9 @@
15 15 //! ├ status / keys ──────────────────────────────────────────────│
16 16 //! │ [b] build [R] retry target [↑↓] select [[/]] tail [q] quit│
17 17 //! └─────────────────────────────────────────────────────────────┘
18 + //!
19 + //! Design: `bento-overview` in the shared code wiki (`~/Code/_private/wiki/`).
20 + //! <!-- wiki: bento-overview -->
18 21
19 22 use anyhow::{Context, Result};
20 23 use crossterm::event::{self, Event as XEvent, KeyCode, KeyModifiers};