feat(publish): preserve application runtime config in packs#493
Merged
Conversation
wolfy-j
force-pushed
the
fix/pack-config-parity
branch
from
July 16, 2026 21:34
5ed86ba to
0f4aefa
Compare
wolfy-j
force-pushed
the
fix/pack-config-parity
branch
from
July 16, 2026 21:36
0f4aefa to
bbee39e
Compare
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
publish.runtime.sectionsallow-list that copies declared base runtime sections from a source.wippy.yamlinto pack metadatapublish.runtime.varsas an explicit allow-list for intentionally public defaults that are not otherwise referenced${env:...}in exported configuration, and categorically reject machine-localboot,extensions, andworkspacesectionsruntime.*metadataRuntime precedence
Lowest to highest:
Dependency-pack runtime metadata is ignored.
Application manifest
Applications opt in without duplicating values:
sourcedefaults to.wippy.yaml. Referenced variables do not need to be listed invars; that list is only for deliberately public, otherwise-unreferenced defaults. Literal credentials and other unrelated variables stay out of the pack. Runtime publication is rejected for library, agent, and plugin packages.Validation
boot/deps/config,cmd/internal/bootconfig, andcmd/wippy/cmdgo veton the affected packagesgo test ./... -count=1: all affected packages passed; the run hit the pre-existingservice/exec/nativeoutput-capture flakes inMegaCommandandStderrThe PR remains open for application-level retesting and is not approved for merge yet.