hephaestus/crates
Erich Blume 4f291ce373 feat(tui): s sort toggle — default vs project-grouped (§8.1)
`s` flips the task list between two orders:
- default: attention (red→orange→white→blue) → most-overdue (desc) →
  project name → created_at (FIFO)
- project: project first, with dimmed ──── Name ──── separators riding
  atop each group's first task (the cursor only lands on real tasks)

The view filter still runs before the sort. Pure comparator (`cmp_tasks`/
`sort_tasks`, today injected) with unit tests for both modes + a
navigation test for the toggle. `skip` moved from `s` to `S` to free `s`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 11:01:51 -07:00
..
heph feat(core): task.set_project — move-to-project with OR-set link semantics (§8.1) 2026-06-03 10:35:16 -07:00
heph-core feat(core): task.set_project — move-to-project with OR-set link semantics (§8.1) 2026-06-03 10:35:16 -07:00
heph-tui feat(tui): s sort toggle — default vs project-grouped (§8.1) 2026-06-03 11:01:51 -07:00
hephd feat(core): task.set_project — move-to-project with OR-set link semantics (§8.1) 2026-06-03 10:35:16 -07:00