docs(readme): replace cowork callout with APT migration advisory#514
Merged
docs(readme): replace cowork callout with APT migration advisory#514
Conversation
Top-of-README callout swapped from the EXPERIMENTAL Cowork Mode summary to a short pointer advisory for existing APT users whose sources.list still targets aaddrick.github.io. Rationale: the cowork block is accurate but describes routine operational behavior; the migration advisory describes an imminent, user-visible break on next `apt update` that needs action. The detailed migration instructions live in the Installation section (#510), so this callout is just a pointer, not duplication. DNF users don't need to do anything (DNF follows the downgrade silently); called out explicitly to avoid unnecessary sed-by-reflex. Refs #493
Open
This was referenced Apr 25, 2026
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
Swaps the top-of-README EXPERIMENTAL Cowork Mode summary for a short pointer advisory about the Phase 4a APT URL migration. New content is 2 lines + blockquote formatting; the detailed migration instructions still live in the Installation section from #510, so this callout is just a signpost.
Rationale
The Cowork block accurately describes routine operational behavior that's also surfaced by
claude-desktop --doctor. The APT migration, by contrast, is an imminent user-visible break on nextapt update— every existing apt user will hit it until they run onesedcommand. Top-of-README real estate should go to the action item, not the ambient status.DNF users are called out explicitly ("DNF users are unaffected") so they don't run the
sedreflexively for no reason.Before/after
Before — 14-line block with backend table, isolation notes, KVM status
After — 3-line blockquote: what moved, who's affected, link to the fix
Refs #493
Generated with Claude Code
Co-Authored-By: Claude Opus 4.7 [email protected]