chore(appearance): sync create-bitfun-skin contract - #2386
Open
kev1n77 wants to merge 1 commit into
Open
Conversation
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
create-bitfun-skinskill with the current BitFun Appearance contract.Fixes #
Type and Areas
Type:
Bug fix / docs / test
Areas:
Rust core built-in Agent skills, Web UI Appearance contract, developer tooling
Motivation / Impact
The bundled skin-authoring skill had an outdated Appearance registry. It could not discover newly registered surfaces and could accept owners that have since been removed.
Registry synchronization also compared the BitFun checkout commit directly, causing unrelated commits to report a false contract mismatch. The updated check compares exported contract content while retaining revision metadata for provenance.
Existing Appearance packages remain compatible. Twelve existing example skins were verified against the current production Validator and Compiler with no errors or warnings.
Verification
python <skill-creator>/scripts/quick_validate.py <create-bitfun-skin-path>python -B scripts/test_bitfun_appearance.pypython -B scripts/test_cinematic_tools.pypython scripts/sync_registry.py <bitfun-repo> --checkcargo test -p bitfun-core --no-default-features --features agent-runtime --lib create_bitfun_skin_embeds_authoring_contract_and_examplegit diff --check.bitfun-appearanceexamples:Remote workspace, remote control, Peer Device Mode, and Detached Dispatch were not exercised because this change only updates bundled skill content and offline authoring validation.
Reviewer Notes
--checknow detects actual contract drift rather than unrelated repository commits.Checklist