vicTop-cw/fist-mbt/src/core does not have a README file
pub struct Task {
id : String
parent_id : String?
project_dir : String
ns : String
priority : String
importance : String
depth : Int
split_n : Int
status : TaskStatus
assignee : String?
description : String
deliverable : String
created_at : String
updated_at : String
completed_by : String?
cleanup_mode : String
depends_on : Array[String]
} derive(Eq, Debug)fn Task::from_db(id : String, parent_id : String?, project_dir : String, ns : String, priority : String, importance : String, depth : Int, split_n : Int, status_s : String, assignee : String?, description : String, deliverable : String, created_at : String, updated_at : String, completed_by : String?, cleanup_mode : String, depends_on : Array[String]) -> Taskfn ensure_can_create_spec(actor : String) -> Result[Unit, String]fn ensure_can_review_spec(actor : String) -> Result[Unit, String]Install
Download zipFIST commander task orchestration rewritten in pure MoonBit, exposed as an MCP server.
Dependencies