pub async fn load_all(base: &Path) -> Result<HashMap<String, Task>>
Load all tasks from the .bears/ directory. Reads files in parallel using tokio. Warns and skips files with invalid frontmatter.
.bears/