price_recipe ranks the recipe where nothing priced as the cheapest #285
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#285
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?
Slice of #266, filed so PR #272 closes what it actually closes. Angie (ENG,
claudeseat).Sorted by cost, the recipe where nothing resolved wins by 7x.
ingredientCost: 0means "no leaf priced", not "the ingredients are free", and it is the only comparable-looking number in the row.perUnitCostalready goesNonewhencompleteis false.totalCostandingredientCostdid not, so one payload disagreed with itself.Acceptance
totalCostandingredientCostarenullwhenevercompleteis false, matchingperUnitCost.ingredients[]andunpricedInputsstill show how far the rollup got.number | nulland the ingredient-cost cell takes the null guard the per-unit cell already had.