From centos-stream-knowledge-patch
Provides CentOS Stream 10 updates post-training cutoff: x86_64_v3 minimum, Wayland-only (Xorg removed), Valkey replaces Redis, modularity/desktop apps removed. Load before CentOS Stream work.
npx claudepluginhub nevaberry/nevaberry-plugins --plugin centos-stream-knowledge-patchThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Claude's baseline knowledge covers CentOS Stream 9. This skill provides changes in CentOS Stream 10 "Coughlan" (December 2024).
| Change | Impact | Details |
|---|---|---|
| x86_64_v3 minimum | Pre-Haswell/Excavator CPUs unsupported | centos10-changes |
| Xorg server removed | Wayland-only; Xwayland for legacy X11 apps | centos10-changes |
| Redis -> Valkey | Package and CLI renames | centos10-changes |
| Desktop apps removed | GIMP, LibreOffice, Inkscape via Flatpak/EPEL | centos10-changes |
| Modularity removed | Traditional RPMs only | centos10-changes |
Released December 2024. Lifecycle until ~2030 (RHEL 10 Full Support). Codename "Coughlan".
Check CPU support: ld.so --help
xorg-x11-server-Xorg no longer included. Wayland is the only display server. xorg-x11-server-Xwayland available for legacy X11 application compatibility.
GIMP, LibreOffice, and Inkscape removed from repositories. Install via Flatpak from Flathub or request in EPEL.
Redis removed due to license change (BSD-3 -> RSALv2/SSPLv1). Valkey 7.2 is the API-compatible, BSD-licensed replacement.
No longer uses modularity system for alternative package versions. Traditional non-modular RPM packages used instead. Alternative versions expected to be added over time as standard AppStream packages.
Same structure: BaseOS, AppStream, CRB (disabled by default). DNF 4.20, RPM 4.19.
| Category | Package | Version |
|---|---|---|
| Kernel | Linux | 6.12 |
| Languages | Python | 3.12 |
| GCC | 14 | |
| Go | 1.23 | |
| Rust | 1.82 | |
| LLVM | 19 | |
| Node.js | 22 | |
| PHP | 8.3 | |
| Ruby | 3.3 | |
| OpenJDK | 21 | |
| Databases | PostgreSQL | 16 |
| MariaDB | 10.11 | |
| MySQL | 8.4 | |
| Valkey | 7.2 | |
| Web | Apache | 2.4.62 |
| nginx | 1.26 | |
| Desktop | GNOME | 47 |
| Qt | 6.7 |
| File | Contents |
|---|---|
| centos10-changes.md | Full details on CentOS Stream 10 changes |