Expand description
Command implementations.
Modulesยง
- bottleneck
- Find bottleneck tasks (high betweenness centrality).
- critical
- Critical path command.
- cycles
- Check for cycles command.
- decompose
- Flag tasks that should be decomposed further.
- deps
- Show dependencies command.
- graph_
cmd - Graph visualization command.
- init
- Initialize/scaffold a new task file.
- list
- List all tasks.
- parallel
- Parallel work groups command.
- risk
- Show risk distribution across tasks.
- risk_
path - Find path with highest cumulative risk through the graph.
- show
- Show task details.
- topo
- Topological sort command.
- validate
- Validate all tasks in directory.
- workflow_
cost - Calculate relative workflow cost based on structural risk.