From b5743b9fbba174252dd56ac400a30812281f1d43 Mon Sep 17 00:00:00 2001 From: Ahmed Darrazi Date: Sun, 4 Jan 2026 00:43:42 +0100 Subject: [PATCH] spec(018): mark implemented --- specs/018-driver-updates-wufb/spec.md | 2 +- specs/018-driver-updates-wufb/tasks.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/018-driver-updates-wufb/spec.md b/specs/018-driver-updates-wufb/spec.md index ef780d2..5ef2dcc 100644 --- a/specs/018-driver-updates-wufb/spec.md +++ b/specs/018-driver-updates-wufb/spec.md @@ -2,7 +2,7 @@ # Feature Specification: Driver Updates (WUfB Add-on) (018) **Feature Branch**: `feat/018-driver-updates-wufb` **Created**: 2026-01-03 -**Status**: In Progress +**Status**: Implemented **Priority**: P1 ## Context diff --git a/specs/018-driver-updates-wufb/tasks.md b/specs/018-driver-updates-wufb/tasks.md index d1e0a9a..19bf842 100644 --- a/specs/018-driver-updates-wufb/tasks.md +++ b/specs/018-driver-updates-wufb/tasks.md @@ -23,7 +23,7 @@ ## Phase 3: Tests (TDD) ## Phase 4: Implementation - [x] T011 Add `windowsDriverUpdateProfile` to `config/tenantpilot.php`. - [x] T012 Add Graph contract entry in `config/graph_contracts.php`. -- [ ] T013 Implement any required snapshot hydration (if Graph uses subresources). +- [x] T013 Implement any required snapshot hydration (if Graph uses subresources). - [x] T014 Implement restore apply support in `RestoreService` (contract-driven sanitization). - [x] T015 Add a `WindowsDriverUpdateProfileNormalizer` and register it.