1 glossary
forgejo-actions edited this page 2026-07-06 16:45:10 +00:00

Glossary

  • Authoring source: editable content that authors change directly, usually through an editor surface or source catalog.
  • Bake: the conversion from authoring source into runtime-ready catalogs, manifests, or generated artifacts.
  • Game-data catalog: shared authored data for gameplay definitions such as items, crops, rewards, and related runtime references.
  • Generated artifact: derived output that should be regenerated by bake instead of hand-edited.
  • Runtime catalog: validated data loaded by the client or server during gameplay.
  • Server authority: the server-side code path that owns final gameplay decisions for connected runtime sessions.
  • Validation report: diagnostics that explain authoring issues before bake or runtime loading.

Related pages: