What problem does it solve?
Structured file-based todo tracking for Rune workflows. Each todo is a markdown file with YAML frontmatter and lifecycle status. Source-aware templates adapt for review findings, work tasks, PR comments, tech debt, and audit findings. Session-scoped: todos live in tmp/{workflow}/{timestamp}/todos/, cleaned by /rune:rest. Use when creating, triaging, resolving, or querying todos from any Rune workflow.
Core Features & Use Cases
- Per-source todos stored under the session tmp directory with per-source manifests to drive ordering, dependencies, and progress tracking.
- Rich frontmatter including status, priority, dependencies, assignments, resolution, and a durable Status History for auditability.
- Cross-workflow coordination via cross-source references and a modular manifest system to minimize LLM context and maximize determinism.
Quick Start
Create a new todo with /rune:file-todos create in your active workflow session.