feat: add QwenPaw compatible CLI variant (qwenpaw-skill) - #30
Open
K1-lihongrong wants to merge 2 commits into
Open
feat: add QwenPaw compatible CLI variant (qwenpaw-skill)#30K1-lihongrong wants to merge 2 commits into
K1-lihongrong wants to merge 2 commits into
Conversation
- new crates: cli, guard, dedup, inventory, system-ops - scanner: ScanOptions.use_mft default false (opt-in MFT to avoid ntfs crash) - skills/disk-cleanup: QwenPaw Skill format deliverables - .gitignore: ignore compiled exe/dll in skills/
K1-lihongrong
force-pushed
the
qwenpaw-skill
branch
from
July 14, 2026 08:36
a5de77f to
93bc6c0
Compare
- scanner: MFT always attempted by default (original pinkbin behavior) - catch_unwind catches panics, falls back to walkdir gracefully - CLI: removed --mft flag (no-op since MFT is always on) - docs: updated SKILL.md, workflow.md, safety-rules.md, mft-fix.md
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.
新增 QwenPaw Skill 兼容版本,作为子目录与原版共存。
crates/cli/— CLI 二进制,封装 scanner/executor/scaffoldcrates/{guard,dedup,inventory,system-ops}/— 4 个新 support crateskills/disk-cleanup/— QwenPaw Skill 格式交付物ScanOptions.use_mft默认 false(防 ntfs 崩溃)