Skip to main content

Module commands

Module commands 

Source
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.