get_region labels growing species "declining" — the classifier tests |recentChangePct| and drops the sign #220
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#220
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_region.speciesRiskputs thriving species in thedecliningbucket:decliningdecliningdecliningdecliningdecliningdecliningstablestableEach carries
"reason": "Population is declining, but the combined at-risk threshold was not crossed."Diagnosis
Sort by
abs(recentChangePct)and the buckets separate cleanly at the documented 0.15 band:decliningentry has |recent| ≥ 0.196stableentry has |recent| ≤ 0.139So the rule is
abs(recentChangePct) > recentDeclinePct— the sign is discarded, and a population that grew 74% in the recent window is reported as declining.Expected
decliningrequiresrecentChangePct < -threshold. Growth should bestable(or agrowingstate, if one is wanted). Daisy at −58% over the cycle probably deserves better thanstabletoo.Impact
This is the field a reader uses to decide what to protect. It currently names the winners.