docs: add modernization roadmap and update wiki index

This commit is contained in:
2026-04-06 11:33:55 -07:00
parent de1b284ab2
commit 3ebcd78554
3 changed files with 153 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ If you are reading this as a new contributor, start here and read in order. The
### Operations
- [IPL — Initial Program Load](04-ipl.md) — The bootstrap sequence, step by step, and why order matters
- [Configuration System](05-configuration.md) — Layered TOML, environment files, topology options
- [Modernization Roadmap](10-modernization-roadmap.md) — POC-first execution sequence and modernization requirements
### Messaging
- [Queue Topology](06-queue-topology.md) — AMQP exchanges, queues, routing keys, and the broker model