Expand description
TaskGraph - CLI tool for managing task dependencies using markdown files.
See [taskgraph::Task] for the core task structure.
Re-exports§
pub use discovery::DiscoveryError;pub use discovery::TaskCollection;pub use discovery::ValidationResult;pub use error::Error;pub use error::Result;pub use graph::DependencyGraph;pub use task::Task;pub use task::TaskFrontmatter;pub use task::TaskImpact;pub use task::TaskLevel;pub use task::TaskRisk;pub use task::TaskScope;pub use task::TaskStatus;