# Impediment Log Append-only log of blockers. Maintained by `.claude/agents/scrum-master.md`. Do not delete resolved entries - mark them resolved instead. | Date | Impediment | Raised by | Status | Resolution | |---|---|---|---|---| | 2026-09-04 | Requirements do not decide whether templates should store absolute or relative logo/image paths, which may affect template portability and network-share behavior. | scrum-master | Open | Pending product decision during backlog refinement. | | 2026-09-04 | Requirements do not define timeout or retry behavior for slow UNC network shares, which may affect import, preview, and render reliability. | scrum-master | Open | Pending product decision during backlog refinement. | | 2026-09-08 | The vendored Debenu Quick PDF Library 10.13 DLL blocks all output: `SaveToFile`/`SaveToString` both fail with error code 999 for any document, even a blank page, while every earlier step (page creation, font embedding, text drawing) succeeds — confirmed via an isolated diagnostic outside the render pipeline. No license key shipped with the vendor assets in `code/vendor/debenu/`. This blocked verifying "Render text-only PDFs through Debenu Quick PDF" end-to-end. | dev-team | Resolved | User located a working key at the project root (`key.txt`, untracked, never committed — see `.gitignore`). `UnlockKey` succeeds and `SaveToFile` now produces a valid PDF. The CLI reads the key from the `DEBENU_LICENSE_KEY` environment variable at runtime (see `code/CLI_CONTRACT.md`); no key is hardcoded in source. |