From 1c3f458583d826bdcde7ffa5192de6f2fb8e1202 Mon Sep 17 00:00:00 2001 From: Kawa Date: Mon, 13 Apr 2026 11:24:11 +0200 Subject: [PATCH] feat(10-01): scaffold RUNTIME-VALIDATION.md and evidence folder - Create RUNTIME-VALIDATION.md with Tenant & Environment metadata table - Add RTVAL-01 through RTVAL-04 sections with PENDING status - Add Issues Found and Sign-off checklist sections - Create evidence/.gitkeep so git tracks the evidence directory --- .../RUNTIME-VALIDATION.md | 47 +++++++++++++++++++ .../evidence/.gitkeep | 0 2 files changed, 47 insertions(+) create mode 100644 .planning/phases/10-real-world-runtime-validation/RUNTIME-VALIDATION.md create mode 100644 .planning/phases/10-real-world-runtime-validation/evidence/.gitkeep diff --git a/.planning/phases/10-real-world-runtime-validation/RUNTIME-VALIDATION.md b/.planning/phases/10-real-world-runtime-validation/RUNTIME-VALIDATION.md new file mode 100644 index 0000000..3bc4e6f --- /dev/null +++ b/.planning/phases/10-real-world-runtime-validation/RUNTIME-VALIDATION.md @@ -0,0 +1,47 @@ +# Runtime Validation Report — ImpTune v1.1 + +**Status:** DRAFT (in progress) +**Started:** +**Signed off by:** +**Signed off date:** + +## Tenant & Environment +| Field | Value | +|-------|-------| +| Intune tenant (domain) | | +| Test device hostname | | +| Windows OS build | | +| Device is Intune-managed | yes / no | +| Driver vendor(s) tested | | +| ImpTune commit SHA | | +| Package file name | | +| Package SHA256 | | +| Generated at | | + +## RTVAL-01 — Tenant ingestion +Status: PENDING +Evidence: (screenshot path) +Notes: + +## RTVAL-02 — Install under SYSTEM (pnputil + $PSScriptRoot) +Status: PENDING +Evidence: (IntuneManagementExtension.log excerpt path) +Notes: + +## RTVAL-03 — Detection rule reports Installed +Status: PENDING +Evidence: (screenshot path) +Notes: + +## RTVAL-04 — Uninstall under SYSTEM +Status: PENDING +Evidence: (log path + screenshot) +Notes: + +## Issues Found +(list any defects; link to v1.1 tickets or defer rationale) + +## Sign-off +- [ ] All five RTVAL criteria PASS or have documented rationale +- [ ] Evidence files committed under `evidence/` +- [ ] Signed by: ___________________ diff --git a/.planning/phases/10-real-world-runtime-validation/evidence/.gitkeep b/.planning/phases/10-real-world-runtime-validation/evidence/.gitkeep new file mode 100644 index 0000000..e69de29