syntax = "proto3"; package bambulab.v1; // import "bambulab/common.proto"; once common.proto has a shared message // worth embedding (composition, not inheritance — see that file). // Your report/response messages go here, e.g.: // // message InfoResponse { // string sequence_id = 1; // string command = 2; // string result = 3; // not always present — see build.rs field_attribute // string reason = 4; // not always present — see build.rs field_attribute // }