26 lines
795 B
Markdown
26 lines
795 B
Markdown
# Task Board
|
|
_Updated: 2026-05-22_
|
|
|
|
<!--
|
|
Add one block per task, sorted by priority. Use the emoji status legend below.
|
|
Per-task deep context lives in .tasks/<task-slug>.md (created on demand by using-tasks).
|
|
|
|
Block format:
|
|
|
|
## 🔴 [task-slug] — short description
|
|
**Status:** active
|
|
**Where I stopped:** one sentence — the exact thought or action interrupted
|
|
**Next action:** one concrete step to resume immediately
|
|
**Blocker:** (only if blocked) what is preventing progress
|
|
**Branch:** git branch name
|
|
|
|
---
|
|
|
|
Status legend:
|
|
🔴 Active — only one at a time
|
|
🟡 Paused — in progress, resumable
|
|
⚪ Ready — defined, not started
|
|
🟢 Done — kept until merged
|
|
🔵 Blocked — waiting on external input
|
|
-->
|