docs: accept ADR-0061 (Go handler refactor), supersede ADR-0004 (msgpack→protobuf)

All 5 handler services + companions-frontend migrated to handler-base v1.0.0
with protobuf wire format. golangci-lint clean across all repos.
This commit is contained in:
2026-02-21 15:46:24 -05:00
parent e57d998d9a
commit 299a416f51
2 changed files with 28 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
# Use MessagePack for NATS Messages
* Status: accepted
* Status: superseded by [ADR-0061](0061-go-handler-refactor.md) (Protocol Buffers)
* Date: 2025-12-01
* Deciders: Billy Davies
* Technical Story: Selecting serialization format for NATS messages