fix(labkit): config-driven sync title to satisfy Boatstack ci.yml contract - #145
Merged
Conversation
…tract The Boatstack public repo pins its sync commit/PR title in ci.yml's 'Verify upstream sync contract' step to 'Sync Boatstack from Intelligence Flow Labs @ <short>'. The generator emitted 'Intelligence Flow' (no 'Labs'), failing the contract on the control-plane migration PR (boatstack#83). Add a config-driven sync.source_label (default 'Intelligence Flow'); set it to 'Intelligence Flow Labs' for Boatstack. Regenerate Boatstack's sync-upstream.yml. Projected surface unchanged.
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.
Why
The control-plane migration PR boatstack#83 failed the public repo's
ci.ymlVerify upstream sync contract step.That contract pins the sync commit/PR title to
Sync Boatstack from Intelligence Flow Labs @ <short>(expected twice). The labkit generator emittedSync Boatstack from Intelligence Flow @ <short>— missing the word Labs — so the check failed. The path-count and retired-examples/checks already passed.What
sync.source_label(defaultIntelligence Flow), used in the generated sync commit/PR title instead of a hardcoded string.sync.source_label = "Intelligence Flow Labs"in Boatstack'spublish.config.json..labkit/generated/sync-upstream.yml.The projected Boatstack surface is unchanged — this is a control-plane wording fix. The same corrected file has already been pushed to the boatstack#83 branch, whose
ubuntu-latestjob (carrying the contract check) now passes.Verify
labkitsuite: 53 passedpython -m labkit doctor: PASS boatstack / value-map / pitot