docs(wiki): add config source parsers page, align architecture and save-sync pages
Add new Config-Source-Parsers page covering the one-parser-per-source
principle, the catalog of local config/metadata sources, the question-to-
source mapping, the domain+adapter parser layout template, planned future
unlocks, and a decisions log.
- Backend-Architecture: move retrodeck_config.py to the adapters table
(reflects the #196 refactor), split into three sibling adapters
(retrodeck_paths, retroarch_config, retroarch_core_info) planned for
#208, add retroarch_core_info.py to the domain table, add a reference
to Config Source Parsers, note es_de_config.py as grandfathered
pending #205.
- Save-File-Sync-Architecture: add a pointer from the sort-by-core
section to the new page explaining how corename resolution works.
- Home: add Config Source Parsers to the Technical Reference index.