Merge remote-tracking branch 'origin/main'

# Conflicts:
#	README.md
This commit is contained in:
Alexander Sellite 2026-08-12 11:23:13 -04:00
commit fdf7910dce
7 changed files with 75 additions and 12 deletions

View file

@ -79,9 +79,12 @@ See [`docs/API.md`](docs/API.md) for the versioned HTTP contract.
## Repository relationship
This is deliberately a separate repository from the Godot game. The game and service can version,
deploy, and roll back independently. The discovery API version is independent from NETfishing's
save schema and gameplay network protocol.
This is deliberately a separate repository from the Godot game so the service can deploy and roll
back independently. Production tags follow the coordinated NETfishing release train: a
`vX.Y.Z-alpha` tag identifies the discovery snapshot tested for the same game and dedicated-server
release. The versioned HTTP contract remains independent from NETfishing's save schema and gameplay
network protocol. Each tagged deployment accepts room advertisements only from its matching game
release so incompatible rooms are never presented as publicly available.
## Licensing