docs(04-02): complete DirSource plan

This commit is contained in:
salvacybersec
2026-04-05 15:19:50 +03:00
parent e8ba651a51
commit 563d6e5ce2
5 changed files with 155 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
# Deferred Items - Phase 04 Input Sources
## Out-of-scope failures discovered during execution
### 04-02: TestClipboardSource_ReaderError failure
- **File:** pkg/engine/sources/clipboard_test.go:42
- **Issue:** Test expects error message to contain "clipboard" but receives "ClipboardSource: read: no xclip installed"
- **Scope:** Pre-existing issue in clipboard source, unrelated to DirSource plan 04-02
- **Action:** Defer to plan that owns clipboard source (04-05 or similar)