Pollution has no actor attribution: get_world.byPolluter empty, get_climate top_citizens empty, top_stations "(unknown)" with a fractional count #226
Labels
No labels
burndown-2026-06
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#226
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
QA sweep, Eco via Sirens, day 40, 2026-08-12.
Observed
838
PolluteAirevents are ingested, and none of them are attributed:get_world:get_climate:Three problems in that block:
top_citizensempty andtop_stationsa single(unknown)— no actor or station is ever resolved.count: 6858.75…— a fractional count, against 816 actions. Whatever this sums, it is not a count of anything.has_data: truewhile the payload contains no usable attribution.Contrast
Every other actor-keyed aggregate on the same fetch resolves fine:
get_world.byCitizen,get_crafting_atlas.byStation(FisheryItem 1,014; SteamTractorHarvesterItem 882),get_stores.owner. So actor resolution works elsewhere in the same exporter.Expected
byPolluter/top_citizenspopulated, or an explicit warning that the pollution rows carry no actor column — the wayget_socialreports its unrecognised giver column.Related
Possibly adjacent to #184 (pollution numbers stale), though that is a freshness issue and this is an attribution one.