# Requirements Checklist (018) **Created**: 2026-01-03 **Feature**: [spec.md](../spec.md) - [x] `windowsDriverUpdateProfile` is added to `config/tenantpilot.php` (metadata, endpoint, backup/restore mode, risk). - [x] Graph contract exists in `config/graph_contracts.php` (resource, type family, create/update methods, assignments paths). - [x] Sync lists and stores driver update profiles in the Policies inventory. - [x] Snapshot capture stores a complete payload for backups and versions. - [x] Restore preview is available and respects the configured restore mode. - [x] Restore execution applies only patchable properties and records audit logs. - [x] Normalized settings view is readable for admins (no raw-only UX). - [x] Pest tests cover sync + snapshot + restore + normalized display. - [x] Pint run (`./vendor/bin/pint --dirty`) on touched files.