diff --git a/agent/BACKLOG.md b/agent/BACKLOG.md index d9a7079..6ad2989 100644 --- a/agent/BACKLOG.md +++ b/agent/BACKLOG.md @@ -134,11 +134,19 @@ decide. **Resolved** entries stay for history; agents treat them as closed. default). TLP remains the one-line opt-in. Rationale: stability + live profile API for menu/Waybar; Omarchy’s TLP experiment reverted. -### Still open +### Resolved (2026-07-10, more) -- **Formatter adoption:** repo deliberately has none; `nixfmt-rfc-style` - would flatten the aligned hand-formatting of ~33 files. Adopt or - declare never? (See reply in session: Nix-source style only, not runtime.) -- **zram swap:** faster under pressure, but interacts with the - hibernation-swapfile story (resume device/priority). Adopt, - adopt-with-hibernation-guard, or skip? +- **Formatter adoption** — **yes, but not now.** Tracked as FUTURE + (below). Nix-source style only (`nixfmt-rfc-style` or similar); one + bulk reformat + CI/check when promoted. Until then: hand-aligned + style per CONVENTIONS. + +- **Hibernation** — **want by default** (product intent). Needs a + disk-backed swap (file or partition) sized for resume; not zram alone. + Implementation is a future/NEXT item when designed (installer + + resume device + encrypted-root story). + +### Still open (design, not binary yes/no) + +- **zram alongside hibernation:** compatible — see FUTURE note. Decide + default **on** (zram + disk swap) vs disk-only when hibernation ships.