docs(guides): runtime config composition and workspace replacements#24
Open
AndrewKirkovski wants to merge 1 commit into
Open
docs(guides): runtime config composition and workspace replacements#24AndrewKirkovski wants to merge 1 commit into
AndrewKirkovski wants to merge 1 commit into
Conversation
…cements Reflect runtime PR wippyai/runtime#461, which composes runtime config files and moves module replacements out of wippy.lock into runtime configuration. - configuration: add Configuration Composition, Profiles, and Workspace Replacements sections (repeatable --config merge order, profiles, --set) - dependency-management: replace the lock-file replacements example with the workspace.replacements map; document the boot-time re-hash so a rebuilt replacement is picked up on the next run (no more digest mismatch); mark lock-file replacements deprecated - cli: --config is repeatable/merged; add --profile/--set to install and update; note replacement skip + deprecation warning - publishing: document publish.profiles.include and that workspace/boot/ extensions and env references are stripped from published metadata Claude-Session: https://claude.ai/code/session_017Eht1LfkVeCj7oeSpACp4C
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.
Documents runtime PR wippyai/runtime#461 (
feat(config): compose runtime config files), which composes runtime configuration files and moves module replacements out ofwippy.lock.What changed
guides/configuration.md— new Configuration Composition, Profiles, and Workspace Replacements sections: repeatable--config(merged left→right, later overrides earlier), namedprofiles:applied with--profile,--setapplied last, and theworkspace.replacementsmap.guides/dependency-management.md— the Local Development with Replacements section now uses theworkspace.replacementsmap in a runtime config file instead of thewippy.lockreplacements:list. Integrity Verification documents the boot-time re-hash: a rebuilt replacement is picked up on the nextwippy runwith no reinstall (the oldreplacement content digest mismatchfailure is gone). Lock-file replacements are marked deprecated.guides/cli.md—--configis repeatable/merged;--profile/--setadded toinstallandupdate; replacement-skip and deprecation-warning notes.guides/publishing.md— documentspublish.profiles.includeand that the machine-localworkspace/boot/extensionssections and env references are stripped from published metadata.Scope
English (
en/) canonical pages only; locale mirrors left to the translation pipeline. No nav (manifest.json) changes — all edits extend existing pages.Verification
Rendered locally (Docsify) — all edited tables, code blocks, lists, and cross-links parse and display correctly. Strings (reworded
install --help, deprecation warnings,workspace.replacementsschema) taken verbatim from #461.🤖 Generated with Claude Code