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 command messages go here, e.g.: // // message InfoCommand { // string sequence_id = 1; // string command = 2; // }