fix(plugins): refresh release digest - #148
Merged
titanwings merged 2 commits intoSep 6, 2026
Merged
Conversation
|
Awesome |
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.
Objective / 目标
Restore the documented plugin assembly gate by synchronizing the release manifest and its canonical digest assertion with the current canonical Skill tree.
Fixes #147.
Contract and identity / 合同与基线
titanwings/distilly,distilly-plugin,5525a4e6adac3e7c1a6c522578513448ae3d73900df27f874d7d045b2b9bb0c71569c625e5ef28b4Changes / 变更
plugins/release-manifest.jsonfrom the canonical Skill tree.Verification / 验证
python -B scripts/assemble_plugins.py --checkpython -B scripts/verify_docs.pypnpm run buildpnpm run typecheckpnpm run lintpnpm exec prettier --check plugins/release-manifest.jsongit diff --checkNot verified / 未验证
tests.test_assemble_pluginshas four pre-existing native Windows fixture errors: three require symlink privilege and one constructs a POSIX backslash filename that Windows treats as a directory separator. The ten platform-safe tests and the changed golden assertion pass.pnpm run testreaches 763 passing tests but fails broadly on Windows filesystem semantics (fsync, symlink, rename) and LF-only prompt fixtures. The patch changes no TypeScript/runtime source.Compatibility, migration, and data impact / 兼容、迁移与数据影响
distilly-plugin.Risks and review focus / 风险与评审重点
sha256_d21ddc26d08106708a2a39df44f670d205151529483d59b483c755b07b68901fmatches fresh assembler output.Agent handoff / 交接
0df27f874d7d045b2b9bb0c71569c625e5ef28b4dajiaohuang:fix/147-refresh-plugin-artifacts; CI pendingChecklist / 检查清单