@@ -7,16 +7,16 @@ Comprehensive architecture documentation for Robocode Tank Royale following the
77## 🎯 Quick Navigation
88
99### ** Architecture Decision Records (ADRs)** — The "Why"
10- ** [ 👉 adr/ ] ( ./adr/ ) **
10+ ** [ 👉 Decisions ] ( /docs/decisions/README.md ) **
1111
12- Why key architectural decisions were made. See ** [ adr/README.md ] ( ./adr /README.md) ** for the full index with statuses and dates.
12+ Why key architectural decisions were made. See ** [ Decisions ] ( /docs/decisions /README.md) ** for the full index with statuses and dates.
1313
1414** Use When:** Understanding design rationale, trade-offs, alternatives
1515
1616---
1717
1818### ** C4 Architecture Diagrams** — The "What" (Visual)
19- ** [ 👉 c4 -views/] ( ./c4-views/ ) **
19+ ** [ 👉 C4 -views/] ( ./c4-views/ ) **
2020
2121Hierarchical system visualization at multiple zoom levels:
2222- ✅ [ ** System Context** ] ( ./c4-views/system-context.md ) — High-level 10,000-foot view
@@ -63,7 +63,7 @@ How entities interact through processes:
6363
6464### ADRs (Architecture Decision Records)
6565
66- See ** [ adr/README.md ] ( ./adr /README.md) ** for the full canonical ADR index with dates and statuses.
66+ See ** [ Decisions ] ( /docs/decisions /README.md) ** for the full canonical ADR index with dates and statuses.
6767
6868### Message Schema
6969| Category | Coverage | Status |
@@ -113,12 +113,12 @@ See **[adr/README.md](./adr/README.md)** for the full canonical ADR index with d
113113
114114### For ** Server Developers**
1151151 . All message schemas ([ Handshakes] ( ./models/message-schema/handshakes.md ) , [ Commands] ( ./models/message-schema/commands.md ) , [ Events] ( ./models/message-schema/events.md ) , [ Intents] ( ./models/message-schema/intents.md ) , [ State] ( ./models/message-schema/state.md ) )
116- 2 . [ ADR-0011: Game Loop] ( ./adr /0011-realtime-game-loop-architecture.md) — Timing & determinism
116+ 2 . [ ADR-0011: Game Loop] ( /docs/decisions /0011-realtime-game-loop-architecture.md) — Timing & determinism
1171173 . [ Turn Execution Flow] ( ./models/flows/turn-execution.md ) — 15-step sequence
1181184 . [ Battle Lifecycle Flow] ( ./models/flows/battle-lifecycle.md ) — State machine
119119
120120### For ** System Designers**
121- 1 . [ ADR index ] ( ./adr/ ) — All architectural decisions and their rationale
121+ 1 . [ Decisions ] ( /docs/decisions/README.md ) — All architectural decisions and their rationale
1221222 . System Context and Container diagrams
1231233 . All message schemas and state objects
1241244 . Flow state machines
@@ -165,7 +165,7 @@ Business Flows: 4
165165| Question | Answer |
166166| ----------| --------|
167167| ** New to Tank Royale?** | Start with [ System Context] ( ./c4-views/system-context.md ) |
168- | ** Why this architecture?** | Check the [ ADRs ] ( ./adr/ ) |
168+ | ** Why this architecture?** | Check the [ Decisions ] ( /docs/decisions/README.md ) |
169169| ** What messages are exchanged?** | Browse [ Message Schema] ( ./models/message-schema/ ) |
170170| ** How do processes work?** | See [ Business Flows] ( ./models/flows/ ) |
171171| ** Building bot code?** | Reference [ Handshakes] ( ./models/message-schema/handshakes.md ) + [ Events] ( ./models/message-schema/events.md ) + [ Intents] ( ./models/message-schema/intents.md ) |
0 commit comments