Merged
Conversation
- Add `sources` whitelist to GeneralConfig for plugin filtering - Add Serialize derives to config structs for ZlConfig::save() - Add PluginRegistry::retain_sources() and names() methods - Add quick-xml and cpio crates for RPM support https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- Shared RPM module: repodata XML parser and cpio-based RPM extraction - DNF plugin for Fedora/RHEL/CentOS repositories - Zypper plugin for openSUSE/SLES repositories - Both share the RPM extraction pipeline (rpm/extract.rs) https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- Alpine APK: APKINDEX.tar.gz parsing, tar.gz extraction - Void XBPS: binary plist repodata stub, tar.zst extraction - Gentoo Portage: binhost Packages index, tbz2/gpkg extraction https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- Nix: search.nixos.org API + full NAR archive parser/extractor - Flatpak: Flathub API v2 for search, flatpak CLI for install - Snap: Snapcraft Store API v2, squashfs extraction via unsquashfs - AppImage: AppImageHub feed.json, self-contained binary handling https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- New `zl sources` command: list/enable/disable/only/reset - First-run wizard: auto-detects distro, interactive source selection - Extended --from to accept comma-separated list (e.g., --from pacman,apt) - Register all 13 plugins in main.rs with source filtering from config - Macro-based plugin registration to reduce boilerplate https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- Document all 13 plugins with descriptions - Add source filtering section (config, zl sources, --from, wizard) - Update test count from 209 to 264 - Add quick-xml and cpio to key crates table - Update command list with `sources` subcommand - Add PLAN.md with implementation roadmap https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
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.
No description provided.