bones-triage
Prioritization and scoring engine for the bones issue tracker.
What this crate provides
- PageRank: graph-based importance scoring over the dependency DAG
- Betweenness centrality: identifies bottleneck items on the critical path
- HITS/eigenvector signals: hub/authority decomposition for multi-signal ranking
- Critical-path influence: how many downstream items are blocked by each item
- Urgency decay: time-weighted urgency signals that decay toward defaults
- Composite ranking: urgency override + graph metrics + decay, whittle-scored
- Dependency management: cycle detection, transitive reduction, SCC condensation
- Triage scoring:
bn nextandbn triagedispatch ranking
Usage
This crate is an internal dependency of bones-cli. See the bones repository for the full project.