f3e6586a7a
Fix ruff import-boundary enforcement: replace stray TID252 ignore with proper TID251 banned-api rule so `planemapper.main` cannot import from `planemapper.provisioning.*`. Add deferred-work.md. Advance sprint status 1-1 → done. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
715 B
Markdown
18 lines
715 B
Markdown
# 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.
|