get_market returns markets: [] for every query, filtered or not #218
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#218
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_marketnever returns any market rows:get_market()markets: []get_market(item="Wood Pulp")markets: []get_market(item="CementItem")markets: []Every response carries
totalTrades: 22891and the rollup warning from #132, so the tool is reaching data — it just produces no per-item market.Expected
Per-item price history, volume and trend, which is the tool's entire stated purpose.
Note
The data clearly exists.
find_trade(item="CementItem")builds real per-item, per-currency markets from the same ledger (Cement: 0.6 Spectres / 0.7 Racines, plus supply quantities). Whateverfind_tradedoes to reach the ledger,get_marketis not doing.CementItemwas chosen becauseget_storeslists it as a top item with 7 trades and 1,343 units moved — so the empty result is not "no data for that item".