docs: accept ADR-0061 (Go handler refactor), supersede ADR-0004 (msgpack→protobuf)
All checks were successful
Update README with ADR Index / update-readme (push) Successful in 1m5s

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 f650b4bd22
commit 555b70b9d9
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