Add Community section pointing to COSMIC Mattermost channels Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deep-review the bump script docs for accuracy against actual behavior Corrects several stale/wrong claims found by re-reading scripts/bump_and_qa_ebuild.sh directly: no resume mode exists (script has no state file or skip-completed logic despite scripts/README.md and .gitignore suggesting otherwise), -p only accepts one package per invocation, failed bump/verify-fetch/prepare phases already auto-rollback the half-generated ebuild and Manifest, the exact 9-phase pipeline order and which phases are fatal vs non-fatal, phase 4 is a straight copy of the previous tagged ebuild (not a merge) which is why porting upstream Justfile/Cargo.toml changes by hand is required, pkgcheck scan needs --config to pick up the overlay's tuned settings, and digests_and_cache.sh does not regenerate the metadata cache (that step is commented out). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Add architecture overview and maintainer guide pages Documents repo layout, eclasses, versioning/vendoring model, and CI, plus the real maintainer workflow for bumping ebuilds, QA, releases, adding/updating packages, and common troubleshooting. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>