pub fn run( project_root: Option<PathBuf>, task_id: &str, summary: &str, tag: Option<&str>, ) -> Result<()>
Write a summary log entry for a task. Logs are stored in .scud/logs/.log Each entry is timestamped and appended to the log file.