# Deferred Work Manifest Tracks blocked, deferred, and tech-debt items across sprints. --- ## Infrastructure / environment setup ### [1-1] systemd unit installation Story: `1-1-project-scaffold-and-verified-entry-points` Task: 7.1, 7.2 Description: Unit files created at `systemd/`. Must be symlinked or copied to `/etc/systemd/system/` on the Pi and `systemctl daemon-reload` run before they take effect. Cannot be automated without root access to target device. ### [1-1] Pi Zero 2W runtime verification Story: `1-1-project-scaffold-and-verified-entry-points` Task: 9.1, 9.2 Description: Entry points verified on host (Pi 5, Linux). Full AC1 verification on Pi Zero 2W hardware requires physical deployment. --- ## Story 1.2 review — no new deferred items Story `1-2-configuration-read-write-wipe` reviewed 2026-04-22. All 4 ACs pass, all 7 tests pass, ruff check and format clean. No deferred items required: `config.write()` already handles directory creation via `mkdir(parents=True, exist_ok=True)`, so deployment to a fresh device with no `/etc/planemapper/` directory is covered at runtime.