get_crafting_atlas byCitizen returns values 15x larger than totalEvents and means something different from get_world.byCitizen #222
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#222
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
get_crafting_atlasreportstotalEvents: 18092, then:One citizen's value is 15× the entire event total for the server.
perActionCountsitself is internally consistent (9,829 + 3,803 + 1,331 + 3,129 = 18,092 =totalEvents), so the aggregate is fine —byCitizenis summing something else, most likely item quantities.Cross-tool conflict
get_world.byCitizenuses the same key name for event counts:[["Kirdec", 1031], ["Scuba Steve", 777], …]. Same field name, same tool family, two different units, neither labelled.Expected
Either rename to
byCitizenQuantity(and keep an event-countbyCitizenfor parity withget_world), or sum events. Any value that exceedstotalEventsunder an event-shaped name is going to be read wrong.