docs.rs failed to build bones-triage-0.23.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
bones-triage-0.22.11
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.