spec(018): mark implemented

This commit is contained in:
Ahmed Darrazi 2026-01-04 00:43:42 +01:00
parent b94377db8e
commit b5743b9fbb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.