From 6543abac12fb73e615b87e317544d78906b59a26 Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Tue, 26 May 2026 00:25:11 +0200 Subject: [PATCH] =?UTF-8?q?docs(reviewer):=20refresh=20hub=20link=20list?= =?UTF-8?q?=20=E2=80=94=20add=20roadmap,=20research-track,=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the "Quick links the reviewer should bookmark" section of doc/reviewer/README.md so it matches the Pages-hub v4 layout: * the hub itself now carries status badges, a "what's new" banner, and the research-alignment table — call this out so the reader knows what to expect when they click through; * adds direct links to the three documents that the new Q1/Q2/Q3 questions actually depend on (references.md, phases.md, research-track.md) — previously only the Schläfli-derivation note and the locked-vs-flexible architecture page were linked; * re-points the Schläfli derivation link from "Q2" (old numbering) to "Q3" (new numbering after baustein B inserted research questions at Q1/Q2). Companion change to the Pages-hub v4 already pushed to the codeberg `pages` branch; this commit keeps the in-repo guidance in sync. Co-Authored-By: Claude Opus 4.7 --- doc/reviewer/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/reviewer/README.md b/doc/reviewer/README.md index 6cb4240..02aa3bb 100644 --- a/doc/reviewer/README.md +++ b/doc/reviewer/README.md @@ -28,6 +28,12 @@ suggested structure. ## Quick links the reviewer should bookmark - 🌐 Reviewer-hub landing page: + (the hub shows status badges, a "what's new" banner with the most + recent delta, the research-alignment table, and direct links into + every document below) - 📦 Source: -- 📝 Architecture decisions: [`../architecture/locked-vs-flexible.md`](../architecture/locked-vs-flexible.md) -- 📐 Schläfli derivation (for Q2): [`../math/hyperideal-hessian-derivation.md`](../math/hyperideal-hessian-derivation.md) +- 📝 Architecture decisions (incl. the Q7 "no" prompt): [`../architecture/locked-vs-flexible.md`](../architecture/locked-vs-flexible.md) +- 📐 Schläfli derivation (for Q3): [`../math/hyperideal-hessian-derivation.md`](../math/hyperideal-hessian-derivation.md) +- 📚 Literature index (for Q1 + Q3): [`../math/references.md`](../math/references.md) +- 🗺️ Per-phase roadmap (for Q1): [`../roadmap/phases.md`](../roadmap/phases.md) +- 🧪 Research-track entries with acceptance criteria (Q1 + Q2): [`../roadmap/research-track.md`](../roadmap/research-track.md)