Module models

Module models 

Source
Expand description

Core data structures for the Project Manager MCP

Re-exports§

pub use base::Project;
pub use base::TechStack;
pub use base::Vision;
pub use specification::SpecStatus;
pub use specification::Specification;
pub use task::Note;
pub use task::NoteCategory;
pub use task::Task;
pub use task::TaskList;
pub use task::TaskPriority;
pub use task::TaskStatus;

Modules§

base
Base models for Project, TechStack, and Vision
specification
Specification models for feature specifications and requirements
task
Task and note models for project management and collaboration