feat(module): add obs-studio, spotify-client, thunderbird, gping (repo-based) - #386
Merged
Conversation
…o-based) Repo-installed apps for the small-tools modularization: obs-studio (PPA), spotify-client (Spotify apt repo), thunderbird (Mozilla PPA), gping (azlux repo). Each hand-defines the 10 lifecycle contract with a real doctor() and a clean repo/key removal on remove(). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NX5H2vuMTv4mBmjpPYoS3s
# Conflicts: # doc/module/INDEX.md
ycpss91255
enabled auto-merge (squash)
July 11, 2026 16:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds four repo-based application modules. Each installs from a third-party
apt source/PPA, and each fully cleans up its repository + signing key on
remove:(
ppa:obsproject/obs-studio); desktop-only;doctor: command -v obs.Spotify apt repository (
repository.spotify.comsource in/etc/apt/sources.list.d); desktop-only;doctor: command -v spotify..debfrom the MozillaTeam PPA (
ppa:mozillateam/ppa, not the snap), with a priority-1001 aptpin;
doctor: command -v thunderbird.(also recommended on servers);
doctor: gping --version.Each module wires the repository add on install and tears down its apt
source list + keyring on remove/purge, so no repo or key is left behind.
Included artifacts
module/test/unit/module/(700+ tests each)doc/module/INDEX.mddoc/changelog/CHANGELOG.mdentryMerged latest
main(bpytop / gpustat / thefuck pipx modules); theINDEX.mdconflict was resolved by regeneration and CHANGELOG unioned.Gates (all green, Docker-only)
just -f justfile.ci test-unit— 7061 tests, 0 failures (exit 0)just -f justfile.ci test-integration— 24/24 passingjust -f justfile.ci lint— ShellCheck / fish -n / Hadolint OKThe #305 contract-conformance meta-test dynamically discovers every module
and confirms all four new modules define all 10 mandatory lifecycle
functions (ADR-0002).
Test plan
Generated with Claude Code.
https://claude.ai/code/session_01NX5H2vuMTv4mBmjpPYoS3s