feat/018-driver-updates-wufb #27

Merged
ahmido merged 6 commits from feat/018-driver-updates-wufb into dev 2026-01-04 00:38:54 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b5743b9fbb - Show all commits

View File

@ -2,7 +2,7 @@ # Feature Specification: Driver Updates (WUfB Add-on) (018)
**Feature Branch**: `feat/018-driver-updates-wufb` **Feature Branch**: `feat/018-driver-updates-wufb`
**Created**: 2026-01-03 **Created**: 2026-01-03
**Status**: In Progress **Status**: Implemented
**Priority**: P1 **Priority**: P1
## Context ## Context

View File

@ -23,7 +23,7 @@ ## Phase 3: Tests (TDD)
## Phase 4: Implementation ## Phase 4: Implementation
- [x] T011 Add `windowsDriverUpdateProfile` to `config/tenantpilot.php`. - [x] T011 Add `windowsDriverUpdateProfile` to `config/tenantpilot.php`.
- [x] T012 Add Graph contract entry in `config/graph_contracts.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] T014 Implement restore apply support in `RestoreService` (contract-driven sanitization).
- [x] T015 Add a `WindowsDriverUpdateProfileNormalizer` and register it. - [x] T015 Add a `WindowsDriverUpdateProfileNormalizer` and register it.