Docs: Write technical deep dive for commands and link to it from README

Includes puml diagrams and exported svgs
This commit is contained in:
Lars Simon Winzer
2026-04-04 15:51:29 +02:00
parent 4317b63a87
commit f971e6ad5b
19 changed files with 224 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ The concrete implementations for each command live in `app/commands/` and are wi
*Link to guides*
### Reference
*Link to technical deep dives*
- [Command Infrastructure](./commands-deep-dive.md) -
Technical deep-dive into the `CommandParser`, `CommandParserDispatcher`, `CommandHandler`, `CommandRouter`, `Request`, and the response hierarchy.
## Key Concepts
**Each command is self-contained.**