---
phase: 03.2
slug: integrate-into-official-beyond-driver-package
status: complete
nyquist_compliant: true
wave_0_complete: true
created: 2026-03-22
updated: 2026-03-23
---

# Phase 03.2 — Validation Strategy

> Per-phase validation contract for feedback sampling during execution.

---

## Test Infrastructure

| Property | Value |
|----------|-------|
| **Framework** | PowerShell verification scripts |
| **Config file** | none |
| **Quick run command** | `powershell -ExecutionPolicy Bypass -File scripts/verify_integration.ps1` |
| **Full suite command** | `powershell -ExecutionPolicy Bypass -File scripts/verify_integration.ps1` |
| **Estimated runtime** | ~5 seconds |

---

## Sampling Rate

- **After every task commit:** Run `powershell -ExecutionPolicy Bypass -File scripts/verify_integration.ps1`
- **After every plan wave:** Run full verification
- **Before `/gsd:verify-work`:** Full suite must be green
- **Max feedback latency:** 5 seconds

---

## Per-Task Verification Map

| Task ID | Plan | Wave | Requirement | Test Type | Automated Command | File Exists | Status |
|---------|------|------|-------------|-----------|-------------------|-------------|--------|
| 03.2-01-01 | 01 | 1 | SC-1,2,7 (manifest, build output, sidecar removal) | build + artifact | `verify_integration.ps1` build checks | yes | green |
| 03.2-01-02 | 01 | 1 | SC-3,6 (driver load, icons) | log | `verify_integration.ps1` vrserver log checks | yes | green |
| 03.2-02-01 | 02 | 1 | SC-3..7 | log + artifact | `verify_integration.ps1` full 9-check suite | yes | green |
| 03.2-02-02 | 02 | 1 | SC-4,5 (HMD property, HID) | manual | Hardware validation checkpoint | n/a | green |

---

## Wave 0 Requirements

Existing infrastructure covers all phase requirements. `scripts/verify_integration.ps1` provides automated checks for nested driver deployment, manifest updates, vrserver loading, and icon paths.

---

## Manual-Only Verifications

| Behavior | Requirement | Why Manual | Test Instructions |
|----------|-------------|------------|-------------------|
| HMD property write works from integrated driver | SC-4 | Requires physical headset | Run pipe commands, verify standby/wake |
| HID access works from integrated driver | SC-5 | Requires physical headset | Verify HID open in vrserver log |

---

## Validation Sign-Off

- [x] All tasks have `<automated>` verify or Wave 0 dependencies
- [x] Sampling continuity: no 3 consecutive tasks without automated verify
- [x] Wave 0 covers all MISSING references
- [x] No watch-mode flags
- [x] Feedback latency < 5s
- [x] `nyquist_compliant: true` set in frontmatter

**Approval:** passed

## Validation Audit 2026-03-23

| Metric | Count |
|--------|-------|
| Gaps found | 0 |
| Resolved | 0 |
| Escalated | 0 |
