From 85b37e17018a7083a5cf4c5005c8b1f228186689 Mon Sep 17 00:00:00 2001 From: Carl Niklas Rydberg Date: Mon, 22 Dec 2025 09:30:15 +0100 Subject: [PATCH] Added an audit template and verification notes to AUDITS.md. --- AUDITS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/AUDITS.md b/AUDITS.md index e695474..8c193bc 100644 --- a/AUDITS.md +++ b/AUDITS.md @@ -2,6 +2,26 @@ This file tracks spec-to-implementation audits. +Audit intent: keep the implementation aligned with the normative Tier-1 specs +by identifying gaps, inconsistencies, and missing tests, then recording +resolutions and verification status. + +Audit scope: Tier-1 specs under `tier1/` covering ASL, PEL, TGK, and OPREG +layers, along with their encoding profiles and registry bindings. + +Audit template (for future entries): +- Date: +- Spec path(s): +- Scope: +- Findings: +- Resolution: +- Tests: +- Follow-ups (optional): + +Verification notes: +- Prefer explicit commands and paths (e.g., `ctest --test-dir build`). +- If results are user-reported, note that explicitly. + ## Audit Plan Status legend: ✅ completed, ⬜ pending.