Add full sortof codebase: API, drain workers, frontend, schema, specs

This commit is contained in:
2026-05-04 03:27:54 +00:00
parent acda2c90f8
commit 55d3794bfb
43 changed files with 13375 additions and 53 deletions

11
data/pz_versions.json Normal file
View File

@@ -0,0 +1,11 @@
{
"_about": "Human-readable PZ build labels for the 3 published Steam branches. Edit when TIS publishes a new build; the API loads this file at startup (no rebuild needed, but a 'sudo systemctl restart sortof-api' is required to pick up changes).",
"_branches": {
"stable": "Steam branch 'public' — current B41 release line.",
"unstable": "Steam branch 'unstable' — latest B42 testing build.",
"outdatedunstable": "Steam branch 'outdatedunstable' — previous unstable build, kept for rollback."
},
"stable": "B41.78.19",
"unstable": "B42.17.0",
"outdatedunstable": "B42.16.3"
}