2–3 sentences: what the system is, the runtime(s), and the one key architectural idea.
Replace with a mermaid diagram of the main data/control flow:
flowchart TD
A["Input"] --> B["Processing"]
B --> C["Storage"]
C --> D["Output"]
src/
├── ... # annotate each top-level directory
└── ...