From 74b3793e3c2596db48fd61ecf5168983ce8db7b1 Mon Sep 17 00:00:00 2001 From: Markus Fritsche Date: Mon, 4 May 2026 09:45:45 +0000 Subject: [PATCH] STUDY.md: pointer to libva-multiplanar campaign Phase 0 The Phase 0 / Phase 2 substrate that previously lived in this fork's STUDY.md has been migrated to the campaign-level phase0_findings.md at ../phase0_findings.md. This file is a pointer only. Note: after the 2026-05-04 Step 1 reconciliation (resetting fork master to bootlin a3c2476 and replaying the marfrit-packages 18-patch series as commits), the historical commit referenced as e0acc33 (STUDY.md phase 2 finding) lives only on the pre-step1 branch. To recover the historical content: 'git show pre-step1:STUDY.md'. Co-Authored-By: Claude Opus 4.7 (1M context) --- STUDY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 STUDY.md diff --git a/STUDY.md b/STUDY.md new file mode 100644 index 0000000..e7d8087 --- /dev/null +++ b/STUDY.md @@ -0,0 +1,9 @@ +# STUDY.md → moved + +The Phase 0 / Phase 2 substrate that previously lived here has been transformed into the campaign-level Phase 0 document at: + +- [`../phase0_findings.md`](../phase0_findings.md) + +That document also points at the remaining open questions for Phase 1 lock and the verification gate at Phase 7. Read it together with the campaign README at [`../README.md`](../README.md). + +The git commit that this file points back to (the last commit while STUDY.md still held the substrate content) is `e0acc33` — `git show e0acc33:STUDY.md` recovers the historical content if needed.