From 46996ebf3103538a0630b96caf6ffd637ca1983a Mon Sep 17 00:00:00 2001 From: Ilia Denisov Date: Wed, 13 May 2026 13:03:10 +0200 Subject: [PATCH] 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) --- pkg/schema/fbs/report.fbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/schema/fbs/report.fbs b/pkg/schema/fbs/report.fbs index 46aa5aa..24301d8 100644 --- a/pkg/schema/fbs/report.fbs +++ b/pkg/schema/fbs/report.fbs @@ -199,7 +199,8 @@ table LocalFleet { // BattleSummary identifies one battle the report recipient // participated in or could see on a planet. `planet` lets the map // place a battle marker without fetching the full BattleReport; -// `shots` lets the marker scale its stroke with the protocol length. +// `shots` lets the marker scale its stroke with the protocol length +// (1 shot → thinnest cross, 100+ shots → maximum cross thickness). table BattleSummary { id:common.UUID (required); planet:uint64;