From e77b429563850c2ba85a687bf2c9e282ebd03c4a Mon Sep 17 00:00:00 2001 From: Vasilito Date: Fri, 1 May 2026 01:04:09 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20final=20stale=20reference=20cleanup=20?= =?UTF-8?q?=E2=80=94=20all=20dead=20doc=20links=20removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed remaining Oracle-found issues: - docs/AGENTS.md: RELIBC-COMPLETENESS → CONSOLE-TO-KDE, RELIBC-IMPLEMENTATION → KERNEL-IPC-CREDENTIAL - docs/07: QT6-PORT-STATUS + DESKTOP-STACK → CONSOLE-TO-KDE - CONSOLE-TO-KDE: KWin status updated (no longer has wrapper scripts; redbear-compositor provides kwin_wayland separately) All 13 deleted docs now have zero references in canonical docs. --- docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md | 5 ++--- docs/AGENTS.md | 4 ++-- local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md b/docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md index f49159b7..3dc795bd 100644 --- a/docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md +++ b/docs/07-RED-BEAR-OS-IMPLEMENTATION-PLAN.md @@ -373,8 +373,7 @@ Canonical references: - `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` — canonical desktop path from console to hardware-accelerated KDE Plasma on Wayland - `local/docs/WAYLAND-IMPLEMENTATION-PLAN.md` — canonical Wayland subsystem plan beneath the desktop path - `local/docs/GREETER-LOGIN-IMPLEMENTATION-PLAN.md` — canonical greeter/login plan beneath the desktop path -- `local/docs/QT6-PORT-STATUS.md` -- `local/docs/DESKTOP-STACK-CURRENT-STATUS.md` +- `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` — **canonical comprehensive plan** (supersedes other status docs) - `docs/05-KDE-PLASMA-ON-REDOX.md` — historical KDE implementation rationale Acceptance: @@ -414,7 +413,7 @@ The current subsystem plans to treat as first-class are: - `local/docs/RELIBC-COMPLETENESS-AND-ENHANCEMENT-PLAN.md` - `local/docs/RELIBC-IMPLEMENTATION-PLAN.md` — implementation roadmap for relibc POSIX gaps - `local/docs/RELIBC-IPC-ASSESSMENT-AND-IMPROVEMENT-PLAN.md` -- `local/docs/QT6-PORT-STATUS.md` +- `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` — **canonical comprehensive plan** The older architecture/roadmap docs under `docs/01`–`docs/05` remain useful, but they should be read together with status notes and the newer local subsystem docs. diff --git a/docs/AGENTS.md b/docs/AGENTS.md index 55125499..40343c96 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -36,7 +36,7 @@ docs/ | How do drivers access hardware? | 01 | §3 Driver Model, §6 Build System | | What is the canonical current implementation plan? | 07 | Entire document | | Which docs are current vs historical? | README | Document Status Matrix | -| What is the current WIP ownership policy? | `local/docs/RELIBC-COMPLETENESS-AND-ENHANCEMENT-PLAN.md` | Phase R1 | +| What is the current WIP ownership policy? | `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` | Current state and blocker map | | What do the main sync/fetch/apply/build scripts actually guarantee? | local/docs/SCRIPT-BEHAVIOR-MATRIX.md | Entire document | | What is the current desktop-stack truth? | `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` | Entire document | | What is the current Wi-Fi architecture and validation path? | local/docs/WIFI-IMPLEMENTATION-PLAN.md | Entire document | @@ -50,7 +50,7 @@ docs/ | How to port KDE Plasma? | 05 | Phase KDE-C (KWin, Plasma Shell, session config) | | How to set up the build? | 06 | Prerequisites per distro, build commands | | What is the current work ordering? | 07 | Workstream Order + Blocker chain | -| How to fix POSIX gaps in relibc? | local/docs/RELIBC-IMPLEMENTATION-PLAN.md | Gap inventory + implementation phases | +| How to fix POSIX gaps in relibc? | `local/docs/KERNEL-IPC-CREDENTIAL-PLAN.md` | Implemented credential syscalls | ## READING RULE diff --git a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md index e8c7275f..6fea39b8 100644 --- a/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md +++ b/local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md @@ -227,7 +227,7 @@ Remaining work: (1) fix `virgl_screen.c` int-conversion warnings-as-errors on Re | Component | Status | |-----------|--------| -| kwin | 🔴 Stub — real KWin v6.3.4 source downloaded, only wrapper scripts created | +| kwin | 🔴 Blocked — real cmake build attempted with QML disabled; QML gate prevents full build. Redbear-compositor provides the kwin_wayland binary as a separate package. | | kwin real build | 🔄 Attempted — gated on Qt6Quick/QML downstream proof | | plasma-workspace | 🔴 Blocked | | plasma-desktop | 🔴 Blocked (transitive) |