fix(skills): remove redistribution-restricted built-ins - #2119
Merged
Conversation
Stop embedding the docx, pdf, pptx, and xlsx skill bundles, clean legacy loose installs, and keep the supported ppt-design workflow. Also restore the Superpowers MIT notice for the retained writing-skills content while dropping its vendored Anthropic documentation copy.
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
docx,pdf,pptx, andxlsxskill bundles in future builds.ppt-designas the supported built-in presentation workflow.writing-skillsfiles and remove the separately vendored Anthropic authoring guide from that bundle.Upgrade behavior
The embedded skill-tree change produces a new bundle hash. On the next built-in skill sync, BitFun replaces the managed
.systemdirectory with the new bundle. The four removed names are also added to first-migration cleanup so historical loose root copies are removed when.systemis first created.This PR only changes future source builds and the normal managed-skill migration path. It does not purge Git history, previous releases, old binaries, or historical release assets. Maintainers should decide separately whether any historical assets need to be removed or rebuilt.
Verification
pnpm run fmt:rspnpm run i18n:auditpnpm run check:repo-hygienegit diff HEAD^ --checkcargo check --locked -p bitfun-core --no-default-features --features agent-runtimecargo test --locked -p bitfun-agent-runtime --test agent_definition_contracts skill_contracts::(29 passed)cargo test --locked -p bitfun-core --no-default-features --features agent-runtime --lib agentic::tools::implementations::skills::(18 passed)