Document repo metadata field in example metadata

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-02 11:18:11 +02:00
co-authored by Claude Fable 5
parent d6dda6d51d
commit 93ee89ea77
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ spirit as [tic80-tools](../tic80-tools).
`platform=c64`). `platform=c64`).
- `example-metadata.json` — catalog metadata; the `version` field drives - `example-metadata.json` — catalog metadata; the `version` field drives
`ci-version`, the rest (`name`, `title`, `author`, `desc`, `site`, `ci-version`, the rest (`name`, `title`, `author`, `desc`, `site`,
`license`) is what `SoftwareUpdater::C64Service` writes into the DB. `repo`, `license`) is what `SoftwareUpdater::C64Service` writes into
the DB (`site` becomes the "Source Code", `repo` the "Repository"
external link).
- `example-tasks.json` — VS Code `.vscode/tasks.json` wrapping the local - `example-tasks.json` — VS Code `.vscode/tasks.json` wrapping the local
make targets. make targets.
+1
View File
@@ -4,6 +4,7 @@
"author": "Teletype Games", "author": "Teletype Games",
"desc": "Short description of the game.", "desc": "Short description of the game.",
"site": "https://git.teletypegames.org/games/example", "site": "https://git.teletypegames.org/games/example",
"repo": "https://git.teletypegames.org/games/example",
"license": "MIT", "license": "MIT",
"version": "1.0.0" "version": "1.0.0"
} }