Skip to main content

max / makenotwork

kberg: bridge lib.rs to the kberg-overview wiki note (/dellm wave 5) Add a Design section and the greppable `<!-- wiki: kberg-overview -->` marker so the crate and the maintainer wiki reference each other. No private path is embedded (public crate); the HTML comment renders invisibly in rustdoc. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 14:47 UTC
Commit: 698c8f9874c3b6288ac716498bd828dcca30c7e4
Parent: 01e6a85
1 file changed, +6 insertions, -0 deletions
@@ -25,6 +25,12 @@
25 25 //! as small-model safe.
26 26 //! - Hard refusals ([`Refusal`]) appear in `tools/list` with a stable reason
27 27 //! so models don't invent plausible names.
28 + //!
29 + //! # Design
30 + //!
31 + //! Design rationale and the roadmap for the planned primitives live as notes in
32 + //! the maintainer wiki, bridged to this crate.
33 + //! <!-- wiki: kberg-overview -->
28 34
29 35 pub mod agent;
30 36 mod error;