From 5c7313992244f1883fc28e77c76abef423d13e04 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 27 Jul 2026 09:38:18 +0900 Subject: [PATCH] docs: update local/AGENTS.md + local/recipes/AGENTS.md for Round 8 cleanup --- local/AGENTS.md | 8 +++++--- local/recipes/AGENTS.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/local/AGENTS.md b/local/AGENTS.md index ebaf597157..275dfa5fbb 100644 --- a/local/AGENTS.md +++ b/local/AGENTS.md @@ -1412,9 +1412,11 @@ When mainline updates affect our work: - `local/docs/WAYLAND-IMPLEMENTATION-PLAN.md` is the canonical Wayland subsystem plan beneath the desktop path. Use it for Wayland-specific stability, completeness, ownership, and runtime-proof sequencing. -- `local/docs/legacy-obsolete-2026-07-25/DRM-MODERNIZATION-EXECUTION-PLAN.md` is the current DRM-focused execution plan beneath - the canonical desktop path. It keeps Intel and AMD at the same evidence bar while separating - display/KMS maturity from render/3D maturity. +- `local/docs/legacy-obsolete-2026-07-25/DRM-MODERNIZATION-EXECUTION-PLAN.md` and + `local/docs/legacy-obsolete-2026-07-25/IRQ-AND-LOWLEVEL-CONTROLLERS-ENHANCEMENT-PLAN.md` + were moved there during the Round 5 audit. The 3D render-path work they covered + is now consolidated in `local/docs/3D-DRIVER-PLAN.md` (Rounds 1-7). The current + DRM/KMS focus is the Mesa redox gallium winsys and the compositor's `redox-drm` scheme. - The historical `local/docs/AMD-FIRST-INTEGRATION.md`, `local/docs/HARDWARE-3D-ASSESSMENT.md`, and `local/docs/DMA-BUF-IMPROVEMENT-PLAN.md` were deleted (per CONSOLE-TO-KDE-DESKTOP-PLAN.md §10). AMD and Intel machines are equal-priority Red Bear OS targets. The current canonical 3D driver diff --git a/local/recipes/AGENTS.md b/local/recipes/AGENTS.md index 28061a1af8..70e8bf3060 100644 --- a/local/recipes/AGENTS.md +++ b/local/recipes/AGENTS.md @@ -27,7 +27,7 @@ live in `local/patches//`, never here. | ext4d | custom | Rust | ext4 filesystem driver daemon (userspace, scheme-based) | | fatd | custom | Rust | FAT32 filesystem driver daemon (userspace, scheme-based) | | grub | custom | Scripts | GRUB boot manager integration for live ISO and bare-metal installs | -| pcid-spawner | cargo | Rust | PCI device spawner — launches driver daemons on PCI device discovery | +| ~~pcid-spawner~~ | ~~cargo~~ | ~~Rust~~ | **Retired 2026-07-24** — superseded by `driver-manager` (see `system/driver-manager/`). Recipe directory kept for historical reference. | ## dev