mc 0.1.13

Git-based knowledge management CLI — manage customers, projects, meetings, research and tasks with Markdown + YAML frontmatter
1
2
3
4
5
6
7
8
9
10
11
12
pub mod export;
pub mod index;
pub mod init;
pub mod list;
pub mod mcp;
pub mod new;
pub mod print;
pub mod serve;
pub mod show;
pub mod status;
pub mod task;
pub mod validate;