You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(acp-nats): per-subject structs enforce correct NATS usage at compile time
Each NATS subject is now its own struct with typed parameters.
Passing the wrong subject to the wrong function is a compile error.
Organized into directories by role:
- commands/ — bridge→agent JetStream commands
- global/ — global Core NATS request/reply
- responses/ — agent→bridge responses
- client_ops/ — agent→bridge client proxy
- subscriptions/ — wildcard patterns for .subscribe()
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
0 commit comments