# Buf module for the wasm plugin ABI (WO-WZ-001). # # Deliberately separate from the repo-root buf.yaml: that one wraps the # proto/ git submodule (shared block/proto service contracts), while this # ABI is SDK-internal and versions in lockstep with the guest shim, so it # lives repo-local under abi/proto. Run buf from this directory (`make abi` # at the repo root). version: v2 modules: - path: proto lint: use: - STANDARD except: # The WO/spec fix the schema path at abi/proto/v1/ (module-relative v1/) # while the proto package is abi.v1, so the package↔directory rule # cannot hold without an abi/proto/abi/v1 stutter. - PACKAGE_DIRECTORY_MATCH breaking: use: - FILE