hub_trajectory
Determine the actual task order from dependency graph: see what's ready, what's blocked, and the critical path to a milestone. Exposes dependency cycles and layers for planning.
Instructions
Deterministic dependency-graph plan over tasks' depends_on — the probable trajectory as a critical PATH, not an ML forecast. Returns: ready (doable now, no open deps), blocked (with waitingOn ids), layers (Kahn topo-order — what unlocks when), criticalPath (longest dependency chain = ordering bound), cycles (dependency loops to fix). Use to see "given deps, what is the actual order / what is the critical path to a milestone". Weight is task-count now; weighted by real durations once logd records them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | optional: restrict the graph to one project |