get_government reports scope as a single settlement while returning titles from five #238

Closed
opened 2026-08-12 23:16:25 +00:00 by coilyco-ops · 0 comments
Member

QA sweep, Eco via Sirens, day 40, 2026-08-12.

Observed

"scope": "Costa Del Sol",
"titles": [
  {"name":"Costa Del Sol Mayor","occupants":["…"]},
  {"name":"Phantom Springs Mayor","occupants":["…"]},
  {"name":"Costa Del Phantom Czar","occupants":["…"]},
  {"name":"La Croisée des Bois Mayor","occupants":["…"]},
  {"name":"Oceantide Mayor","occupants":["…"]}
]

scope names one settlement; the payload covers five. It looks like scope is being taken from the first title in the list rather than describing the query.

Expected

scope: "server" (or the list of settlements covered), so a consumer does not filter or caption the results as Costa Del Sol's government.

Minor, same tool

elections: [] while get_civics reports 31 StartElection events and 4 wins over the cycle. Plausibly correct if nothing is open right now, but worth confirming the "active elections" query is actually running rather than always empty.

QA sweep, Eco via Sirens, day 40, 2026-08-12. ## Observed ```json "scope": "Costa Del Sol", "titles": [ {"name":"Costa Del Sol Mayor","occupants":["…"]}, {"name":"Phantom Springs Mayor","occupants":["…"]}, {"name":"Costa Del Phantom Czar","occupants":["…"]}, {"name":"La Croisée des Bois Mayor","occupants":["…"]}, {"name":"Oceantide Mayor","occupants":["…"]} ] ``` `scope` names one settlement; the payload covers five. It looks like `scope` is being taken from the first title in the list rather than describing the query. ## Expected `scope: "server"` (or the list of settlements covered), so a consumer does not filter or caption the results as Costa Del Sol's government. ## Minor, same tool `elections: []` while `get_civics` reports 31 `StartElection` events and 4 wins over the cycle. Plausibly correct if nothing is open right now, but worth confirming the "active elections" query is actually running rather than always empty.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/eco-app#238
No description provided.