Flowchart: Content Resolution Layer
This flowchart details the process of resolving a lightweight DiscoveredContent object into a detailed, installable GameManifest.
Resolution Strategy Matrix:
| Resolver Type | Input Source | Processing Method | Output Manifest | SourceType |
|---|---|---|---|---|
| LocalManifest | *.manifest.json files | Direct file reading | File paths | Copy |
| GitHub | Release API endpoints | Asset enumeration | Download URLs | Remote |
| ModDB | Web page scraping | HTML parsing | Archive URL | Package |
