1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
## Summary Describe the changes introduced by this pull request. ## Type of Change - [ ] New feature - [ ] Bug fix - [ ] Refactoring - [ ] New mode implementation - [ ] Proto schema change - [ ] Documentation improvement - [ ] CI / tooling change ## Checklist - [ ] `cargo test` passes - [ ] `cargo clippy` has no warnings - [ ] `cargo fmt` has been run - [ ] Protobuf definitions compile successfully - [ ] New modes implement the `Mode` trait correctly (if applicable) - [ ] Error variants added to `MacpError` (if applicable) - [ ] This change preserves MACP Core invariants