Rename proto/gen directories from mc-proxy to mc_proxy for valid protobuf package naming. Add CLI status subcommand for querying running instance health via gRPC. Add systemd backup service/timer and backup pruning script. Add buf.yaml and proto-lint Makefile target. Add shutdown_timeout config field. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
326 B
326 B
Checkpoint Skill
- Run
go build ./...abort if errors - Run
go test ./...abort if failures - Run
go vet ./... - Run
git add -A && git statusshow user what will be committed - Generate an appropriate commit message based on your instructions.
- Run
git commit -m "<message>"and verify withgit log -1