pub fn config() -> PendingStampAdapterExpand description
Build the PendingStampAdapter config for codex. Exposed as a
constructor function (rather than a static) because the closure
captures and the Arc<dyn Fn>s inside don’t fit a const initializer.
The registry calls this once and feeds the result to
pending_stamp::adapter_static.