1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
The maintained UDB documentation set. Every page describes the code that exists
today; the source-of-truth files below are authoritative, and the docs are kept
in step with them.
**Architecture at a glance** — the root README renders three custom diagrams you
can reuse:
- --
The root [README.md](../README.md) explains the project at a high level.
The complete environment template is [../.env.example](../.env.example).
For the live backend capability matrix, run
`cargo run --bin udb-proto-parser -- compat-matrix`; it is emitted from
`src/backend/mod.rs`, the same source used by `GetCapabilities`.
- -----
Docs should describe the code that exists now. Internal audit notes and private
todo files should not be linked from the public documentation set.