alien-commands 1.3.5

Alien Commands protocol implementation
Documentation
1
2
3
- Don't call it "ARC" — use "commands" everywhere.
- Don't put transport-specific logic in core types — use the dispatcher trait.
- Don't bypass the `CommandRegistry` — it is the source of truth for state, not KV.