--- phase: 11-ui-enhancements plan: "01" subsystem: printer-ui tags: [uie-02, tdd, htmx, templates, redirect] dependency_graph: requires: [] provides: [GET /printers/new, POST /printers 303 redirect, Wave 0 test scaffolds] affects: [imptune/api/pages.py, imptune/api/printers.py, imptune/templates/printers.html, tests/test_printer_crud.py] tech_stack: added: [] patterns: [PRG (Post/Redirect/Get), plain HTML form for browser redirect, TDD RED-GREEN] key_files: created: - imptune/templates/printers_new.html modified: - imptune/templates/printers.html - imptune/api/pages.py - imptune/api/printers.py - tests/test_printer_crud.py - tests/test_printer_form.py decisions: - "Used Option A for printers_new.html: inline form markup without hx-post, using plain