Merged
Conversation
- zl run: download, extract, patch, execute without installing - zl history list/rollback: track and undo install/remove operations - zl why: trace dependency chain for installed packages - zl doctor: full system diagnostics (DB, symlinks, libs, orphans) - zl size: disk usage per package with file breakdown - zl diff: show version/dep/size changes before update - zl audit: CVE security check via OSV.dev API https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
… dedup - Cross-source dependency resolution: queries all plugins when primary source can't resolve a dep, lets user choose interactively - Parallel ELF patching: packages with multiple ELFs are patched concurrently via thread::scope with 4-way chunking - Colored output: console crate used throughout search, list, doctor, audit, diff, size, and install progress steps - Cache deduplication: zl cache dedup hardlinks identical .so files - Multi-step install progress: [1/4] Download, [2/4] Verify, [3/4] Install, [4/4] Done indicators - History recording: install/remove events tracked in HISTORY DB table - Remote plugin registry scaffolding: PluginInfo + fetch_remote_registry - New CLI commands wired into main.rs dispatcher https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- Document 7 new commands (run, history, why, doctor, size, diff, audit) - Document cache dedup, cross-source deps, parallel patching - Update test count to 209 (92 bin + 117 lib) - Add colored output, history/rollback, CVE auditing to design choices - Document remote plugin registry scaffolding https://claude.ai/code/session_01W29EWLxxuZuRnfP9pJjxuB
- New rule #9: keep GitHub description/topics in sync with project changes - New "GitHub Metadata" section with current description, topics, and gh commands 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.