pub fn adapter() -> &'static dyn HarnessAdapterExpand description
Convenience: hand out a &'static dyn HarnessAdapter for the opencode
adapter. The registry calls this once at lazy-init time. See
pending_stamp::adapter_static for the leak semantics — opencode is
one of two callers and the leaked footprint is bytes, not megabytes.