Fix projected runtime dependency overlays - #2233
Merged
Merged
Conversation
Fixes #2232. AI assistance: OpenAI GPT-5.6 Sol via OpenCode reviewed and validated the candidate implementation, then ran the build and targeted integration tests. Chris Huber remains responsible for every line.
The startup diagnostic now uses the managed MySQL defaults when a service exports only its endpoint. AI assistance: OpenAI GPT-5.6 Sol via OpenCode inspected failed CI logs, identified the managed database diagnostic defaulting defect, implemented the focused correction, and ran targeted contract and overlay validation. Chris Huber remains responsible for every line.
The MariaDB integration recipe now uses the schema-supported runtime.phpVersion property. AI assistance: OpenAI GPT-5.6 Sol via OpenCode inspected the failed contracts logs, identified the invalid recipe fixture field, and applied the schema-aligned correction. Chris Huber remains responsible for every line.
Only run canonical endpoint diagnostics when the runtime exports DB_HOST or DB_PORT. AI assistance: OpenAI GPT-5.6 Sol via OpenCode analyzed contracts failures, identified the custom database mapping boundary, and implemented focused coverage. Chris Huber remains responsible for every line.
Clone cached readonly mounts while locked, rebuild stale snapshots, and invalidate corrupt v1 entries. Native agent task failures now retain redacted child output tails for diagnosis. AI assistance: OpenAI GPT-5.6 Sol via OpenCode analyzed the failing native Playground E2E, reproduced the readonly mount cache failures, implemented the cache repair, and ran repeated E2E verification. Chris Huber remains responsible for every line.
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
Preserves an existing Composer vendor tree when staging a component plugin, retaining its consumer autoload maps while dependency overlays replace their selected package at runtime.
Adds a projected Playground runtime integration test that verifies a mounted Composer package overlay is executed rather than the consumer package copy.
Fixes #2232.
Validation
npm run buildnpm run test:composer-package-overlay-revisionnpm run test:composer-package-overlay-autoload-layoutnpm run test:composer-overlay-projected-runtimeAI Assistance
OpenAI GPT-5.6 Sol via OpenCode reviewed and validated the candidate implementation, traced the Composer staging and dependency-overlay projection path, and ran the listed build and integration tests. Chris Huber remains responsible for every line.