chore: upgrade fab-kit to 2.15.3#31
Merged
Merged
Conversation
- fab/project/config.yaml: fab_version key relocated to fab/.fab-version by fab config upgrade; managed reference fence (kit 2.15.3) appended - fab/.kit-migration-version: 2.13.6 -> 2.15.2 (migrations applied; no migration files cover 2.15.0->2.15.1 and 2.15.2->2.15.3)
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
Upgrades the deployed fab-kit from 2.13.6 to 2.15.3 and applies the pending version migrations via
/fab-setup migrations.Changes
fab/.fab-version(new, committed): project-pinned engine version, relocated out ofconfig.yamlbyfab config upgrade(2.15.0 restructure). The2.15.1-to-2.15.2migration un-ignores and commits it so fresh worktrees/clones/CI have a version source..gitignore:!fab/.fab-versionnegation (self-healed byfab sync's fragment merge) so the unanchored.fab-*pattern no longer swallows the version file.fab/project/config.yaml: livefab_version:key removed (parked as a comment); managed reference fence for kit 2.15.3 appended byfab config upgrade.fab/.kit-migration-version: 2.13.6 → 2.15.2 (the last shipped migration's target; 2.15.0→2.15.1 and 2.15.2→2.15.3 ship no migration files).Migrations applied
.claude/settings.local.json; deleted the dead.fab-runtime.yaml/.fab-runtime.yaml.lockfiles from all 20 worktrees of this repo.fab_versionrelocation: no-op (sentinel tripped —fab upgrade-repohad already stampedfab/.fab-versionand parked the config key).fab/.fab-version(the gitignore negation was already self-healed; this lands the commit).🤖 Generated with Claude Code