mc 0.1.13

Git-based knowledge management CLI — manage customers, projects, meetings, research and tasks with Markdown + YAML frontmatter
---
id: "TASK-NNN"
aliases: []
title: ""
slug: ""
status: "backlog"             # backlog | todo | in-progress | review | done | cancelled
priority: 3                   # 1=critical, 2=high, 3=medium, 4=low
owner: ""
projects: []                  # e.g., ["[[PROJ-001]]"]
customers: []                 # e.g., ["[[CUST-001]]"]
tags: []
sprint: ""                    # e.g., "[[SPR-001]]"
depends_on: []                # e.g., ["[[TASK-001]]"]
due_date: ""                  # YYYY-MM-DD
created: "YYYY-MM-DD"
updated: "YYYY-MM-DD"
---

# {{ title }}

## Description
<!-- What needs to be done -->

## Acceptance Criteria
- [ ] Criterion 1

## Notes