Files
Ilia Denisov 46996ebf31 docs: clarify BattleSummary.shots scaling in FBS schema
Doc-only nit; triggers a CI rerun on the workflow's path filter to
verify the new Monitor permission lets local-CI polling run without
prompts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 13:03:10 +02:00
..
2026-03-31 19:16:34 +02:00
2026-05-07 00:58:53 +03:00
2026-04-02 19:18:42 +02:00
2026-05-07 00:58:53 +03:00
2026-05-07 00:58:53 +03:00
2026-03-31 19:16:34 +02:00
2026-05-07 00:58:53 +03:00
2026-04-02 19:18:42 +02:00
2026-04-28 20:39:18 +02:00
2026-05-07 00:58:53 +03:00
2026-05-07 00:58:53 +03:00

Flatbuffers schemas

Generating sources

Given a .fbs file, source code can be generated using flatc from this directory:

flatc --go --go-module-name galaxy/schema/fbs {file}.fbs

The --go-module-name flag rewrites cross-namespace imports to the fully-qualified module path (e.g. common "galaxy/schema/fbs/common") so the generated code links inside this Go module without local replace directives. Omitting the flag yields imports such as common "common" which fail to resolve.